vendor:
FAQ Manager
by:
cOndemned
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FAQ Manager
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: YES
Related CWE: N/A
CPE: a:4yoursite:faq_manager:1.2
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
FAQ Manager 1.2 (categorie.php cat_id) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in FAQ Manager 1.2, due to insufficient sanitization of user-supplied input to the 'cat_id' parameter of the 'categorie.php' script. An attacker can exploit this vulnerability to gain access to the database, and can execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands. Additionally, parameterized queries should be used to prevent SQL injection attacks.