Apache 2.2.15 mod_proxy - Reverse Proxy Security Bypass

Author: Tomas Hoger
type: remote
platform: linux
port: 
date_added: 2012-02-06
date_updated: 2017-01-31
verified: 1
codes: CVE-2011-3639;OSVDB-77444
tags: 
aliases: 
screenshot_url: 
application_url: 

source: https://www.securityfocus.com/bid/51869/info

Apache HTTP Server is prone to a security-bypass vulnerability.

Successful exploits will allow attackers to bypass certain security restrictions and obtain sensitive information about running web applications.

RewriteRule ^(.*) http://www.example.com$1
ProxyPassMatch ^(.*) http://www.example.com$1
↑