vendor:
MySQL
by:
Kristian Erik Hermansen
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: MySQL
Affected Version From: MySQL <=6.0
Affected Version To: MySQL <=6.0
Patch Exists: NO
Related CWE:
CPE: a:mysql:mysql:6.0
Platforms Tested:
2007
MySQL <=6.0 SQL Injection Vulnerability
The vulnerability allows an attacker with ALTER permissions to execute arbitrary SQL statements, leading to a denial of service (DoS) by causing the MySQL server to lose connection. The exploit involves using the ALTER TABLE statement on a table and field known to exist.
Mitigation:
Ensure that MySQL users with ALTER permissions are trusted and properly authenticated. Regularly update MySQL to the latest version to prevent exploitation.