vendor:
Dolphin
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Dolphin
Affected Version From: 6.1
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:boonex:dolphin:6.1
Platforms Tested:
Unknown
SQL Injection vulnerability in Boonex Dolphin
The application fails to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'iIDcat' parameter of the 'get_list.php' script.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks.