CVE-2026-42582
HIGH EPSS 35.0%
Published May 13, 20261mo ago · Modified Jun 17, 20261w ago
7.5 CVSS 3.1
Published May 13, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
35.0% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 2
CWE-770
CWE-789
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| netty | netty | * | <4.2.13 |
References 1
- github.com https://github.com/netty/netty/security/advisories/GHSA-2c5c-chwr-9hqw
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.