CVE-2010-1587:
Apache ActiveMQ Sensitive Information Disclosure via the Jetty ResourceHandler
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.98582%
CWE
Published
5/14/2022
Updated
3/15/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.activemq:activemq-web-console | maven | >= 5.0.0, < 5.3.2 | 5.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from Jetty's ResourceHandler configuration in jetty.xml
where resourceBase
was set to 'webapps/' directory. This allowed attackers to bypass security controls using '//' in URIs to access JSP source files. The patch moved resourceBase
to 'webapps/static/', isolating static resources from sensitive JSP files. The configuration change directly addresses the path traversal issue, confirming this as the vulnerable component.