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

18 lines
931 B
Markdown

### [CVE-2008-7210](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7210)
![](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.php in AJchat 0.10 allows remote attackers to bypass input validation and conduct SQL injection attacks via a numeric parameter with a value matching the s parameter's hash value, which prevents the associated $_GET["s"] variable from being unset. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in AJChat.
### POC
#### Reference
- https://www.exploit-db.com/exploits/4890
#### Github
No PoCs found on GitHub currently.