Home

Description

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final, when decoding header blocks, the non-Huffman branch of io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteral may execute new byte[length] for a string literal before verifying that length bytes are actually present in the compressed field section. The wire encoding allows a very large length to be expressed in few bytes. There is no check that length <= in.readableBytes() before new byte[length]. This vulnerability is fixed in 4.2.13.Final.

PUBLISHED Reserved 2026-04-28 | Published 2026-05-13 | Updated 2026-05-13 | Assigner GitHub_M




HIGH: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Problem types

CWE-770: Allocation of Resources Without Limits or Throttling

CWE-789: Memory Allocation with Excessive Size Value

Product status

>= 4.2.0.Alpha1, < 4.2.13.Final
affected

>= 4.2.0.Alpha1, < 4.2.13.Final
affected

References

github.com/.../netty/security/advisories/GHSA-2c5c-chwr-9hqw exploit

github.com/.../netty/security/advisories/GHSA-2c5c-chwr-9hqw

cve.org (CVE-2026-42582)

nvd.nist.gov (CVE-2026-42582)

Download JSON