Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-1669. PoCs published by rgod.
AI-analyzed exploit summary This exploit leverages a SQL injection vulnerability in PHPMyChat <= 0.14.5 to inject a malicious payload into the database, which is then executed via an eval() call, resulting in remote command execution.
Description
SQL injection vulnerability in chat/messagesL.php3 in phpHeaven Team PHPMyChat 0.14.5 and earlier allows remote attackers to execute arbitrary SQL commands via the T parameter. NOTE: this issue can be leveraged to execute arbitrary shell commands since the username is later processed in an eval() call, but since the username originated from the SQL injection, it could be a resultant issue.
Exploits (1)
This exploit leverages a SQL injection vulnerability in PHPMyChat <= 0.14.5 to inject a malicious payload into the database, which is then executed via an eval() call, resulting in remote command execution.