vendor:
Webace-Linkscript
by:
k1tk4t
N/A
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Webace-Linkscript
Affected Version From: Webace-Linkscript V1.3 Special Edition
Affected Version To: Webace-Linkscript V1.3 Special Edition
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Webace-Linkscript V1.3 Special Edition – Remote SQL Injection
The vulnerability exists in the 'rubrik.php' file of Webace-Linkscript V1.3 Special Edition. The 'id' parameter in the URL is not properly filtered, allowing users to manipulate SQL queries through their browser. An attacker can exploit this vulnerability to execute arbitrary SQL queries and potentially gain unauthorized access to the database.
Mitigation:
To mitigate this vulnerability, the vendor should implement proper input validation and sanitization techniques to prevent SQL injection attacks. It is recommended to use parameterized queries or prepared statements to handle user input.