Files
CVEs-PoC/2002/CVE-2002-1119.md
T
2025-09-29 21:09:30 +02:00

18 lines
663 B
Markdown

### [CVE-2002-1119](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-1119)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
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.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2003-048.html
#### Github
No PoCs found on GitHub currently.