vendor:
linkSpheric
by:
NoGe
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: linkSpheric
Affected Version From: 0.74 Beta 6
Affected Version To: 0.74 Beta 6
Patch Exists: YES
Related CWE: N/A
CPE: a:dataspheric:linkspheric:0.74_beta_6
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
2009
linkSpheric 0.74 Beta 6 SQL Inejction Vulnerability
An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can be done by sending a specially crafted HTTP request to the vulnerable application. The malicious SQL query can be sent as a parameter value in the vulnerable URL. This can allow an attacker to access or modify the data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being passed to the database.