CVE-2026-46385
Last modified
CVE-2026-46385 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, the Avro array and map decoders looped over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. EPSS estimates a 0.50% chance of exploitation in the next 30 days.
Description
iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, the Avro array and map decoders looped over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. Reader.ReadBlockHeader returns the count as a Go int, which is 64-bit on amd64 / arm64 targets — so a producer can declare a block of up to math.MaxInt64 (~9.2 × 10¹⁸) elements followed by EOF (or any truncated payload), and the decoder will attempt that many no-op iterations before propagating the error. The realistic ceiling is "indefinite until the worker is killed externally" — a single hostile payload pins a CPU core until the process is OOM-killed, deadline-cancelled, or terminated. Remote, unauthenticated denial-of-service. 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-46385?
How severe is CVE-2026-46385?
How do I fix CVE-2026-46385?
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-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-46384iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, se…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
- CVE-2026-46391HAX CMS helps manage microsite universe with PHP or NodeJs b…8.7
Are you affected by CVE-2026-46385?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
