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

18 lines
840 B
Markdown

### [CVE-2009-1936](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1936)
![](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
_functions.php in cpCommerce 1.2.x, possibly including 1.2.9, sends a redirect but does not exit when it is called directly, which allows remote attackers to bypass a protection mechanism to conduct remote file inclusion and directory traversal attacks, execute arbitrary PHP code, or read arbitrary files via the GLOBALS[prefix] parameter, a different vector than CVE-2003-1500.
### POC
#### Reference
- https://www.exploit-db.com/exploits/8790
#### Github
No PoCs found on GitHub currently.