NONE · 0

CVE-2026-6357

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 defer...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-6357?

CVE-2026-6357 is a documented vulnerability. 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 defer...

How severe is CVE-2026-6357?

CVSS scoring is not yet available for CVE-2026-6357. Check NVD for updates.

Is there a patch for CVE-2026-6357?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.