Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.eclipse.jetty/jetty-http
  4. ›
  5. CVE-2024-6763

CVE-2024-6763: Eclipse Jetty URI parsing of invalid authority

October 14, 2024 (updated March 7, 2025)

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.

References

  • github.com/advisories/GHSA-qh8g-58pp-2wxh
  • github.com/jetty/jetty.project
  • github.com/jetty/jetty.project/pull/12012
  • github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh
  • gitlab.eclipse.org/security/cve-assignement/-/issues/25
  • nvd.nist.gov/vuln/detail/CVE-2024-6763
  • security.netapp.com/advisory/ntap-20250306-0005

Code Behaviors & Features

Detect and mitigate CVE-2024-6763 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 7.0.0 before 12.0.12

Fixed versions

  • 12.0.12

Solution

Upgrade to version 12.0.12 or above.

Impact 3.7 LOW

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-1286: Improper Validation of Syntactic Correctness of Input

Source file

maven/org.eclipse.jetty/jetty-http/CVE-2024-6763.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:36 +0000.