CVE Catalog

CVE-2026-33871

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.13%

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

Summary

A vulnerability in Netty before versions 4.1.132.Final and 4.2.10.Final allows a DoS attack by flooding CONTINUATION frames. The lack of a frame count limit and bypass of size mitigations via zero-byte frames cause excessive CPU consumption.

Risk Assessment

An attacker can remotely overload a Netty HTTP/2 server, causing unavailability with minimal bandwidth usage, leading to service disruption.

Recommendation

Immediately update Netty to version 4.1.132.Final or 4.2.10.Final, which introduce a limit on the number of CONTINUATION frames.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.132.Final and 4.2.10.Final, a remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of `CONTINUATION` frames. The server's lack of a limit on the number of `CONTINUATION` frames, combined with a bypass of existing size-based mitigations using zero-byte frames, allows an user to cause excessive CPU consumption with minimal bandwidth, rendering the server unresponsive. Versions 4.1.132.Final and 4.2.10.Final fix the issue.

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