File Handling Vulnerability in pip by PyPa
CVE-2026-3219
4.6MEDIUM
What is CVE-2026-3219?
The pip package manager, developed by PyPa, exhibits a vulnerability where it treats concatenated tar and ZIP files solely as ZIP files, disregarding their actual file type. This misprocessing can lead to unexpected and confusing behavior during installation, potentially resulting in the installation of incorrect files based on the archive's name. The updated behavior in the latest patch ensures that installations proceed only when the file distinctly identifies as either a valid ZIP or tar archive.
Affected Version(s)
pip 0 < 26.1
