CVE Catalog

CVE-2026-55833

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.67%

48th percentile - higher than 48% of all known CVEs

Summary

Netty prior to versions 4.1.136.Final and 4.2.16.Final continues inflating zlib-compressed header blocks after maxHeaderSize is exceeded, allowing a remote peer to send a small compressed HEADERS block that expands into much larger raw header data, causing compression-amplified CPU and allocation churn.

Risk Assessment

A DoS attack can overload the Netty server, causing denial of service for clients using the SPDY protocol.

Recommendation

Update Netty to version 4.1.136.Final or 4.2.16.Final.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has exceeded `maxHeaderSize` and marked the frame truncated in `SpdyFrameCodec`, allowing a remote peer to send a small compressed `HEADERS` block that expands into much larger raw header data and causes compression-amplified CPU and allocation churn. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS