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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-12718— Bypass extraction filter to modify file metadata outside extraction directory

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.

Python是Python基金会的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.12及之后版本存在安全漏洞,该漏洞源于tarfile模块提取过滤器功能允许修改提取目录外的文件元数据和权限。

CVSS 5.3 · Medium EPSS 0.66% · P49

Affected Version Matrix 6

VendorProduct Version RangeStatus
Python Software Foundation CPython < 3.9.23 affected
3.10.0< 3.10.18 affected
3.11.0< 3.11.13 affected
3.12.0< 3.12.11 affected
3.13.0< 3.13.4 affected
3.14.0a1< 3.14.0b3 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2024-12718

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
Bypass extraction filter to modify file metadata outside extraction directory
Source: CVE Program / CVE List V5
Vulnerability Description
Allows modifying some file metadata (e.g. last modified) with filter="data" or file permissions (chmod) with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don't include the extraction filter feature. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: CVE Program / CVE List V5
Vulnerability Title
Python 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Python是Python基金会的一套开源的、面向对象的程序设计语言。该语言具有可扩展、支持模块和包、支持多种平台等特点。 Python 3.12及之后版本存在安全漏洞,该漏洞源于tarfile模块提取过滤器功能允许修改提取目录外的文件元数据和权限。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

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

II. Public POCs for CVE-2024-12718

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

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-12718

登录查看更多情报信息。

Patches & Fixes for CVE-2024-12718 (5)

Same Patch Batch · Python Software Foundation · 2025-06-03 · 5 CVEs total

CVE-2025-4517 9.4 CRITICAL Arbitrary writes via tarfile realpath overflow
CVE-2025-4138 7.5 HIGH Bypassing extraction filter to create symlinks to arbitrary targets outside extraction dir
CVE-2025-4330 7.5 HIGH Extraction filter bypass for linking outside extraction directory
CVE-2025-4435 7.5 HIGH Tarfile extracts filtered members when errorlevel=0

IV. Related Vulnerabilities

V. Comments for CVE-2024-12718

No comments yet


Leave a comment