Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven

GHSA-wjpw-4j6x-6rwh

LOW

org.eclipse.jetty:jetty-http has different parsing of invalid URIs

Also known asCVE-2025-11143
Published
Mar 5, 2026
Updated
Mar 9, 2026
Affected
5 pkgs
Patched
2 / 5
Exploits
None indexed

EPSS Exploitation Probability

via FIRST.org ↗
0.2%probability of exploitation in next 30 days
Lower Risk5th percentile+0.01%
0.00%0.22%0.44%0.66%0.1%0.1%0.1%0.2%Apr 26Jun 26Jun 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

5 pkgs affected
org.eclipse.jetty:jetty-httporg.eclipse.jetty:jetty-httporg.eclipse.jetty:jetty-httporg.eclipse.jetty:jetty-httporg.eclipse.jetty:jetty-http

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

The Jetty URI parser has some key differences compared to other common parsers when evaluating invalid or unusual URIs. Specifically:

Invalid Scheme

URIJettyuri-js (nodejs)node-url(nodejs)
https>://vulndetector.com/pathscheme=http>scheme=httpsinvalid URI

Improper IPv4 mapped IPv6

URIJettySystem.Uri(CSharp)curl(C)
http://[0:0:0:0:0:ffff:127.0.0.1]invalidhost=[::ffff:127.0.0.1]host=[::ffff:127.0.0.1]
http://[::ffff:255.255.0.0]invalidhost=[::ffff:255.255.0.0]host=[::ffff:255.255.0.0]

Incorrect IPv6 delimeter priority

URIJettyurllib3(python)furl(python)Springchromium
http://[normal.com@]vulndetector.com/host=[normal.com@]invalidinvalid
http://normal.com[user@vulndetector].com/host=`[noirmal.com@vulndetectorhost=normal.cominvalid
http://normal.com[@]vulndetector.com/host=`normal.com[@]host=normal.cominvalid

Incorrect delimeter priority

URIJettyurllib3(python)jersey
http://normal.com/#@vulndetector.comhost=vulndetector.comhost=normal.comhost=normal.com
http://normal.com/[email protected]host=vulndetector.comhost=normal.comhost=normal.com

Impact

Differential parsing of URIs in systems using multiple components may result in security by-pass. For example a component that enforces a black list may interpret the URIs differently from one that generates a response. At the very least, differential parsing may divulge implementation details.

Patches

Patched in Supported Open Source versions.

  • 12.1.5 - Supported and available on Maven Central
  • 12.0.31 - Supported and available on Maven Central
  • 11.0.x - EOL Release, patches available on tuxcare and herodevs
  • 10.0.x - EOL Release, patches available on tuxcare and herodevs
  • 9.4.x - EOL Release, patches available on tuxcare and herodevs

Workarounds

None

Resources

Affected Packages

5 total 2 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.eclipse.jetty:jetty-http9.4.0No fix
Mavenorg.eclipse.jetty:jetty-http10.0.0No fix
Mavenorg.eclipse.jetty:jetty-http11.0.0No fix
Mavenorg.eclipse.jetty:jetty-http12.0.0&&< 12.0.3112.0.31
Mavenorg.eclipse.jetty:jetty-http12.1.0&&< 12.1.512.1.5

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.eclipse.jetty:jetty-http. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    No patched version of org.eclipse.jetty:jetty-http has shipped for GHSA-wjpw-4j6x-6rwh yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-wjpw-4j6x-6rwh is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-wjpw-4j6x-6rwh. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

The Jetty URI parser has some key differences compared to other common parsers when evaluating invalid or unusual URIs. Specifically: #### Invalid Scheme | URI | Jetty | uri-js (nodejs) | node-url(nodejs) | |---|---|---| --- | | `https>://vulndetector.com/path` | scheme=`http>`| scheme=`https` | invalid URI | #### Improper IPv4 mapped IPv6 | URI | Jetty | System.Uri(CSharp) | curl(C) | |---|---|---| --- | | `http://[0:0:0:0:0:ffff:127.0.0.1]` | invalid | host=`[::ffff:127.0.0.1]` | host=`[::ffff:127.0.0.1]` | | `http://[::ffff:255.255.0.0]` | invalid | host=`[::ffff:255.255.0.0]` | host=`[
O3 Security · Impact-Aware SCA

Is GHSA-wjpw-4j6x-6rwh in your dependencies?

O3 detects GHSA-wjpw-4j6x-6rwh across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.