CVE-2006-2753: SQL Injection
SQL injection vulnerability in MySQL 4.1.x before 4.1.20 and 5.0.x before 5.0.22 allows context-dependent attackers to execute arbitrary SQL commands via crafted multibyte encodings in character sets such as SJIS, BIG5, and GBK, which are not properly handled when the mysqlrealescape function is used to escape the input.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2006-2753?
CVE-2006-2753 is considered a critical severity vulnerability due to its potential for allowing attackers to execute arbitrary SQL commands.
How do I fix CVE-2006-2753?
To fix CVE-2006-2753, upgrade your MySQL installation to version 4.1.20 or higher for 4.1.x, or 5.0.22 or higher for 5.0.x.
What types of databases are affected by CVE-2006-2753?
CVE-2006-2753 affects MySQL versions 4.1.x before 4.1.20 and 5.0.x before 5.0.22.
What types of attacks can be executed using CVE-2006-2753?
CVE-2006-2753 allows context-dependent attackers to execute arbitrary SQL commands through crafted multibyte encodings.
What is the nature of the vulnerability described in CVE-2006-2753?
CVE-2006-2753 is a SQL injection vulnerability caused by improper handling of multibyte character encodings.