vendor:
WSN Links
by:
H4ckCity Security Team
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WSN Links
Affected Version From: All Version
Affected Version To: All Version
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: GNU/Linux Ubuntu, Windows Server, Windows 7
2012
WSN Links Script SQL Injection Vulnerabilitiy
An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter 'id' in the 'report.php' page. This can be used to extract sensitive information from the database or even execute system commands.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and use parameterized queries.