vendor:
WSN Links
by:
Mark Stanislav
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WSN Links
Affected Version From: < 6.0.1
Affected Version To: < 5.0.81
Patch Exists: YES
Related CWE: CVE-2010-4006
CPE: a:wsn_links:wsn_links
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2010
WSN Links’ SQL Injection Vulnerability (CVE-2010-4006)
A vulnerability exists in the search.php code that allows for SQL injection of various parameters. By assembling portions of SQL code between the affected parameters, successful SQL injection into the software can occur. In the testing done, various 'UNION SELECT' SQL injections can occur.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries. Use parameterized queries to prevent SQL injection.