vendor:
MycroCMS
by:
CWH Underground
8.8
CVSS
HIGH
Remote Blind SQL Injection
89
CWE
Product Name: MycroCMS
Affected Version From: 0.5
Affected Version To: 0.5
Patch Exists: NO
Related CWE: N/A
CPE: a:mycrocms:mycrocms:0.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2008
MycroCMS 0.5 Remote Blind SQL Injection Vulnerability
MycroCMS 0.5 is vulnerable to a Remote Blind SQL Injection vulnerability. This vulnerability can be exploited by an attacker to gain access to the database and extract sensitive information. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'entry_id' parameter. An attacker can send a malicious SQL query to the vulnerable parameter and gain access to the database. The exploit requires the 'magic_quotes_gpc' to be disabled.
Mitigation:
Ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.