Bug 2511547 - CVE-2026-6790 python-avro: Jetty: Improper Host header validation can lead to request routing issues [fedora-all]
Summary: CVE-2026-6790 python-avro: Jetty: Improper Host header validation can lead to...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-avro
Version: 45
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: dev
QA Contact:
URL:
Whiteboard: {"flaws": ["00d8450b-943e-4a0f-9c65-b...
Depends On:
Blocks: CVE-2026-6790
TreeView+ depends on / blocked
 
Reported: 2026-08-05 13:50 UTC by Avinash Hanwate
Modified: 2026-08-17 15:47 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Avinash Hanwate 2026-08-05 13:50:48 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.

Comment 1 Aoife Moloney 2026-08-17 15:47:16 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle.
Changing version to 45.


Note You need to log in before you can comment on or make changes to this bug.