Files
CVEs-PoC/2009/CVE-2009-0316.md
T
2024-06-18 02:51:15 +02:00

20 lines
953 B
Markdown

### [CVE-2009-0316](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0316)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Untrusted search path vulnerability in src/if_python.c in the Python interface in Vim before 7.2.045 allows local users to execute arbitrary code via a Trojan horse Python file in the current working directory, related to a vulnerability in the PySys_SetArgv function (CVE-2008-5983), as demonstrated by an erroneous search path for plugin/bike.vim in bicyclerepair.
### POC
#### Reference
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484305
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493937
- https://bugzilla.redhat.com/show_bug.cgi?id=481565
#### Github
No PoCs found on GitHub currently.