CVE-2026-46384

iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before bounds-checking, or summed them with overflow-prone signed-int arithmetic. On 32-bit targets (GOARCH=386, arm, mips, wasm, etc.), the truncation paths can silently bypass byte-slice limits, select the wrong union branch, or hit the OCF negative-make panic via wrap. Three sub-issues are not 32-bit-specific: cumulative-size arithmetic overflow in arrayDecoder.Decode / mapDecoder.Decode / mapDecoderUnmarshaler.Decode (wraps at math.MaxInt64 on amd64 / arm64 and bypasses MaxSliceAllocSize / MaxMapAllocSize), math.MinInt negation in block-header handling, and make([]byte, size) with a negative size in OCF block reads — all three panic or bypass caps on any platform, giving an attacker a denial-of-service primitive there. This vulnerability is fixed in 2.33.0.
Configurations

No configuration.

History

30 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:48151 -

29 Jul 2026, 13:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:47149 -

27 Jul 2026, 13:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:44622 -

22 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:42852 -

22 Jul 2026, 06:10

Type Values Removed Values Added
Summary
  • (es) iskorotkov/avro es un códec Avro rápido para Go. Antes de la versión 2.33.0, varias rutas del decodificador Avro leían valores de 64 bits controlados por el atacante del formato de transmisión y los reducían a un entero (int) del tamaño de la plataforma antes de la verificación de límites, o los sumaban con aritmética de enteros con signo propensa a desbordamientos. En objetivos de 32 bits (GOARCH=386, arm, mips, wasm, etc.), las rutas de truncamiento pueden eludir silenciosamente los límites de las porciones de bytes, seleccionar la rama de unión incorrecta o provocar el pánico 'negative-make' de OCF a través de un 'wrap'. Tres subproblemas no son específicos de 32 bits: desbordamiento aritmético de tamaño acumulativo en arrayDecoder.Decode / mapDecoder.Decode / mapDecoderUnmarshaler.Decode (se ajusta en math.MaxInt64 en amd64 / arm64 y elude MaxSliceAllocSize / MaxMapAllocSize), negación de math.MinInt en el manejo de encabezados de bloque, y make([]byte, size) con un tamaño negativo en las lecturas de bloques OCF - los tres provocan pánico o eluden los límites en cualquier plataforma, dando al atacante una primitiva de denegación de servicio allí. Esta vulnerabilidad se corrige en la versión 2.33.0.

20 Jul 2026, 12:19

Type Values Removed Values Added
References
  • {'url': 'https://access.redhat.com/errata/RHSA-2026:40138', 'source': '0b0ca135-0b70-47e7-9f44-1890c2a1c46c'}
  • () https://access.redhat.com/errata/RHSA-2026:41064 -

17 Jul 2026, 13:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:41030 -

16 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:40138 -

30 Jun 2026, 03:20

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
References
  • () https://access.redhat.com/errata/RHSA-2026:30651 -
  • () https://access.redhat.com/security/cve/CVE-2026-46384 -
  • () https://bugzilla.redhat.com/show_bug.cgi?id=2483482 -
  • () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46384.json -

29 May 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-29 20:16

Updated : 2026-08-03 13:18


NVD link : CVE-2026-46384

Mitre link : CVE-2026-46384

CVE.ORG link : CVE-2026-46384


JSON object : View

Products Affected

No product.

CWE
CWE-190

Integer Overflow or Wraparound