CVE-2021-28169
Jetty Utility Servlets ConcatServlet Double Decoding Information Disclosure Vulnerability
Record summary
CVE-2021-28169 has a selected CVSS score of 5.3 (medium); EIP currently links 1 Nuclei template.
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.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Aug 19, 2022 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
Eclipse JettyBrowse The Eclipse Foundation / Eclipse Jetty | CVE List | Through 9.4.40 | affected |
| Through 10.0.2 | affected | ||
| Through 11.0.2 | affected | ||
| VulnCheck | Version data not supplied | ||
org.eclipse.jetty:jetty-servletsBrowse Maven / org.eclipse.jetty:jetty-servlets | GitHub Advisory | Before 9.4.41 · Fixed in 9.4.41 | affected |
| 10.0.0 to < 10.0.3 · Fixed in 10.0.3 | affected | ||
| 11.0.0 to < 11.0.3 · Fixed in 11.0.3 | affected | ||
Nuclei templates
1ProjectDiscoveryMEDIUMEclipse Jetty ConcatServlet - Information DisclosureCVSS 5.3
Eclipse Jetty through 9.4.40, through 10.0.2, and through 11.0.2 is susceptible to information disclosure. Requests to the ConcatServlet with a doubly encoded path can access protected resources within the WEB-INF directory, thus enabling an attacker to potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
Impact
An attacker can exploit this vulnerability to access sensitive information, potentially leading to further attacks or unauthorized access.
Remediation
Upgrade to Eclipse Jetty version 9.4.40 or later to mitigate this vulnerability.
Source: ProjectDiscovery