CVE-2026-46385 — iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0,...
CVE-2026-46385 漏洞深度分析
漏洞概述
CVE 编号: CVE-2026-46385
CVSS 评分: 8.7(HIGH)
CVSS 向量: 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
CWE 分类: CWE-400,CWE-835
漏洞状态: Deferred
发布时间: 2026-05-29T20:16:27.990
最后更新: 2026-07-14T12:17:09.970
漏洞描述
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.
影响分析
此漏洞的具体影响取决于实际利用场景。"
修复建议
- 及时关注厂商发布的安全更新和补丁
- 升级受影响组件到最新版本
- 如无法立即升级,参考厂商提供的临时缓解措施
- 加强网络访问控制和监控
参考链接
- https://github.com/iskorotkov/avro/security/advisories/GHSA-w8j3-pq8g-8m7w
- https://access.redhat.com/errata/RHSA-2026:30651
- https://access.redhat.com/security/cve/CVE-2026-46385
- https://bugzilla.redhat.com/show_bug.cgi?id=2483475
- https://github.com/iskorotkov/avro/security/advisories/GHSA-w8j3-pq8g-8m7w