Jetty URI parsing of invalid authority
Description
Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.
The HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI differs from the common browsers in how it handles a URI that would be considered invalid if fully validated against the RRC. Specifically HttpURI and the browser may differ on the value of the host extracted from an invalid URI and thus a combination of Jetty and a vulnerable browser may be vulnerable to a open redirect attack or to a SSRF attack if the URI is used after passing validation checks.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.eclipse.jetty:jetty-httpMaven | >= 7.0.0, < 12.0.12 | 12.0.12 |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-qh8g-58pp-2wxhghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-6763ghsaADVISORY
- github.com/jetty/jetty.project/pull/12012ghsaWEB
- github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxhghsaWEB
- gitlab.eclipse.org/security/cve-assignement/-/issues/25ghsaWEB
- security.netapp.com/advisory/ntap-20250306-0005ghsaWEB
News mentions
0No linked articles in our index yet.