CVE Catalog

CVE-2006-2753

High
Published: Translated: NVD NIST

Summary

SQL injection vulnerability in MySQL 4.1.x before 4.1.20 and 5.0.x before 5.0.22 allows attackers to execute arbitrary SQL commands via crafted multibyte encodings (SJIS, BIG5, GBK) that are not properly handled by the mysql_real_escape function.

Risk Assessment

An attacker can bypass input sanitization and inject malicious SQL queries, leading to unauthorized access, data modification, or data exfiltration from the database.

Recommendation

Immediately upgrade MySQL to version 4.1.20 or later (for 4.1.x series) and 5.0.22 or later (for 5.0.x series).

Related vulnerabilities

Original NVD description (English source)

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 mysql_real_escape function is used to escape the input.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS