MySQL 5.1 before 5.1.51 and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (mysqld server crash) by performing a user-variable assignment in a logical expression that is calculated and stored in a temporary table for GROUP BY, then causing the expression value to be used after the table is created, which causes the expression to be re-evaluated instead of accessing its value from the table.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2011-01-14 19:02
Updated : 2019-12-17 20:23
NVD link : CVE-2010-3835
Mitre link : CVE-2010-3835
CVE.ORG link : CVE-2010-3835
JSON object : View
Products Affected
mysql
- mysql
oracle
- mysql
CWE
CWE-189
Numeric Errors