CVE-2008-1860
LokiCMS < 0.3.3 - Remote Code Execution via Default Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1860. PoCs published by girex.
AI-analyzed exploit summary This exploit targets a PHP code injection vulnerability in LokiCMS <= 0.3.3 via the 'default' parameter in admin.php. It injects a passthru() call to achieve remote command execution, bypassing magic_quotes_gpc via stripslashes().
Description
Static code injection vulnerability in admin.php in LokiCMS 0.3.3 and earlier allows remote attackers to inject arbitrary PHP code into includes/Config.php via the default parameter.
Exploits (1)
This exploit targets a PHP code injection vulnerability in LokiCMS <= 0.3.3 via the 'default' parameter in admin.php. It injects a passthru() call to achieve remote command execution, bypassing magic_quotes_gpc via stripslashes().