CVE-2011-3368: Input Validation
RMDG partner and independent security consultancy, "Context Information Security" has made CPNI Response aware of a security vulnerability which could potentially allow an attacker to gain full internal access to a network from the internet.
The technique exploits insecurely configured reverse web proxies to gain access to internal/DMZ systems.
This attack is based on an Apache web server which is using "modrewrite" to proxy web requests internally. Other proxies may suffer from this issue.
The vulnerability occurs if the Apache configuration file is configured like this:
RewriteRule ^(.) http://internalserver:80$1 [P]
As opposed to:
RewriteRule ^(.) http://internalserver:80/$1 [P]
It is important for readers to review their reverse proxy configurations to ensure that the rewrite rules are securely configured and cannot be abused in such a way that they can be used to compromise internal systems.
Other sources
The modproxy 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.
Affected Software
Remediation
Patch Available
Patch Available
Patch Available
Event History
Parent advisories
This vulnerability appears in the following advisories.
Frequently Asked Questions
What is the severity of CVE-2011-3368?
CVE-2011-3368 has a high severity rating, potentially allowing attackers full internal access to a network.
How do I fix CVE-2011-3368?
To fix CVE-2011-3368, users should upgrade their affected versions of Apache HTTP Server to the latest patched release.
What versions of Apache HTTP Server are affected by CVE-2011-3368?
CVE-2011-3368 affects various versions of Apache HTTP Server, including 1.3.x and 2.0.x series.
What types of systems are vulnerable to CVE-2011-3368?
Systems using insecurely configured reverse proxies are vulnerable to CVE-2011-3368.
What are the potential impacts of CVE-2011-3368?
The potential impacts of CVE-2011-3368 include unauthorized access to sensitive information and disruption of service.