vendor:
Fantastic News
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Fantastic News
Affected Version From: 2.1.2001
Affected Version To: 2.1.2001
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Fantastic News SQL Injection Vulnerability
The SQL injection vulnerability in Fantastic News allows an attacker to inject malicious SQL statements through the 'category' parameter in the 'news.php' script. This can lead to a compromise of the application, disclosure or modification of data, or exploitation of vulnerabilities in the underlying database implementation.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate all user-supplied input before using it in SQL queries. Prepared statements or parameterized queries should be used to prevent SQL injection attacks.