First published: Mon Jul 18 2016(Updated: )
Dominic Scheirlinck of VendHQ reports: Many software projects and vendors have implemented support for the “Proxy” request header in their respective CGI implementations and languages by creating the “HTTP_PROXY” environmental variable based on the header value. When this variable is used (in many cases automatically by various HTTP client libraries) any outgoing requests generated in turn from the attackers original request can be redirected to an attacker controlled proxy. This allows attackers to view potentially sensitive information, reply with malformed data, or to hold connections open causing a potential denial of service.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Python Python | >=2.7.0<2.7.13 | |
Python Python | >=3.3.0<3.3.7 | |
Python Python | >=3.4.0<3.4.6 | |
Python Python | >=3.5.0<3.5.3 | |
Debian Debian Linux | =8.0 | |
Debian Debian Linux | =9.0 | |
Debian Debian Linux | =10.0 | |
Fedoraproject Fedora | =23 | |
debian/python2.7 | 2.7.18-8+deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID is CVE-2016-1000110.
The severity of CVE-2016-1000110 is medium.
Python versions 2.7.0 to 2.7.13, 3.3.0 to 3.3.7, 3.4.0 to 3.4.6, and 3.5.0 to 3.5.3 are affected. Debian Linux 8.0, 9.0, and 10.0 are also affected.
A remote attacker can exploit CVE-2016-1000110 by redirecting HTTP requests using the HTTP_PROXY variable name in a CGI script.
Yes, there are fixes available. Python versions 2.7.16-2+deb10u1, 2.7.16-2+deb10u3, and 2.7.18-8+deb11u1 have fixes for this vulnerability.