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

GHSA-gwcr-j4wh-j3cq

MEDIUM

Jetty Utility Servlets ConcatServlet Double Decoding Information Disclosure Vulnerability

Also known asCVE-2021-28169
Published
Jun 10, 2021
Updated
Mar 13, 2026
Affected
3 pkgs
Patched
3 / 3
Exploits
None indexed

EPSS Exploitation Probability

via FIRST.org ↗
90.3%probability of exploitation in next 30 days
Very High Risk100th percentile0.00%
87.4%89.5%91.5%93.6%92.4%90.3%Dec 25Apr 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

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

Requests to the ConcatServlet and WelcomeFilter are able to access protected resources within the WEB-INF directory. For example a request to the ConcatServlet with a URI of /concat?/%2557EB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.

This occurs because both ConcatServlet and WelcomeFilter decode the supplied path to verify it is not within the WEB-INF or META-INF directories. It then uses this decoded path to call RequestDispatcher which will also do decoding of the path. This double decoding allows paths with a doubly encoded WEB-INF to bypass this security check.

Impact

This affects all versions of ConcatServlet and WelcomeFilter in versions before 9.4.41, 10.0.3 and 11.0.3.

Workarounds

If you cannot update to the latest version of Jetty, you can instead deploy your own version of the ConcatServlet and/or the WelcomeFilter by using the code from the latest version of Jetty.

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

Frequently Asked Questions

Requests to the `ConcatServlet` and `WelcomeFilter` are able to access protected resources within the `WEB-INF` directory. For example a request to the `ConcatServlet` with a URI of `/concat?/%2557EB-INF/web.xml` can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application. This occurs because both `ConcatServlet` and `WelcomeFilter` decode the supplied path to verify it is not within the `WEB-INF` or `META-INF` directories. It then uses this decoded path to call `RequestDispatcher` which will also do decoding of the path. This double
O3 Security · Impact-Aware SCA

Is GHSA-gwcr-j4wh-j3cq in your stack?

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