vendor:
by:
Noam Rathaus
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2004
Perl SQL Injection Exploit
The Perl script uses a valid username and password combination to perform an SQL injection attack. By exploiting the SQL injection vulnerability, the script elevates the privileges of the user to administrative.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user inputs and use prepared statements or parameterized queries to prevent SQL injection attacks.