Bug 2531985 (CVE-2026-87910) - CVE-2026-87910 python: Python tarfile module: Security filter bypass allows arbitrary file write
Summary: CVE-2026-87910 python: Python tarfile module: Security filter bypass allows a...
Keywords:
Status: NEW
Alias: CVE-2026-87910
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 17:45 UTC by OSIDB Bzimport
Modified: 2026-09-14 10:02 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 17:45:08 UTC
When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.


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