CVE-2012-5231
miniCMS 1.0 and 2.0 - Remote Code Execution via Pagename or Area Variable
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2012-5231. PoCs published by Or4nG.M4N.
AI-analyzed exploit summary This exploit demonstrates a PHP code injection vulnerability in miniCMS v1.0 to v2.0 by leveraging null byte termination to bypass file extension restrictions and inject malicious PHP code into files. The PoC includes instructions for bypassing addslashes() and executing arbitrary commands via a crafted POST request.
Description
miniCMS 1.0 and 2.0 allows remote attackers to execute arbitrary PHP code via a crafted (1) pagename or (2) area variable containing an executable extension, which is not properly handled by (a) update.php when writing files to content/, or (b) updatenews.php when writing files to content/news/.
Exploits (1)
This exploit demonstrates a PHP code injection vulnerability in miniCMS v1.0 to v2.0 by leveraging null byte termination to bypass file extension restrictions and inject malicious PHP code into files. The PoC includes instructions for bypassing addslashes() and executing arbitrary commands via a crafted POST request.