Description
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.
Published: 2026-07-14
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs when an HTTP/1.1 request containing trailers is first processed by an Eclipse Jetty server. Jetty incorrectly retains those trailers and later propagates them to subsequent requests that use the same persistent connection. Requests without trailers end up receiving the stale trailer data from the initial request, whereas requests that include trailers receive a combination of the original and current trailer sets. This inadvertent leakage can expose sensitive metadata or application state from one transaction to a later request, potentially giving an attacker access to confidential information that was not intended for subsequent traffic.

Affected Systems

All installations of Eclipse Jetty are potentially affected unless a vendor‑supplied patch that corrects the trailer handling logic has been applied. The CVE entry lists Eclipse Foundation:Eclipse Jetty as the affected vendor product but does not provide a specific version range. Administrators should verify whether they are running a Jetty release that has been updated to remove the bug.

Risk and Exploitability

With a CVSS score of 6.9 the vulnerability is rated moderate and is unlikely to be widely abused, as reflected by an EPSS score of less than 1% and its absence from the CISA KEV catalog. Attackers would need to send malicious HTTP/1.1 requests that exploit the persistent connection mechanics and trigger the trailer‑handling code path. Because the issue is purely a protocol processing flaw, it can be exercised remotely without local privileges, but requires the ability to send crafted HTTP requests to the Jetty server over a network that allows trailers.

Generated by OpenCVE AI on July 31, 2026 at 10:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Eclipse Jetty release that contains the official fix for the trailer handling bug.
  • Configure Jetty to reject or ignore HTTP request trailers, or disable persistent connections that allow trailers when a patch cannot be applied.
  • Use network controls, such as a reverse proxy or firewall rule, to block or strip HTTP trailers from incoming requests, thereby preventing accidental leakage.

Generated by OpenCVE AI on July 31, 2026 at 10:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-f4v5-65jj-pcr2 Eclipse Jetty: Cross-Request Leakage for trailers on HTTP/1.1 keep-alive connections
History

Fri, 31 Jul 2026 11:00:00 +0000

Type Values Removed Values Added
Title Jetty HTTP Trailer Leakage Across Persistent Connections

Sat, 25 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
Title Jetty HTTP Trailer Leakage Across Persistent Connections

Wed, 22 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Title Jetty HTTP/1.1 Trailers Leakage Across Connections

Thu, 16 Jul 2026 08:00:00 +0000

Type Values Removed Values Added
Title Jetty HTTP/1.1 Trailers Leakage Across Connections

Tue, 14 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse jetty
Vendors & Products Eclipse
Eclipse jetty

Tue, 14 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Description 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.
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-07-14T12:57:50.096Z

Reserved: 2026-05-29T07:28:48.617Z

Link: CVE-2026-10051

cve-icon Vulnrichment

Updated: 2026-07-14T12:57:46.450Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor