
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-10051 is an HTTP/1.1 trailer leakage vulnerability in Eclipse Jetty that causes the server to retain and expose HTTP request trailers across persistent connections. When a first request with trailers is received, subsequent requests on the same connection incorrectly inherit those trailers — either fully (if the new request has none) or as a union (if the new request also has trailers). This constitutes a memory disclosure issue classified under CWE-200. Affected versions are Eclipse Jetty 12.0.0 through 12.0.35 and 12.1.0 through 12.1.9. The vulnerability was published on July 14, 2026, and carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 6.9 (Medium) (Eclipse CVE Assignment).
The root cause is improper state management in Eclipse Jetty's HTTP/1.1 connection handler, which fails to clear trailer metadata between requests on the same persistent (keep-alive) connection (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor). When a client sends an HTTP/1.1 chunked request with trailing headers, Jetty stores these trailers in connection-level state rather than request-level state, causing them to persist and bleed into subsequent requests. An attacker can exploit this by establishing a persistent HTTP/1.1 connection, sending an initial request with crafted trailers, and then observing that subsequent requests — including those from other users sharing the connection — report the leaked trailers. No authentication or special privileges are required, and the attack is network-accessible with low complexity (Eclipse CVE Assignment).
Successful exploitation allows an unauthenticated remote attacker to read HTTP request headers and trailers from prior requests on the same persistent connection, constituting a confidentiality breach. Sensitive data carried in HTTP trailers — such as authentication tokens, session identifiers, or application-specific metadata — could be exposed to subsequent requesters on the same connection. Integrity and availability are not directly impacted, but the information disclosure could facilitate further attacks such as session hijacking or privilege escalation (Eclipse CVE Assignment).
Trailer: X-Sensitive-Header in the request headers, followed by the trailer value after the chunked body).Trailer: headers; multiple sequential requests over a single TCP connection where early requests include trailer headers.Eclipse Foundation has released patched versions: Eclipse Jetty 12.0.36 (for the 12.0.x branch) and Eclipse Jetty 12.1.10 (for the 12.1.x branch). Upgrading to these versions is the recommended remediation (Eclipse CVE Assignment). As a temporary workaround if immediate patching is not feasible, consider disabling HTTP/1.1 trailer support at the application or reverse proxy layer if trailers are not required by the application, or implement connection limits to reduce the window for cross-request leakage.
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."