CVE-2007-1420
MySQL < 5.0.36 - Denial of Service via Information Schema Subselect with ORDER BY
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-1420. PoCs published by S.Streichsbier.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in MySQL by executing specific SELECT statements on database metadata. The queries manipulate table names from information_schema, causing the application to crash.
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.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in MySQL by executing specific SELECT statements on database metadata. The queries manipulate table names from information_schema, causing the application to crash.