CVE-2026-33870
7.5Netty · Netty
Netty incorrectly parses quoted strings in HTTP/1.1 chunked transfer encoding extension values, which allows remote, unauthenticated attackers to perform HTTP request smuggling attacks.
Executive summary
A critical HTTP request smuggling vulnerability in the Netty framework allows unauthenticated attackers to bypass security controls by manipulating request parsing.
Vulnerability
This vulnerability involves an inconsistent interpretation of HTTP requests (CWE-444) within the Netty framework. An unauthenticated attacker can exploit this flaw by sending specifically crafted chunked-encoded HTTP requests to achieve request smuggling, potentially leading to unauthorized access or security bypass.
Business impact
The ability to perform HTTP request smuggling poses a significant threat to the integrity of web applications relying on Netty. By smuggling requests, an attacker may bypass perimeter security controls, cache poisoning, or perform unauthorized actions on behalf of other users, leading to potential data compromise. With a CVSS score of 7.5, this high-severity vulnerability requires immediate attention to prevent exploitation in production environments.
Remediation
Immediate Action: Update the Netty library to version 4.1.132.Final or 4.2.10.Final to incorporate the necessary security patches.
Proactive Monitoring: Review web server and application logs for anomalous HTTP request patterns, specifically those involving unusual chunked transfer encoding headers.
Compensating Controls: Deploy or tune a Web Application Firewall (WAF) to inspect and normalize incoming HTTP traffic, which can help detect and block malformed chunked requests before they reach the Netty framework.
Exploitation status
Public Exploit Available: Yes, a published PoC exists, as evidenced by the technical write-ups linked in the CVE references.
Analyst recommendation
Given the potential for request smuggling to bypass critical security layers, organizations should prioritize updating their Netty dependencies immediately. The availability of technical write-ups documenting the flaw increases the likelihood of exploit development, making rapid patching the most effective strategy to mitigate this risk.