CVE-2026-6790
Severity CVSS v4.0:
Pending analysis
Type:
CWE-20
Input Validation
Publication date:
14/07/2026
Last modified:
14/07/2026
Description
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).<br />
<br />
<br />
<br />
<br />
This was not enforced in earlier HTTP RFC (for example, in RFC 2616), but it is in the latest RFC (9110 and 9112).<br />
<br />
<br />
<br />
<br />
This mismatch can cause a number of problems that may be classified as vulnerabilities such as:<br />
<br />
<br />
<br />
* <br />
<br />
URI constructions (for example, for redirects -- this is typical for login pages)<br />
<br />
* <br />
<br />
Virtual host selection<br />
<br />
* <br />
<br />
Reverse proxying<br />
<br />
* <br />
<br />
Misleading logs<br />
<br />
* <br />
<br />
Etc.<br />
<br />
<br />
<br />
<br />
<br />
<br />
Given that the latest RFCs require that request authority and Host header must match, Jetty should enforce this invariant.
Impact
Base Score 3.x
5.30
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 9.4.0 (including) | 9.4.61 (excluding) |
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 10.0.0 (including) | 10.0.29 (excluding) |
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 11.0.0 (including) | 11.0.29 (excluding) |
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 12.0.0 (including) | 12.0.35 (excluding) |
| cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* | 12.1.0 (including) | 12.1.9 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



