Python Packaging Authority Pip

5 CVEs affecting Python Packaging Authority Pip. Latest disclosed: 2026-07-29. Critical: 0, High: 0.

Top CVEs affecting Python Packaging Authority Pip
CVESeverityScorePublishedSummary
CVE-2026-13346Medium6.52026-07-29pip would incorrectly handle doubly-encoded package URLs from indexes allowing for files to be installed to arbitrary locations on disk even when installing wh…
CVE-2026-8643Medium5.52026-06-01pip would treat console_scripts and gui_scripts as paths instead of file names without sanitizing the resolved absolute path to the installation directory, lea…
CVE-2026-32192026-04-20pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is both a tar and ZIP file. This behavior could result in conf…
CVE-2026-17032026-02-02When pip is installing and extracting a maliciously crafted wheel archive, files may be extracted outside the installation directory. The path traversal is lim…
CVE-2025-88692025-09-24When extracting a tar archive pip may not check symbolic links point into the extraction directory if the tarfile module doesn't implement PEP 706. Note that u…