CVE-2002-1375
MySQL 3.x < 3.23.54 and 4.x <= 4.0.6 - Remote Code Execution via COM_CHANGE_USER Command
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1375. PoCs published by Stefan Esser.
AI-analyzed exploit summary The writeup describes a memory corruption vulnerability in MySQL's COM_CHANGE_USER command due to insufficient bounds checking during password authentication. An attacker with valid database credentials could potentially overwrite the saved instruction pointer to execute arbitrary code in the context of the MySQL server process.
Description
The COM_CHANGE_USER command in MySQL 3.x before 3.23.54, and 4.x to 4.0.6, allows remote attackers to execute arbitrary code via a long response.
Exploits (1)
The writeup describes a memory corruption vulnerability in MySQL's COM_CHANGE_USER command due to insufficient bounds checking during password authentication. An attacker with valid database credentials could potentially overwrite the saved instruction pointer to execute arbitrary code in the context of the MySQL server process.