vendor:
ComicSense
by:
s0cratex
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ComicSense
Affected Version From: 0.2
Affected Version To: 0.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
ComicSense 0.2 SQL Injection Exploit
This exploit allows an attacker to retrieve the admin username and hash from the ComicSense 0.2 application. The vulnerability exists in the index.php file where the 'epi' parameter is not properly sanitized. By injecting a UNION SELECT statement, an attacker can retrieve the desired information.
Mitigation:
To mitigate this vulnerability, developers should use parameterized queries or prepared statements to sanitize user input before executing SQL queries.