
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-2332 is an HTTP Request Smuggling vulnerability in Eclipse Jetty's HTTP/1.1 chunked transfer encoding parser, classified under CWE-444. The flaw was discovered as a new variant of the "Funky Chunks" HTTP request smuggling research and publicly disclosed on April 14, 2026. It affects Eclipse Jetty versions 9.4.0–9.4.59, 10.0.0–10.0.27, 11.0.0–11.0.27, 12.0.0–12.0.32, and 12.1.0–12.1.6, as well as downstream products including IBM API Connect and Oracle REST Data Services (versions 24.2.0–26.1.0). The CVSS v3.1 base score is 7.4 (High) per the GitHub Advisory, though Oracle's risk matrix assigns it 9.1 (Critical) in the context of Oracle REST Data Services (GitHub Advisory, Oracle CSPU May 2026).
The root cause (CWE-444) lies in Jetty's HTTP/1.1 parser incorrectly terminating chunk extension parsing at \r\n sequences found inside quoted strings, rather than treating them as a parse error as required by RFC 9112 Section 7.1.1 and RFC 9110 Section 5.6.4. Per the RFC, a quoted-string in a chunk extension value must continue until the closing DQUOTE, and embedded \r\n is not permitted. Jetty instead treats the \r\n inside an unclosed quoted string as the end of the chunk header line, causing subsequent data to be interpreted as a new HTTP request — enabling classic HTTP request smuggling. A public Python proof-of-concept demonstrates the attack by sending a single TCP connection with a crafted POST request containing 1;a="\r\n as the chunk extension, which causes Jetty to parse a smuggled GET /smuggled HTTP/1.1 request as a second independent request (GitHub Advisory).
Successful exploitation allows an unauthenticated remote attacker to inject arbitrary HTTP requests into the server's request processing pipeline. This can result in cache poisoning (smuggled responses corrupting shared caches), access control bypass (smuggled requests circumventing frontend security controls such as WAFs or reverse proxies), and session hijacking (smuggled requests capturing or manipulating other users' responses). Confidentiality and integrity are both rated High, as attackers can access unauthorized data and manipulate application behavior, though availability is not directly impacted (GitHub Advisory, Oracle CSPU May 2026).
\r\n:POST / HTTP/1.1\r\n
Host: localhost\r\n
Transfer-Encoding: chunked\r\n
\r\n
1;a="\r\n
X\r\n
0\r\n
\r\n
GET /smuggled HTTP/1.1\r\n
Host: localhost\r\n
Content-Length: 11\r\n
\r\n
"\r\n
Y\r\n
0\r\n
\r\n\r\n inside the quoted string, treating the subsequent GET /smuggled HTTP/1.1 as a second independent request. The server returns two HTTP responses for a single TCP connection, confirming successful smuggling.Transfer-Encoding: chunked headers containing chunk extensions with unclosed double-quote characters followed by \r\n./smuggled, /admin, /internal) that were not directly initiated by clients; anomalous request sequences where a POST is immediately followed by a GET or other method within the same connection log entry.<size>;[ext-name]="<value>\r\n (unclosed quoted string) in raw HTTP traffic captures; unusual HTTP/1.1 traffic with Transfer-Encoding: chunked to endpoints that do not normally receive chunked requests.Upgrade Eclipse Jetty to one of the following patched versions: 9.4.60, 10.0.28, 11.0.28, 12.0.33, or 12.1.7 (GitHub Advisory). For IBM API Connect deployments, apply the corresponding security updates from IBM support (IBM Advisory). For Oracle REST Data Services (versions 24.2.0–26.1.0), apply the May 2026 Oracle Critical Security Patch Update (Oracle CSPU May 2026). As an interim measure, deploy a Web Application Firewall (WAF) configured to detect and block HTTP requests containing malformed chunk extensions with unclosed quoted strings. No official workaround short of patching has been provided by the Jetty project.
The vulnerability was credited to researcher xclow3n, who discovered it as a new variant while investigating the "Funky Chunks" HTTP request smuggling research published at w4ke.info. The Jetty project published the advisory on April 14, 2026, and the vulnerability was subsequently picked up by SUSE (security update SUSE-SU-2026:1751-1), Red Hat (multiple errata including RHSA-2026:17668, RHSA-2026:20568, RHSA-2026:21773, RHSA-2026:22453, RHSA-2026:25089), and Oracle in its May 2026 CSPU. The Hacker News included it in a weekly security recap, and CISA referenced it in its weekly vulnerability bulletin (SB26-110), reflecting broad industry awareness (GitHub Advisory, Oracle CSPU May 2026).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."