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

CVE-2021-28169

MEDIUM

CVE-2021-28169 is a medium-severity (CVSS 5.3) Information Exposure vulnerability in org.eclipse.jetty:jetty-servlets. O3 Security confirms whether CVE-2021-28169 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Jetty Utility Servlets ConcatServlet Double Decoding Information Disclosure Vulnerability

Also known asGHSA-gwcr-j4wh-j3cq
Published
Jun 9, 2021
Updated
Jul 8, 2026
Affected
3 pkgs
Patched
3 / 3
Exploits
None indexed

Blast Radius

3 pkgs affected
org.eclipse.jetty:jetty-servletsorg.eclipse.jetty:jetty-servletsorg.eclipse.jetty:jetty-servlets

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

For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, it is possible for requests to the ConcatServlet with a doubly encoded path to access protected resources within the WEB-INF directory. For example a request to /concat?/%2557EB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.

Affected Packages

3 total 3 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.eclipse.jetty:jetty-servletsall versions9.4.41
Mavenorg.eclipse.jetty:jetty-servlets10.0.0&&< 10.0.310.0.3
Mavenorg.eclipse.jetty:jetty-servlets11.0.0&&< 11.0.311.0.3

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-servlets. 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

    Update org.eclipse.jetty:jetty-servlets to 9.4.41 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2021-28169 is resolved across your whole dependency graph.

  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 CVE-2021-28169 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 CVE-2021-28169. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, it is possible for requests to the ConcatServlet with a doubly encoded path to access protected resources within the WEB-INF directory. For example a request to `/concat?/%2557EB-INF/web.xml` can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.
O3 Security · Impact-Aware SCA

Is CVE-2021-28169 in your dependencies?

O3 detects CVE-2021-28169 across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.