mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
18 lines
883 B
Markdown
18 lines
883 B
Markdown
### [CVE-2010-3835](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3835)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-1017-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|