5.3

CVE-2026-6790

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
EclipseJetty Version >= 9.4.0 < 9.4.61
EclipseJetty Version >= 10.0.0 < 10.0.29
EclipseJetty Version >= 11.0.0 < 11.0.29
EclipseJetty Version >= 12.0.0 < 12.0.35
EclipseJetty Version >= 12.1.0 < 12.1.9
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.2% 0.095
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
Eclipse 5.3 3.9 1.4
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CWE-20 Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

https://gitlab.eclipse.org/security/cve-assignment/-/work_items/99
Vendor Advisory