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

18 lines
867 B
Markdown

### [CVE-2008-6502](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6502)
![](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
Directory traversal vulnerability in Pro Chat Rooms 3.0.2 allows remote authenticated users to select an arbitrary local PHP script as an avatar via a .. (dot dot) in the avatar parameter, and cause other users to execute this script by using sendData.php to send a message to (1) an individual user or (2) a room, leading to cross-site request forgery (CSRF), cross-site scripting (XSS), or other impacts.
### POC
#### Reference
- https://www.exploit-db.com/exploits/7409
#### Github
No PoCs found on GitHub currently.