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

18 lines
860 B
Markdown

### [CVE-2008-0788](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0788)
![](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
Multiple cross-site request forgery (CSRF) vulnerabilities in MyBB 1.2.11 and earlier allow remote attackers to (1) hijack the authentication of moderators or administrators for requests that delete threads via a do_multideletethreads action to moderation.php and (2) hijack the authentication of arbitrary users for requests that delete private messages (PM) via a delete action to private.php.
### POC
#### Reference
- http://securityreason.com/securityalert/3656
#### Github
No PoCs found on GitHub currently.