CVE-2011-4317
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
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-4317. PoCs published by Prutha Parikh.
AI-analyzed exploit summary The provided code is a writeup describing a security-bypass vulnerability in Apache HTTP Server (CVE-2011-4317). It mentions patterns like RewriteRule and ProxyPassMatch that could be exploited to bypass security restrictions and obtain sensitive information.
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, when the Revision 1179239 patch is in place, 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 @ (at sign) character and a : (colon) character in invalid positions. NOTE: this vulnerability exists because of an incomplete fix for CVE-2011-3368.
Exploits (1)
The provided code is a writeup describing a security-bypass vulnerability in Apache HTTP Server (CVE-2011-4317). It mentions patterns like RewriteRule and ProxyPassMatch that could be exploited to bypass security restrictions and obtain sensitive information.