CVE-2026-6357
MEDIUMpip self-update functionality can import newly installed modules after wheel installation
Title source: cnaDescription
pip prior to version 26.1 would run self-update check functionality after installing wheel files which required importing well-known Python modules names. These module imports were intentionally deferred to increase startup time of the pip CLI. The patch changes self-update functionality to run before wheels are installed to prevent newly-installed modules from being imported shortly after the installation of a wheel package. Users should still review package contents prior to installation.
References (3)
Core 3
Core References
Patch patch
https://github.com/pypa/pip/pull/13923
Vendor Advisory vendor-advisory
https://ichard26.github.io/blog/2026/04/whats-new-in-pip-26.1/#security-fixes
Scores
CVSS v4
5.3
EPSS
0.0014
EPSS Percentile
3.5%
CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-829
Status
published
Products (2)
Pip maintainers/pip
< 26.1
pypi/pip
0 - 26.1PyPI
Published
Apr 27, 2026
Tracked Since
Apr 27, 2026