Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-3081. PoCs published by Kanatoko.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in MySQL by executing a malformed SQL statement that crashes the database server. The issue arises from improper handling of unexpected input in the `str_to_date` function.
Description
mysqld in MySQL 4.1.x before 4.1.18, 5.0.x before 5.0.19, and 5.1.x before 5.1.6 allows remote authorized users to cause a denial of service (crash) via a NULL second argument to the str_to_date function.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in MySQL by executing a malformed SQL statement that crashes the database server. The issue arises from improper handling of unexpected input in the `str_to_date` function.