Name | CVE-2016-1000110 |
Description | The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
python2.7 (PTS) | bullseye | 2.7.18-8+deb11u1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
python2.6 | source | (unstable) | (unfixed) | unimportant | | |
python2.7 | source | (unstable) | 2.7.12-2 | unimportant | | |
python3.2 | source | (unstable) | (unfixed) | unimportant | | |
python3.4 | source | (unstable) | (unfixed) | unimportant | | |
python3.5 | source | (unstable) | 3.5.2-3 | unimportant | | |
Notes
https://bugs.python.org/issue27568
https://github.com/python/cpython/commit/436fe5a447abb69e5e5a4f453325c422af02dcaa (3.4)
No part of Python does set HTTP_PROXY based on a Proxy: header, the Python bug
just provides a hardening to discard HTTP_PROXY if it thinks a Python script is
running as a CGI script