Files
CVEs-PoC/2007/CVE-2007-1420.md
T
2024-06-09 00:33:16 +00:00

1.0 KiB

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

Github