CVE-2024-6763

MEDIUM EPSS 58.0%
Published Oct 14, 20241y ago · Modified Jun 17, 20262w ago
5.3 CVSS 3.1
Medium
Find Similar
Published Oct 14, 2024 1y ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
5.3
Exploitability
3.9
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
58.0% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-1286

Affected Products 1

VendorProductVersionRange
eclipsejetty*≥7.0.0  –  <9.4.57

References 4

  • github.com https://github.com/jetty/jetty.project/pull/12012
    PatchThird Party Advisory
  • github.com https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh
    ExploitMitigationVendor Advisory
  • gitlab.eclipse.org https://gitlab.eclipse.org/security/cve-assignement/-/issues/25
    Vendor Advisory
  • security.netapp.com https://security.netapp.com/advisory/ntap-20250306-0005/
    Third Party Advisory

Remediation

  • github.com https://github.com/jetty/jetty.project/pull/12012
    PatchThird Party Advisory