CVE-2026-87910

MEDIUM CVSS 4.0: 5.7 EPSS 0.42%
Updated Sep 12, 2026
Python Software Foundation
Parameter Value
CVSS 5.7 (MEDIUM)
Type CWE-59 (Improper Link Resolution), CWE-22 (Path Traversal)
Vendor Python Software Foundation
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Attack Requirements
Present
Additional conditions required
Privileges Required
Low
Basic privileges needed
User Interaction
Active
User action required

Impact Assessment

Confidentiality
None
No data leak
Integrity
High
Complete data modification
Availability
None
No disruption

CVSS Vector v4.0

Vulnerable Products

python software foundation:cpython