CVE-2005-0709: Code Injection
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 execute arbitrary code by using CREATE FUNCTION to access libc calls, as demonstrated by using strcat, onexit, and exit.
Affected Software
Remediation
Patch Available
Patch Available
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2005-0709?
CVE-2005-0709 is considered a critical vulnerability due to the ability for remote authenticated users to execute arbitrary code on the server.
How do I fix CVE-2005-0709?
To fix CVE-2005-0709, upgrade your MySQL version to 4.1.11 or later, or 5.x or later.
What systems are affected by CVE-2005-0709?
CVE-2005-0709 affects MySQL versions 4.0.23 and earlier, as well as 4.1.x up to and including 4.1.10.
Who can exploit CVE-2005-0709?
CVE-2005-0709 can be exploited by authenticated users who have INSERT and DELETE privileges on the affected MySQL server.
What actions can be performed by exploiting CVE-2005-0709?
Exploiting CVE-2005-0709 allows attackers to use the CREATE FUNCTION feature to access libc functions and execute arbitrary code.