vendor:
SimpNews
by:
NoGe
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: SimpNews
Affected Version From: 2.16.2
Affected Version To: 2.16.2
Patch Exists: NO
Related CWE: N/A
CPE: a:boesch-it:simpnews
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
2009
SimpNews Multiple SQL Injection Vulnerabilities
SimpNews version 2.16.2 and below is vulnerable to multiple SQL Injection vulnerabilities. The vulnerable files are news.php, master.php and announceprint.php. An attacker can exploit these vulnerabilities by sending malicious SQL queries to the vulnerable files. For example, an attacker can send a malicious query to news.php?category=[sql], master.php?newsnr=[sql] and announceprint.php?announcenr=[sql] to exploit the vulnerability.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.