CVE-2009-2446
MySQL 4.0.0-5.0.83 - Authenticated Denial of Service via Format String in Database Name
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2446. PoCs published by kingcope.
AI-analyzed exploit summary This exploit leverages a format-string vulnerability in MySQL (CVE-2009-2446) by using the `simple_command` function with `COM_CREATE_DB` to trigger arbitrary code execution. The PoC connects to a MySQL server and attempts to exploit the vulnerability via a crafted database name.
Description
Multiple format string vulnerabilities in the dispatch_command function in libmysqld/sql_parse.cc in mysqld in MySQL 4.0.0 through 5.0.83 allow remote authenticated users to cause a denial of service (daemon crash) and possibly have unspecified other impact via format string specifiers in a database name in a (1) COM_CREATE_DB or (2) COM_DROP_DB request. NOTE: some of these details are obtained from third party information.
Exploits (1)
This exploit leverages a format-string vulnerability in MySQL (CVE-2009-2446) by using the `simple_command` function with `COM_CREATE_DB` to trigger arbitrary code execution. The PoC connects to a MySQL server and attempts to exploit the vulnerability via a crafted database name.