CVE-2005-4218
phpwebthings 1.4 - SQL Injection via Forum Message Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2005-4218. PoCs published by rgod, AhLam.
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
SQL injection vulnerability in forum.php in PHPWebThings 1.4 allows remote attackers to execute arbitrary SQL commands via the msg parameter, a different vulnerability than 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 exploit demonstrates a SQL injection vulnerability in phpwebthing v1.4.4, allowing an attacker to retrieve the MD5 hash of a user's password by manipulating the 'forum' parameter in the URL. The script uses LWP::Simple to send a crafted request and extract the hash from the response.