CVE-2010-2008
MySQL < 5.1.48 - Authenticated Denial of Service via ALTER DATABASE Command
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-2008. PoCs published by Shane Bester.
AI-analyzed exploit summary The exploit describes a vulnerability in MySQL where an authenticated user can send a crafted ALTER DATABASE command to move a data directory, causing a denial of service. The issue affects versions prior to MySQL 5.1.48.
Description
MySQL before 5.1.48 allows remote authenticated users with alter database privileges to cause a denial of service (server crash and database loss) via an ALTER DATABASE command with a #mysql50# string followed by a . (dot), .. (dot dot), ../ (dot dot slash) or similar sequence, and an UPGRADE DATA DIRECTORY NAME command, which causes MySQL to move certain directories to the server data directory.
Exploits (1)
The exploit describes a vulnerability in MySQL where an authenticated user can send a crafted ALTER DATABASE command to move a data directory, causing a denial of service. The issue affects versions prior to MySQL 5.1.48.