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

18 lines
886 B
Markdown

### [CVE-2008-1862](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1862)
![](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
ExBB Italia 0.22 and earlier only checks GET requests that use the QUERY_STRING for certain path manipulations, which allows remote attackers to bypass this check via (1) POST or (2) COOKIE variables, a different vector than CVE-2006-4488. NOTE: this can be leveraged to conduct PHP remote file inclusion attacks via a URL in the (a) new_exbb[home_path] or (b) exbb[home_path] parameter to modules/threadstop/threadstop.php.
### POC
#### Reference
- https://www.exploit-db.com/exploits/5405
#### Github
No PoCs found on GitHub currently.