๐Ÿ›ก๏ธ CVE-2026-46385
๐ŸŸ  CVSS 8.0 โ€” High โœ… No Known Exploit CWE-1284 NVD
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

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.

Details

Severity HIGH
CVSS Score 8.0
CVSS Vector 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
CWE CWE-1284
Public Exploit โœ… No
Source NVD
Published 2026-05-18
Updated 2026-06-10
Modified 2026-06-09
Fix URL N/A

Affected Packages

Software From version Fixed in
github.com/iskorotkov/avro/v2 โ€” โ€”
unknown โ€” โ€”

Similar Threats

Site Security Check

Concerned your site may already be targeted?

BotEraser analyzes incoming traffic patterns and helps identify bot behavior consistent with known exploit attempts.

Check My Site Free โ†’

No credit card required  ยท  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.