Exploitation Summary
EIP tracks 2 public exploits for CVE-2005-4226. PoCs published by rgod.
AI-analyzed exploit summary This PHP script exploits SQL injection vulnerabilities in PHPWebThings 1.4 via the 'msg' and 'forum' parameters, allowing administrative credential disclosure and remote command execution. It includes functionality to bypass magic_quotes_gpc and supports proxy usage.
Description
Multiple "potential" SQL injection vulnerabilities in phpWebThings 1.4 Patched might allow remote attackers to execute arbitrary SQL commands via (1) the ref parameter in download.php, (2) the direction, msg, sforum, reason, subname, and toform parameters in forum.php, (3) the msg and forum parameters in forum_edit.php, (4) the msg and forum parameters in forum_write.php, (5) the tekst parameter in guestbook.php, (6) the menuoption parameter in index.php, and the (7) sel_avatar parameter in myaccount.php. NOTE: the forum.php/forum vector is already identified by CVE-2005-3585.
Exploits (2)
This PHP script exploits SQL injection vulnerabilities in PHPWebThings 1.4 via the 'msg' and 'forum' parameters, allowing administrative credential disclosure and remote command execution. It includes functionality to bypass magic_quotes_gpc and supports proxy usage.
This Perl script exploits a SQL injection vulnerability in phpwebthing v1.4.4 by injecting a UNION-based query to retrieve the MD5 hash of a user's password from the database. It uses LWP::Simple to send the crafted request and extracts the hash from the response.