Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-42587 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:23808 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:24502 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:25123 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:28010 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:34608 redhat-SADP

see all 24 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-770Allocation of Resources Without Limits or Throttlingredhat-SADP

Affected Products

ProductVersions
netty netty
< 4.1.133
>= 4.2.0, < 4.2.13

CPE

  • cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

27 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-42587
NVD Published Date:
May 13, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-42587 Details - Not Deferred