MGASA-2015-0180

Source
https://advisories.mageia.org/MGASA-2015-0180.html
Import Source
https://advisories.mageia.org/MGASA-2015-0180.json
JSON Data
https://api.osv.dev/v1/vulns/MGASA-2015-0180
Related
Published
2015-05-03T00:19:16Z
Modified
2015-05-03T00:07:36Z
Summary
Updated python-pip packages fix security vulnerabilities
Details

Updated python-pip and python-virtualenv packages fix security vulnerability:

The mirroring support in python-pip was implemented without any sort of authenticity checks and is downloaded over plaintext HTTP. Further more by default it will dynamically discover the list of available mirrors by querying a DNS entry and extrapolating from that data. It does not attempt to use any sort of method of securing this querying of the DNS like DNSSEC. Software packages are downloaded over these insecure links, unpacked, and then typically the setup.py python file inside of them is executed (CVE-2013-5123).

This was fixed in python-pip by removing the mirroring support (i.e., the --use-mirrors, -M, and --mirrors flags). With the updated version, in order to use a mirror, one must specify it as the primary index with -i or --index-url, or as an additional index with --extra-index-url.

The python-virtualenv package bundles a copy of python-pip, so it has also been updated to fix this issue.

The python-virtualenv package bundles python-requests as well, so this update fixes the session fixation issue CVE-2015-2296 in the bundled python-requests.

References
Credits

Affected packages

Mageia:4 / python-pip

Package

Name
python-pip
Purl
pkg:rpm/mageia/python-pip?distro=mageia-4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.1.1-1.mga4

Ecosystem specific

{
    "section": "core"
}

Mageia:4 / python-virtualenv

Package

Name
python-virtualenv
Purl
pkg:rpm/mageia/python-virtualenv?distro=mageia-4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
12.1.1-1.mga4

Ecosystem specific

{
    "section": "core"
}