Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-12003
Published:June 16, 2026
Updated:June 26, 2026
To allow builds of Python to be run from an in-tree layout (rather than an installed file layout), the VPATH variable is defined at build time and used to locate certain landmarks - specifically, Modules/setup.local. When this landmark is found relative to VPATH relative to the executable, Python assumes it is running in a source tree and generates a different default sys.path. This code remains in release builds, so that release-ready builds can be built in-tree. On Windows, since builds are written to 'PCbuild/', the value of VPATH is set to '....', which results in a landmark of '....\Modules\setup.local'. This path is outside the install directory of Python, and may have different permissions, potentially allowing a low-privilege user to create the landmark and an alternative "Lib" folder that will be discovered by an otherwise restricted install. Such a setup occurs with the legacy default install location for all users (in the now superseded EXE installer), due to how Windows allows all users to create folders in the root directory of their OS drive. Our recommended mitigation on Windows is to migrate away from the legacy installer and use the new "Python install manager" (https://www.python.org/downloads/latest/pymanager/) to install for the current user. Installs where the directory two levels above the Python installation directory have equivalent permissions are unaffected (in general, a per-user install cannot be modified at all by other users, removing any escalation of privilege risk, and could be directly modified by a privileged user, making the potential tampering irrelevant). Alternative mitigations might include preemptively creating and restricting access to a "Modules" directory. Be aware that only 3.13 and 3.14 will receive updated legacy installers - earlier fixes are only provided as sources. Platforms other than Windows allow VPATH to be overridden, but as they don't usually use a separated directory in the build for binaries, are unlikely to have a landmark reference outside of the install directory. The landmark detection involving VPATH is a fallback for when a more specific landmark - .\pybuilddir.txt - is absent, and was included for compatibility. Future releases of Python will no longer include the fallback, and so builds will need to generate or preserve the pybuilddir.txt file in order to work in-tree. This landmark file has been generated on Windows since 3.11, and on other platforms for longer.
Affected Packages
python (CONDA):
Affected version(s) >=3.13.0 <3.13.14
Fix Suggestion:
Update to version 3.13.14
python (CONDA):
Affected version(s) >=3.14.0 <3.14.6
Fix Suggestion:
Update to version 3.14.6
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.12.0 <v3.12.11
Fix Suggestion:
Update to version v3.12.11
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.11.0 <v3.11.13
Fix Suggestion:
Update to version v3.11.13
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.13.0 <v3.13.4
Fix Suggestion:
Update to version v3.13.4
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.14.0 <v3.14.6
Fix Suggestion:
Update to version v3.14.6
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.7.0 <v3.7.13
Fix Suggestion:
Update to version v3.7.13
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.9.0 <v3.9.23
Fix Suggestion:
Update to version v3.9.23
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.10.0 <v3.10.18
Fix Suggestion:
Update to version v3.10.18
https://github.com/python/cpython.git (GITHUB):
Affected version(s) >=v3.8.0 <v3.8.19
Fix Suggestion:
Update to version v3.8.19
Additional Notes
The description of this vulnerability differs from MITRE.
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
LOW
User Interaction
ACTIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.6
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Uncontrolled Search Path Element
EPSS
Base Score:
0.14