CVE-2026-46384
Last modified
CVE-2026-46384 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before bounds-checking, or summed them with overflow-prone signed-int arithmetic. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before bounds-checking, or summed them with overflow-prone signed-int arithmetic. On 32-bit targets (GOARCH=386, arm, mips, wasm, etc.), the truncation paths can silently bypass byte-slice limits, select the wrong union branch, or hit the OCF negative-make panic via wrap. Three sub-issues are not 32-bit-specific: cumulative-size arithmetic overflow in arrayDecoder.Decode / mapDecoder.Decode / mapDecoderUnmarshaler.Decode (wraps at math.MaxInt64 on amd64 / arm64 and bypasses MaxSliceAllocSize / MaxMapAllocSize), math.MinInt negation in block-header handling, and make([]byte, size) with a negative size in OCF block reads — all three panic or bypass caps on any platform, giving an attacker a denial-of-service primitive there. This vulnerability is fixed in 2.33.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-46384?
How severe is CVE-2026-46384?
How do I fix CVE-2026-46384?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46373SQLFluff is a modular SQL linter and auto-formatter with sup…7.5
- CVE-2026-46374SQLFluff is a modular SQL linter and auto-formatter with sup…7.5
- CVE-2026-46376FreePBX is an open source IP PBX. From 15.0.42 to before 16.…9.8
- CVE-2026-46377Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-46378Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-46383Microsoft APM is an open-source, community-driven dependency…5.5
- CVE-2026-46385iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, th…8.7
- CVE-2026-46386OpenProject is open-source, web-based project management sof…9.9
- CVE-2026-46388osquery is a SQL powered operating system instrumentation, m…4.4
- CVE-2026-46389UDS Identity Config builds the Keycloak configuration image …9.8
- CVE-2026-4639Vitals ESP developed by Galaxy Software Services has a Incor…8.8
- CVE-2026-46390HAX CMS helps manage microsite universe with PHP or NodeJs b…6.9
Are you affected by CVE-2026-46384?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
