CVE Catalog

CVE-2026-10051

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

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

Summary

In Eclipse Jetty, the first HTTP/1.1 request with trailers causes the server to retain those trailers for subsequent requests on the same connection. Subsequent requests without trailers report the trailers from the first request, while requests with their own trailers report the union of the first and current request's trailers.

Risk Assessment

The risk involves potential data leakage between requests, which could lead to unauthorized information access or response manipulation, especially in multi-tenant environments.

Recommendation

It is recommended to immediately update Eclipse Jetty to a version containing the fix for this behavior. Until the update is applied, consider disabling trailer support in the server configuration.

Other vulnerabilities in Eclipse Jetty

See all
Original NVD description (English source)

In Eclipse Jetty, a first HTTP/1.1 request with trailers causes the server to retain the trailers in subsequent requests performed over the same connection. Subsequent request that do not have trailers report the trailers of the first request. Subsequent request that do have trailers report the union of trailers of the first request and the current request.

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