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

Other Versions#


Project
Branch
Version
openwrt-25.12
23.3.1-r2

Patches#


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

Vulnerabilities#


Name
Analysis
Description
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