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

18 lines
690 B
Markdown

### [CVE-2008-6499](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6499)
![](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
security/xamppsecurity.php in XAMPP 1.6.8 performs an extract operation on the SERVER superglobal array, which allows remote attackers to spoof critical variables, as demonstrated by setting the REMOTE_ADDR variable to 127.0.0.1.
### POC
#### Reference
- https://www.exploit-db.com/exploits/7384
#### Github
No PoCs found on GitHub currently.