vendor:
ComicShout
by:
JosS
8.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: ComicShout
Affected Version From: 2.8
Affected Version To: 2.8
Patch Exists: NO
Related CWE: N/A
CPE: a:comicshout:comicshout:2.8
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
2008
ComicShout 2.8 (news.php news_id) Remote SQL Injection Vulnerability
A vulnerability exists in ComicShout 2.8, which can be exploited by malicious people to conduct SQL injection attacks. The vulnerability is caused due to the 'news_id' parameter in the 'news.php' script not being properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation may allow execution of arbitrary SQL commands.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in order to prevent SQL injection attacks.