CVE-2026-87910

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.

Scoring

Severity
MEDIUM
CVSS base score
5.7
CVSS vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CWE
CWE-22, CWE-59
Published
2026-09-11
Last modified
2026-09-12

Affected products

Weakness type

Related vulnerabilities

Markdown version · Browse all CVEs