Input validation error in Python - CVE-2002-1119

 

Input validation error in Python - CVE-2002-1119

Published: August 2, 2023 / Updated: June 3, 2025


Vulnerability identifier: #VU110173
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2002-1119
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Python
Software vendor:
Python.org

Description

The vulnerability allows a local user to read and manipulate data.

os._execvpe from os.py in Python 2.2.1 and earlier creates temporary files with predictable names, which could allow local users to execute arbitrary code via a symlink attack.


Remediation

Install update from vendor's website.

External links