CVE-2026-46385
Last modified
CVE-2026-46385 is a high-severity vulnerability rated 7.5/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.62% 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
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-46378Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-4638PRTG Network Monitor before version 26.2.120.1449 ships a de…7.1
- CVE-2026-46380compliance-trestle is a tooling platform for managing compli…6.7
- CVE-2026-46382The Meeting Room Booking System (MRBS) is a PHP-based applic…8.7
- 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…7.5
- CVE-2026-46386OpenProject is open-source, web-based project management sof…9.9
- CVE-2026-46387Suricata is a network Intrusion Detection System, Intrusion …7.5
- 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-46385?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
