Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-87910— tarfile hardlink fallback ignores custom extraction filter rejection via None

Quick assessment

Affected
Python Software Foundation CPython
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

当 在不支持硬链接或符号链接的系统上解包链接时,它会回退为直接解包归档中的对应成员。在这种情况下,过滤函数会被执行两次:一次用于被解包的成员,另一次则是将 参数设置为该链接的目标路径。而在其中一次调用中,过滤函数的返回值被忽略了。正确的行为应该是:只要任意一次调用返回 ,该成员就应当被跳过。

CVSS 5.7 · Medium
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-87910

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
tarfile hardlink fallback ignores custom extraction filter rejection via None
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
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
Source: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Python Software Foundation CPython 0 ~ 3.16.0 -

II. Public POCs for CVE-2026-87910

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-87910

登录查看更多情报信息。

Patches & Fixes for CVE-2026-87910 (1)

Mailing List Discussions for CVE-2026-87910 (1)

Other References for CVE-2026-87910 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-87910

No comments yet


Leave a comment