Logo
componentpython-pip
Name
python-pip
Version
26.1
Type
library
Description
-
Licenses
MIT
PURL
pkg:pypi/pip@26.1
CPE
cpe:2.3:a:pypa:pip:26.1:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
2025.02.x
25.2

Vulnerabilities#


Name
Analysis
Description
Exploitable
pip would treat console_scripts and gui_scripts as paths instead of file names without sanitizing the resolved absolute path to the installation directory, leading to entry points being installed outside the installation directory.
Exploitable
pip would incorrectly handle doubly-encoded package URLs from indexes allowing for files to be installed to arbitrary locations on disk even when installing wheels. This vulnerability requires downloading or installing a package from a malicious package index to succeed, malicious packages alone are not able to exploit this vulnerability. Note that this vulnerability only materially impacts users running `pip download` with the `--only-binary` option as installing source distributions from an untrusted index is already an unsafe operation that executes code during install time.