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

18 lines
821 B
Markdown

### [CVE-2006-6549](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6549)
![](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
** DISPUTED ** PHP remote file inclusion vulnerability in upload.php in Rad Upload 3.02 allows remote attackers to execute arbitrary PHP code via a URL in the save_path parameter. NOTE: CVE disputes this vulnerability because save_path is originally defined as "" before use, and the nearby instructions say "SET THE SAVE PATH by editing the line below."
### POC
#### Reference
- http://securityreason.com/securityalert/2034
#### Github
No PoCs found on GitHub currently.