Exploitation Summary
EIP tracks 3 public exploits for CVE-2010-1587.
PoCs published by Veerendra G.G, AbdulAziz Hariri, juan vazquez, Veerendra G.G, juan vazquez, including Metasploit module auxiliary/scanner/http/apache_activemq_traversal.
AI-analyzed exploit summary This is a writeup describing an information disclosure vulnerability in Apache ActiveMQ due to improper input sanitization, allowing attackers to access source code via double slash URIs. The vulnerability is related to Jetty's handling of such URIs.
Description
The Jetty ResourceHandler in Apache ActiveMQ 5.x before 5.3.2 and 5.4.x before 5.4.0 allows remote attackers to read JSP source code via a // (slash slash) initial substring in a URI for (1) admin/index.jsp, (2) admin/queues.jsp, or (3) admin/topics.jsp.
Exploits (3)
This is a writeup describing an information disclosure vulnerability in Apache ActiveMQ due to improper input sanitization, allowing attackers to access source code via double slash URIs. The vulnerability is related to Jetty's handling of such URIs.
This Metasploit module exploits a directory traversal vulnerability in Apache ActiveMQ 5.3.1 and 5.3.2 on Windows systems. It allows an attacker to read arbitrary files from the server by manipulating the URI path.
This Metasploit module exploits a source code disclosure vulnerability in Apache ActiveMQ by sending a crafted GET request to retrieve JSP file contents. It leverages Jetty's ResourceHandler misconfiguration to expose source code.