Exploitation Summary
EIP tracks 1 public exploit for CVE-2005-0710. PoCs published by Stefano Di Paola.
AI-analyzed exploit summary This exploit leverages the MySQL CREATE FUNCTION vulnerability (CVE-2005-0710) to inject a malicious shared library into the MySQL process, allowing remote code execution. The exploit constructs a crafted ELF library in hex format and uses SQL queries to load it, escalating privileges.
Description
MySQL 4.0.23 and earlier, and 4.1.x up to 4.1.10, allows remote authenticated users with INSERT and DELETE privileges to bypass library path restrictions and execute arbitrary libraries by using INSERT INTO to modify the mysql.func table, which is processed by the udf_init function.
Exploits (1)
This exploit leverages the MySQL CREATE FUNCTION vulnerability (CVE-2005-0710) to inject a malicious shared library into the MySQL process, allowing remote code execution. The exploit constructs a crafted ELF library in hex format and uses SQL queries to load it, escalating privileges.