CVE-2026-42587: Netty: HttpContentDecompressor maxAllocation bypass via Content-Encoding: br/zstd/snappy enables decompression bomb DoS
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, HttpContentDecompressor accepts a maxAllocation parameter to limit decompression buffer size and prevent decompression bomb attacks. This limit is correctly enforced for gzip and deflate encodings via ZlibDecoder, but is silently ignored when the content encoding is br (Brotli), zstd, or snappy. An attacker can bypass the configured decompression limit by sending a compressed payload with Content-Encoding: br instead of Content-Encoding: gzip, causing unbounded memory allocation and out-of-memory denial of service. The same vulnerability exists in DelegatingDecompressorFrameListener for HTTP/2 connections. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Security readout for executives and security teams
Plain-English summary
This CVE can let unauthenticated internet traffic crash or exhaust memory in Netty-based services that decompress certain HTTP content encodings. The configured decompression safety limit works for gzip and deflate but is bypassed for Brotli, zstd, and snappy. The impact is availability loss, not data theft.
Executive priority
Treat as high priority for exposed services because a single unauthenticated request path may cause service outage. Patch quickly, but focus response on availability risk rather than breach containment unless other evidence emerges.
Technical view
Before Netty 4.2.13.Final and 4.1.133.Final, HttpContentDecompressor and HTTP/2 DelegatingDecompressorFrameListener ignore maxAllocation for br, zstd, and snappy. A compressed request using those encodings can trigger unbounded decompression allocation and out-of-memory denial of service. CVSS is 7.5: network, unauthenticated, low complexity, availability impact only.
Likely exposure
Exposure is most likely in Java services using Netty, netty-codec-http, or netty-codec-http2 versions below the fixed releases, especially where inbound HTTP or HTTP/2 decompression is enabled for br, zstd, or snappy.
Exploitation context
The supplied sources do not show KEV listing or active exploitation. The vulnerability is remotely reachable and unauthenticated where affected Netty decompression handlers process attacker-controlled HTTP traffic, so internet-facing services should be prioritized.
Researcher notes
The issue maps to CWE-400 and CWE-770 resource allocation controls. The affected control is maxAllocation enforcement consistency across decompression backends. Evidence provided identifies fixed Netty versions, affected modules, HTTP/1.1 and HTTP/2 paths, and Red Hat downstream tracking.
Mitigation direction
Upgrade Netty to 4.2.13.Final or 4.1.133.Final.
Update netty-codec-http and netty-codec-http2 dependencies accordingly.
Review Red Hat advisories for packaged product-specific fixes.
Check vendor guidance if upgrade timing is constrained.
Prioritize internet-facing HTTP and HTTP/2 services first.
Validation and detection
Inventory applications using Netty, netty-codec-http, or netty-codec-http2.
Confirm resolved dependency versions are fixed releases or later.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
ADP timelineredhat-SADP
Made public.
May 13, 2026, 18:22 UTC (UTC+00:00)
CVE publishedCVE Program
The CVE record was published.
May 13, 2026, 18:22 UTC (UTC+00:00)
ADP timelineredhat-SADP
Reported to Red Hat.
May 13, 2026, 19:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.
Jul 21, 2026, 12:05 UTC (UTC+00:00)
ADP provider summaries
CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPnetty: io.netty/netty-codec-http: io.netty/netty-codec-http2: Netty: Denial of Service via unbounded memory allocation in HTTP content decompression
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-400 · source CWE mapping
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.