Skip to content

Commit 31ee6fe

Browse files
committed
1 parent 6ac55f6 commit 31ee6fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advisories/github-reviewed/2026/04/GHSA-6jwv-w5xf-7j27/GHSA-6jwv-w5xf-7j27.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6jwv-w5xf-7j27",
4-
"modified": "2026-04-08T00:15:13Z",
4+
"modified": "2026-04-08T00:15:14Z",
55
"published": "2026-04-06T21:31:34Z",
66
"aliases": [
77
"CVE-2026-33817"
88
],
9-
"summary": "go.etcd.io/bbolt affected by index out-of-range vulnerability",
10-
"details": "Index out-of-range when encountering a branch page with zero elements in go.etcd.io/bbolt",
9+
"summary": "go.etcd.io/bbolt can panic on malformed branch page with zero elements (DoS)",
10+
"details": "`go.etcd.io/bbolt` may panic with an index out-of-range error when traversing a malformed/corrupted branch page that contains zero elements.\n\n### Impact\nThis is primarily an availability issue (panic / process crash / denial of service) when the vulnerable code path is reached while reading crafted database contents.\n\n### Exploitation prerequisites\nExploitation requires attacker-controlled or corrupted BoltDB file contents. This is typically not remotely triggerable unless an attacker can influence the database file (for example via writable shared volumes, weak filesystem permissions, or prior local compromise).\n\n### Mitigations\n- Restrict ownership and permissions of BoltDB files and parent directories.\n- Prevent untrusted write access to storage paths containing BoltDB files.\n- Use backups and corruption-recovery procedures.\n\nIf no fixed release is available yet, consumers should apply the mitigations above and monitor upstream for a patched version.\n",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",

0 commit comments

Comments
 (0)