Exploitation Summary
EIP tracks 1 public exploit for CVE-2012-5614. PoCs published by kingcope.
AI-analyzed exploit summary This exploit demonstrates a Denial of Service (DoS) vulnerability in MySQL 5.5.19-log by sending a malformed command that triggers a segmentation fault. The PoC uses the Net::MySQL Perl module to execute a crafted command, causing the MySQL server to crash.
Description
Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier, and MariaDB 5.5.28a and possibly other versions, allows remote authenticated users to cause a denial of service (mysqld crash) via a SELECT command with an UpdateXML command containing XML with a large number of unique, nested elements.
Exploits (1)
This exploit demonstrates a Denial of Service (DoS) vulnerability in MySQL 5.5.19-log by sending a malformed command that triggers a segmentation fault. The PoC uses the Net::MySQL Perl module to execute a crafted command, causing the MySQL server to crash.