CVE-2026-33871: Netty HTTP/2 CONTINUATION Frame Flood DoS via Zero-Byte Frame Bypass
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-33871 can let an unauthenticated remote client make a Netty-based HTTP/2 server consume excessive CPU with very little traffic. The impact is service unavailability, not data theft or code execution, but exposed services could become unresponsive until fixed or protected.
Executive priority
Treat as a near-term availability risk for exposed services. Prioritize externally reachable HTTP/2 systems and business-critical Java platforms using Netty or vendor products that embed Netty.
Technical view
Affected Netty versions lack an effective limit on HTTP/2 CONTINUATION frame count. Zero-byte CONTINUATION frames can bypass size-based defenses, allowing a low-bandwidth frame flood to drive high CPU use. Fixed versions are 4.1.132.Final and 4.2.10.Final.
Likely exposure
Exposure is most likely where internet-facing or partner-facing HTTP/2 services use Netty directly or through Java frameworks, gateways, or vendor products. The bundle only identifies Netty and Red Hat downstream advisories; it does not enumerate every dependent product.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The attack is network-reachable, unauthenticated, low-complexity, and targets availability, so exploitation would be plausible against exposed vulnerable HTTP/2 endpoints.
Researcher notes
This is CWE-770 resource exhaustion. The key detail is count-based CONTINUATION frame handling, not header size alone. Avoid assuming all Netty users are exposed; validate HTTP/2 server usage and exact dependency versions.
Mitigation direction
Upgrade Netty 4.1.x to 4.1.132.Final or later.
Upgrade Netty 4.2.x to 4.2.10.Final or later.
Apply relevant Red Hat errata for Red Hat-shipped affected components.
Check application vendors for fixed builds when Netty is bundled transitively.
If upgrade is blocked, evaluate vendor-supported HTTP/2 exposure reduction.
Validation and detection
Inventory direct and transitive Netty dependencies across Java services.
Confirm deployed versions are not below 4.1.132.Final or 4.2.10.Final.
Identify services accepting HTTP/2 traffic at exposed edges.
Check Red Hat advisories for applicable product package status.
Review CPU saturation alerts for exposed HTTP/2 services.
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-770: 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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-770 · source CWE mapping
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.