Logo
componentpython-pip
Name
python-pip
Version
23.3.1-r
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:pypa:pip:23.3.1:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
26.1.2-r1

Patches#


#
Title
Author
Resolve
1
Set --disable-pip-version-check=True by default.
Barry Warsaw <barry@python.org>
2
Patch #2
Unknown
3
Patch #3
Unknown

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
An issue was discovered in pip (all versions) because it installs the version with the highest version number, even if the user had intended to obtain a private package from a private index. This only affects use of the --extra-index-url option, and exploitation requires that the package does not already exist in the public index (and thus the attacker can put the package there with an arbitrary version number). NOTE: it has been reported that this is intended functionality and the user is responsible for using --extra-index-url securely