CVE Catalog

CVE-2026-6790

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

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

Summary

In Eclipse Jetty for HTTP/1, HTTP/2, and HTTP/3 requests, there is no strict check that the request authority (host and port) matches the value provided in the Host header (if present). This mismatch can cause problems such as incorrect URI construction, virtual host selection, reverse proxying, misleading logs, and others.

Risk Assessment

The lack of validation may allow an attacker to manipulate the Host header, leading to redirects to malicious sites, unauthorized access to virtual hosts, or incorrect request routing through reverse proxies, increasing the risk of security breaches and data integrity issues.

Recommendation

It is recommended to immediately update Eclipse Jetty to a version that enforces the match between request authority and Host header as per RFC 9110 and 9112. If an update is not possible, consider implementing temporary firewall or proxy rules to filter mismatched requests.

Other vulnerabilities in Eclipse Jetty

See all
Original NVD description (English source)

In Eclipse Jetty, for HTTP/1, HTTP/2 and HTTP/3 requests, there is no strict check that the request authority (host and port) matches what provided in the Host header (if present). This was not enforced in earlier HTTP RFC (for example, in RFC 2616), but it is in the latest RFC (9110 and 9112). This mismatch can cause a number of problems that may be classified as vulnerabilities such as: * URI constructions (for example, for redirects -- this is typical for login pages) * Virtual host selection * Reverse proxying * Misleading logs * Etc. Given that the latest RFCs require that request authority and Host header must match, Jetty should enforce this invariant.

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