CVE-2011-3368
Apache HTTP Server 1.3.x-1.3.42, 2.0.x-2.0.64, 2.2.x-2.2.21 SSRF via Malformed URI with @
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2011-3368.
PoCs published by Rodrigo Marcos, SECFORCE, colorblindpentester, including Metasploit module auxiliary/scanner/http/rewrite_proxy_bypass.
AI-analyzed exploit summary This exploit leverages CVE-2011-3368, an SSRF vulnerability in Apache HTTP Server, to scan internal ports or retrieve resources from internal hosts by crafting malicious HTTP requests with the '@' character to bypass access controls.
Description
The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x through 2.0.64, and 2.2.x through 2.2.21 does not properly interact with use of (1) RewriteRule and (2) ProxyPassMatch pattern matches for configuration of a reverse proxy, which allows remote attackers to send requests to intranet servers via a malformed URI containing an initial @ (at sign) character.
Exploits (4)
This exploit leverages CVE-2011-3368, an SSRF vulnerability in Apache HTTP Server, to scan internal ports or retrieve resources from internal hosts by crafting malicious HTTP requests with the '@' character to bypass access controls.
This PoC exploits CVE-2011-3368, an SSRF vulnerability in Apache HTTP Server, allowing an attacker to scan internal ports or retrieve resources from internal hosts via crafted HTTP requests. The script sends requests with a malformed URL to bypass access controls and probe internal services.
This PoC exploits CVE-2011-3368, an HTTP reverse proxy vulnerability in Apache HTTP Server, allowing internal port scanning and resource retrieval via crafted HTTP requests. It sends requests to an Apache server to probe internal hosts and ports, leveraging the vulnerability to bypass access controls.
This Metasploit module scans for poorly configured Apache reverse proxy servers by attempting to bypass rewrite rules using an escape sequence and injected URI. It checks for vulnerability by comparing baseline and test status codes, flagging a 502 response as a potential bypass.