7.5
CVSSv2

CVE-2006-2753

Published: 01/06/2006 Updated: 17/12/2019
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 668
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in MySQL 4.1.x prior to 4.1.20 and 5.0.x prior to 5.0.22 allows context-dependent malicious users 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.

Vulnerable Product Search on Vulmon Subscribe to Product

mysql mysql 4.1.14

mysql mysql 4.1.15

oracle mysql 4.1.4

oracle mysql 4.1.5

mysql mysql 5.0.10

oracle mysql 5.0.11

oracle mysql 5.0.12

oracle mysql 5.0.19

mysql mysql 5.0.2

oracle mysql 5.0.6

oracle mysql 5.0.7

mysql mysql 4.1.12

mysql mysql 4.1.13

mysql mysql 4.1.2

mysql mysql 4.1.3

mysql mysql 5.0.0

mysql mysql 5.0.1

mysql mysql 4.1.0

oracle mysql 4.1.1

oracle mysql 4.1.16

oracle mysql 4.1.17

oracle mysql 4.1.6

oracle mysql 4.1.7

oracle mysql 5.0.13

oracle mysql 5.0.14

mysql mysql 5.0.20

oracle mysql 5.0.8

oracle mysql 5.0.9

mysql mysql 4.1.10

oracle mysql 4.1.11

oracle mysql 4.1.18

oracle mysql 4.1.19

mysql mysql 5.0.17

oracle mysql 5.0.18

mysql mysql 5.0.4

mysql mysql 5.0.5

mysql mysql 4.1.8

oracle mysql 4.1.9

mysql mysql 5.0.15

mysql mysql 5.0.16

oracle mysql 5.0.21

mysql mysql 5.0.3

Vendor Advisories

An SQL injection vulnerability has been discovered when using less popular multibyte encodings (such as SJIS, or BIG5) which contain valid multibyte characters that end with the byte 0x5c (the representation of the backslash character >><< in ASCII) ...
USN-288-1 described a PostgreSQL client vulnerability in the way the >>‘<< character is escaped in SQL queries It was determined that the PostgreSQL backends of Exim, Dovecot, and Postfix used this unsafe escaping method ...
Josh Berkus and Tom Lane discovered that MySQL 41, a popular SQL database, incorrectly parses a string escaped with mysql_real_escape() which could lead to SQL injection This problem does only exist in versions 41 and 50 The old stable distribution (woody) is not affected by this problem For the stable distribution (sarge) this problem has be ...