CVE-2024-12718
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Python tarfile module with filter='data' or 'tar' allows modifying file metadata or permissions outside the extraction directory, affecting Python 3.12+.
Vulnerability
Overview
The Python tarfile module's extraction filters "data" and "tar" fail to properly restrict file metadata modifications (e.g., last modified time) and permission changes (chmod) to files outside the intended extraction directory. This occurs because the module does not adequately normalize symbolic link targets or resolve path traversal attempts, allowing operations on arbitrary files on the system. The issue affects Python versions 3.12 and later, which introduced the extraction filter feature; earlier versions are not vulnerable as they lack this functionality.
Exploitation
An attacker can craft a malicious tar archive containing entries with symbolic links or absolute paths that point outside the extraction directory. When a victim extracts the archive using TarFile.extractall() or TarFile.extract() with filter="data" or filter="tar", the tarfile module will apply the specified metadata or permission changes to the target files. No authentication is required beyond providing the archive; exploitation can occur locally or remotely if the archive is downloaded and extracted. The attack surface is limited to systems where untrusted tar archives are processed with these specific filter settings.
Impact
With filter="data", an attacker can modify the last modified timestamp of arbitrary files, potentially disrupting system operations or aiding in forensic evasion. With filter="tar", an attacker can change file permissions, which could lead to privilege escalation or denial of service by making critical files inaccessible. The vulnerability does not allow modification of file contents, but the ability to alter metadata and permissions can be leveraged in multi-step attacks.
Mitigation
The vulnerability has been patched in Python via commits to the 3.12, 3.13, and 3.14 branches [1][2][3][4]. Users should update to the latest patched versions of Python. As a workaround, avoid using filter="data" or filter="tar" with untrusted archives, or use the default filter (note that in Python 3.14+, the default changed to "data", so relying on the default also exposes users to this vulnerability). For trusted archives, the "fully_trusted" filter can be used safely.
- gh-135034: Normalize link targets in tarfile, add `os.path.realpath(s… · python/cpython@3612d8f
- [3.14] gh-135034: Normalize link targets in tarfile, add `os.path.rea… · python/cpython@9e0ac76
- [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.rea… · python/cpython@aa9eb5f
- [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.rea… · python/cpython@19de092
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
178v0.9.8, v0.9.9, v1.0.1, …+ 1 more
- (no CPE)range: v0.9.8, v0.9.9, v1.0.1, …
- (no CPE)range: >=3.12, <3.14 (affected by filter="data" or "tar" issue; default changed in 3.14)
- osv-coords176 versionspkg:apk/chainguard/python-3.13pkg:apk/chainguard/python-3.13-basepkg:apk/chainguard/python-3.13-base-devpkg:apk/chainguard/python-3.13-devpkg:apk/chainguard/python-3.13-docpkg:apk/chainguard/python-3.13-privileged-netbindservicepkg:apk/chainguard/python-3.13-tkpkg:apk/wolfi/python-3.13pkg:apk/wolfi/python-3.13-basepkg:apk/wolfi/python-3.13-base-devpkg:apk/wolfi/python-3.13-devpkg:apk/wolfi/python-3.13-docpkg:apk/wolfi/python-3.13-privileged-netbindservicepkg:apk/wolfi/python-3.13-tkpkg:bitnami/libpythonpkg:bitnami/pythonpkg:bitnami/python-minpkg:rpm/almalinux/platform-pythonpkg:rpm/almalinux/platform-python-debugpkg:rpm/almalinux/platform-python-develpkg:rpm/almalinux/python3pkg:rpm/almalinux/python3.11pkg:rpm/almalinux/python3.11-debugpkg:rpm/almalinux/python3.11-develpkg:rpm/almalinux/python3.11-idlepkg:rpm/almalinux/python3.11-libspkg:rpm/almalinux/python3.11-rpm-macrospkg:rpm/almalinux/python3.11-testpkg:rpm/almalinux/python3.11-tkinterpkg:rpm/almalinux/python3.12pkg:rpm/almalinux/python3.12-debugpkg:rpm/almalinux/python3.12-develpkg:rpm/almalinux/python3.12-idlepkg:rpm/almalinux/python3.12-libspkg:rpm/almalinux/python3.12-rpm-macrospkg:rpm/almalinux/python3.12-testpkg:rpm/almalinux/python3.12-tkinterpkg:rpm/almalinux/python3-debugpkg:rpm/almalinux/python3-develpkg:rpm/almalinux/python3-idlepkg:rpm/almalinux/python3-libspkg:rpm/almalinux/python3-testpkg:rpm/almalinux/python3-tkinterpkg:rpm/almalinux/python-unversioned-commandpkg:rpm/opensuse/python310-core&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python310&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python310&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/python310-documentation&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python311-core&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python311&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python311&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/python311-documentation&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python312-core&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python312&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python312&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/python312-documentation&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python313&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/python39-core&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python39&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python39&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/python39-documentation&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python3-core&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python3&distro=openSUSE%20Leap%2015.6pkg:rpm/opensuse/python3-documentation&distro=openSUSE%20Leap%2015.6pkg:rpm/suse/python310-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python310-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python310-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python310-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python310&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python310&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python310&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python310&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-ESPOSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-LTSSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP6pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP7pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2015%20SP4pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP6pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP7pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Micro%206.0pkg:rpm/suse/python311-core&distro=SUSE%20Linux%20Micro%206.1pkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-ESPOSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-LTSSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2015%20SP4pkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP6pkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP7pkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python311&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python311&distro=SUSE%20Linux%20Micro%206.0pkg:rpm/suse/python311&distro=SUSE%20Linux%20Micro%206.1pkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-ESPOSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-LTSSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python311-documentation&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python312-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP6pkg:rpm/suse/python312&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP6pkg:rpm/suse/python313-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP7pkg:rpm/suse/python313&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Python%203%2015%20SP7pkg:rpm/suse/python36-core&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/python36-core&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/python36&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/python36&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/python39-core&distro=SUSE%20Enterprise%20Storage%207.1pkg:rpm/suse/python39-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSSpkg:rpm/suse/python39-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSSpkg:rpm/suse/python39-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python39-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3pkg:rpm/suse/python39-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python39&distro=SUSE%20Enterprise%20Storage%207.1pkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSSpkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSSpkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3pkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python3-base&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/python3-base&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/python3-core&distro=SUSE%20Enterprise%20Storage%207.1pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-ESPOSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Micro%205.1pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Micro%205.2pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Micro%205.3pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Micro%205.4pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Micro%205.5pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP6pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP7pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP7pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python3-core&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python3-core&distro=SUSE%20Manager%20Proxy%204.3pkg:rpm/suse/python3-core&distro=SUSE%20Manager%20Server%204.3pkg:rpm/suse/python3&distro=SUSE%20Enterprise%20Storage%207.1pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-ESPOSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP5-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Micro%205.1pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Micro%205.2pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Micro%205.3pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Micro%205.4pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Micro%205.5pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP6pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP7pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP5-LTSSpkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP5pkg:rpm/suse/python3&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/python3&distro=SUSE%20Manager%20Proxy%204.3pkg:rpm/suse/python3&distro=SUSE%20Manager%20Server%204.3
< 3.13.4-r0+ 175 more
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.13.4-r0
- (no CPE)range: < 3.9.23
- (no CPE)range: < 3.9.23
- (no CPE)range: < 3.9.23
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.9.21-2.el9_6.1
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.11.13-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.12.11-1.el8_10
- (no CPE)range: < 3.9.21-2.el9_6.1
- (no CPE)range: < 3.9.21-2.el9_6.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.6.8-70.el8_10.alma.1
- (no CPE)range: < 3.9.21-2.el9_6.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-3.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-2.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.12.11-150600.3.30.1
- (no CPE)range: < 3.12.11-150600.3.30.1
- (no CPE)range: < 3.12.11-2.1
- (no CPE)range: < 3.12.11-150600.3.30.1
- (no CPE)range: < 3.13.5-2.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-3.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.10.18-150400.4.82.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-1.1
- (no CPE)range: < 3.11.13-slfo.1.1_1.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150600.3.30.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-1.1
- (no CPE)range: < 3.11.13-slfo.1.1_1.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.11.13-150400.9.60.1
- (no CPE)range: < 3.12.11-150600.3.30.1
- (no CPE)range: < 3.12.11-150600.3.30.1
- (no CPE)range: < 3.13.5-150700.4.11.1
- (no CPE)range: < 3.13.5-150700.4.11.1
- (no CPE)range: < 3.6.15-84.1
- (no CPE)range: < 3.6.15-84.1
- (no CPE)range: < 3.6.15-84.1
- (no CPE)range: < 3.6.15-84.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.9.23-150300.4.75.1
- (no CPE)range: < 3.4.10-25.169.1
- (no CPE)range: < 3.4.10-25.169.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150000.3.182.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.1
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150000.3.182.1
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.4.10-25.169.1
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.4.10-25.169.1
- (no CPE)range: < 3.6.15-150300.10.97.2
- (no CPE)range: < 3.6.15-150300.10.97.2
Patches
819de092debb328463dba112a4633f3f497b19c1110ef66523612d8f517419e0ac76d96cfaa9eb5f757cedd8f187d0746Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
13- gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42fnvd
- github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951danvd
- github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9nvd
- github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390anvd
- github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2envd
- github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965anvd
- github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2anvd
- github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01nvd
- github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1nvd
- github.com/python/cpython/issues/127987nvd
- github.com/python/cpython/issues/135034nvd
- github.com/python/cpython/pull/135037nvd
- mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/nvd
News mentions
0No linked articles in our index yet.