vendor:
PHP ZLink
by:
DNX
9.8
CVSS
CRITICAL
Remote SQL Injection
89
CWE
Product Name: PHP ZLink
Affected Version From: PHP ZLink v0.3
Affected Version To: PHP ZLink v0.3
Patch Exists: NO
Related CWE:
CPE: a:php_zlink:php_zlink:0.3
Platforms Tested:
2007
PHP ZLink v0.3 Remote SQL Injection
The PHP ZLink v0.3 (go.php) script is vulnerable to SQL Injection. The script fails to properly sanitize user input in the 'id' parameter, allowing an attacker to manipulate the SQL query and extract sensitive information from the database. By crafting a specially crafted request, an attacker can bypass authentication and retrieve the usernames and passwords from the 'admin' table. This vulnerability was discovered by DNX.
Mitigation:
Upgrade to PHP ZLink v1.0 or later version to fix this vulnerability. Additionally, input validation and parameterized queries should be used to prevent SQL Injection attacks.