vendor:
Simploo CMS Community Edition
by:
David Vieira-Kurz
N/A
CVSS
N/A
Remote PHP Code Execution
78
CWE
Product Name: Simploo CMS Community Edition
Affected Version From: Simploo CMS 1.7.1 and prior
Affected Version To: Simploo CMS 1.7.1 and prior
Patch Exists: YES
Related CWE: N/A
CPE: a:simploo:simploo_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
Simploo CMS Community Edition – Remote PHP Code Execution Issue
I have discovered some vulnerabilities in Simploo CMS, which can be exploited by malicious people to compromise a vulnerable system. Input passed via the "FTP-Server" field when editing FTP options is not properly sanitised in lib/Simploo/Config/Writer/Ini.php before being saved to the config/custom/base.ini.php file. This can be exploited to inject and execute arbitrary PHP code via a specially crafted parameter value. Successful exploitation requires "write" privileges.
Mitigation:
Input validation should be used to prevent the execution of malicious code.