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

19 lines
973 B
Markdown

### [CVE-2012-0911](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0911)
![](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
TikiWiki CMS/Groupware before 6.7 LTS and before 8.4 allows remote attackers to execute arbitrary PHP code via a crafted serialized object in the (1) cookieName to lib/banners/bannerlib.php; (2) printpages or (3) printstructures parameter to (a) tiki-print_multi_pages.php or (b) tiki-print_pages.php; or (4) sendpages, (5) sendstructures, or (6) sendarticles parameter to tiki-send_objects.php, which is not properly handled when processed by the unserialize function.
### POC
#### Reference
- http://www.exploit-db.com/exploits/19573
- http://www.exploit-db.com/exploits/19630
#### Github
No PoCs found on GitHub currently.