9.3
CVSSv2

CVE-2008-1860

Published: 17/04/2008 Updated: 11/10/2018
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Static code injection vulnerability in admin.php in LokiCMS 0.3.3 and previous versions allows remote malicious users to inject arbitrary PHP code into includes/Config.php via the default parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

lokicms lokicms 0.3.1b1

lokicms lokicms 0.3.1b2

lokicms lokicms 0.3.2b1

lokicms lokicms

lokicms lokicms 0.2.0

lokicms lokicms 0.3.0

lokicms lokicms 0.1.0

lokicms lokicms 0.1.0rc1

Exploits

# Author: __GiReX__ # mySite: girexaltervistaorg # Date: 8/04/08 # CMS: LokiCMS <= 033 # Site: lokicmscom # Bug: PHP Code Injection # Exploit: Remote Command Execution # Vuln Code: adminphp # if ($_GET['default'] != '') { // User want's to set the default page # writeconfig($c_password, $c_title, $c_header, $c_tagline, $c_footno ...