mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
19 lines
883 B
Markdown
19 lines
883 B
Markdown
### [CVE-2007-1420](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1420)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
MySQL 5.x before 5.0.36 allows local users to cause a denial of service (database crash) by performing information_schema table subselects and using ORDER BY to sort a single-row result, which prevents certain structure elements from being initialized and triggers a NULL dereference in the filesort function.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/2413
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9530
|
|
|
|
#### Github
|
|
- https://github.com/tomwillfixit/alpine-cvecheck
|
|
|