vendor:
The FAQ Manager
by:
unsuprise
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: The FAQ Manager
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7, Xampp
2012
Exploit Title: friendsinwar FAQ Manager SQL Injection (URL) Vulnerability
The vulnerability exists due to insufficient validation of user-supplied input in 'view_faq.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database. Successful exploitation of this vulnerability may allow an attacker to gain access to sensitive information stored in the database.
Mitigation:
Validate user-supplied input using addslashes(), strip_tags(), or other optimization code.