CVE-2026-10051: Infoleak

Published Jul 14, 2026
·
Updated

Description

> FINDING — MEDIUM (HTTP/1.1 keep-alive connections with trailers) > HttpConnection.trailers Cross-Request Leakage (Never Reset Between Requests) > > Location: > jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/ > HttpConnection.java:107, 1157-1161, 1170 > > Detail: > trailers (line 107) is a connection-scoped HttpFields.Mutable field. > parsedTrailer() (line 1157) populates it when request N carries HTTP trailers. > messageComplete() (line 1170) checks "if (trailers != null)" — evaluates true > from request N's data — and stamps it onto request N+1. > > Grep confirms: ZERO occurrences of "trailers = null" in entire HttpConnection.java. > > Scenario: > Request N: POST /upload (trailers: X-Checksum: abc123) > Request N+1: GET /data (no trailers) > app: request.getTrailers() on N+1 → returns {X-Checksum: abc123} ← STALE > > Application logic branching on getTrailers() != null produces incorrect behavior. > Not cross-connection (same keep-alive connection only). > > More dangerous scenario: TOCTOU — trailer passes check, target swapped before use.

Workarounds Do not rely on HTTP request trailers for security-sensitive logic, or disable persistent connections by closing the connection after each HTTP/1.1 request.

Other sources

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.

NVD

Affected Software

5 affected componentsFixes available
Eclipse Jetty
Eclipse Jetty>=12.0.0<12.0.36
Eclipse Jetty>=12.1.0<12.1.10
maven/org.eclipse.jetty:jetty-server>=12.1.0<=12.1.9
12.1.10
maven/org.eclipse.jetty:jetty-server>=12.0.0<=12.0.35
12.0.36

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade maven/org.eclipse.jetty:jetty-server to a version that resolves this vulnerability.

    Fixed in 12.1.10
  2. Upgrade

    Upgrade maven/org.eclipse.jetty:jetty-server to a version that resolves this vulnerability.

    Fixed in 12.0.36
  3. Configuration

    Disable HTTP/1.1 persistent connections by closing the connection after each HTTP/1.1 request so trailers cannot leak across requests on the same keep-alive connection.

    Eclipse Jetty (HTTP/1.1 keep-alive) disable persistent connections (close connection after each HTTP/1.1 request) = enabled
  4. Configuration

    Do not rely on HTTP request trailers for security-sensitive logic (e.g., avoid branching on getTrailers() contents such as getTrailers() != null for authorization or decisioning).

    Application logic use of HTTP request trailers for security-sensitive logic (request.getTrailers()) = do not rely on trailers

Event History

Jul 14, 2026
CVE Published
via MITRE·08:44 AM
Data Sourced
via MITRE·08:44 AM
DescriptionWeakness
Data Sourced
via NVD·09:16 AM
DescriptionSeverityWeaknessAffected Software
Jul 22, 2026
Advisory Published
via GitHub·10:56 PM
Data Sourced
via GitHub·10:56 PM
DescriptionWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-10051?

The severity of CVE-2026-10051 is medium, with a CVSS score of 6.9.

2

What type of vulnerability is CVE-2026-10051?

CVE-2026-10051 is an information leakage vulnerability affecting Eclipse Jetty.

3

How do I fix CVE-2026-10051?

To fix CVE-2026-10051, update Eclipse Jetty to the latest version that addresses this issue.

4

Which software is affected by CVE-2026-10051?

CVE-2026-10051 affects the Eclipse Jetty server.

5

What is the potential impact of CVE-2026-10051?

The potential impact of CVE-2026-10051 is the unauthorized disclosure of HTTP request trailers between connections.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203