vendor:
Techno Dreams FAQ Manager Package
by:
ajann
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Techno Dreams FAQ Manager Package
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:t-dreams:techno_dreams_faq_manager_package:1.0
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
2006
Techno Dreams FAQ Manager Package v1.0(faqview.asp) Remote SQL Injection Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'key' parameter to '/faqview.asp' 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 from the database, including passwords and other sensitive data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before passing to the SQL statement.