Logo
componentpython3-pip
Name
python3-pip
Version
26.2
Type
library
Description
The PyPA recommended tool for installing Python packages
Licenses
Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND LGPL-2.1-only AND MIT AND MPL-2.0 AND PSF-2.0
PURL
-
CPE
cpe:2.3:*:pypa:pip:26.2:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
22.0.3
scarthgap
24.0

Patches#


#
Title
Author
Resolve
1
python3-pip: Don't change shebang
Richard Purdie <richard.purdie@linuxfoundation.org>

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