CVE-2026-46385
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/iskorotkov/avro/v2Go | < 2.33.0 | 2.33.0 |
Affected products
10- osv-coords9 versionspkg:apk/chainguard/dapr-daprd-fips-1.18pkg:apk/chainguard/dapr-daprd-1.18pkg:apk/chainguard/dapr-daprd-fips-1.17pkg:apk/chainguard/dapr-daprd-1.16pkg:apk/chainguard/dapr-daprd-fips-1.16pkg:apk/chainguard/dapr-daprd-1.17pkg:apk/wolfi/dapr-daprd-1.16pkg:apk/wolfi/dapr-daprd-1.17pkg:rpm/opensuse/govulncheck-vulndb&distro=openSUSE%20Leap%2016.0
< 1.18.3-r0+ 8 more
- (no CPE)range: < 1.18.3-r0
- (no CPE)range: < 1.18.3-r0
- (no CPE)range: < 1.17.12-r0
- (no CPE)range: < 1.16.18-r0
- (no CPE)range: < 1.16.18-r0
- (no CPE)range: < 1.17.12-r0
- (no CPE)range: < 1.16.18-r0
- (no CPE)range: < 1.17.12-r0
- (no CPE)range: < 0.0.20260727T201416-160000.1.1
- Range: < 2.33.0
Patches
Vulnerability mechanics
References
14- github.com/advisories/GHSA-w8j3-pq8g-8m7wghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-46385ghsaADVISORY
- github.com/iskorotkov/avro/security/advisories/GHSA-w8j3-pq8g-8m7wnvdWEB
- access.redhat.com/errata/RHSA-2026:30651nvd
- access.redhat.com/errata/RHSA-2026:41030nvd
- access.redhat.com/errata/RHSA-2026:41064nvd
- access.redhat.com/errata/RHSA-2026:42852nvd
- access.redhat.com/errata/RHSA-2026:44622nvd
- access.redhat.com/errata/RHSA-2026:47149nvd
- access.redhat.com/errata/RHSA-2026:48151nvd
- access.redhat.com/errata/RHSA-2026:53530nvd
- access.redhat.com/security/cve/CVE-2026-46385nvd
- bugzilla.redhat.com/show_bug.cginvd
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46385.jsonnvd
News mentions
0No linked articles in our index yet.