Bug 2459774 (CVE-2026-3219) - CVE-2026-3219 pip: pip: Incorrect file installation due to improper archive handling
Summary: CVE-2026-3219 pip: pip: Incorrect file installation due to improper archive h...
Keywords:
Status: NEW
Alias: CVE-2026-3219
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2461288 2461289 2461290
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-20 16:02 UTC by OSIDB Bzimport
Modified: 2026-04-23 21:09 UTC (History)
98 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-20 16:02:17 UTC
pip 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 confusing installation behavior, such as installing "incorrect" files according to the filename of the archive. New behavior only proceeds with installation if the file identifies uniquely as a ZIP or tar archive, not as both.


Note You need to log in before you can comment on or make changes to this bug.