CVE-2006-3175
mcGuestbook 1.3 - Remote Code Execution via Lang Parameter File Inclusion
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2006-3175. PoCs published by SwEET-DeViL.
AI-analyzed exploit summary This exploit demonstrates a remote file inclusion vulnerability in mcGuestbook due to unsanitized user input in the 'lang' parameter. An attacker can include and execute arbitrary remote PHP code, leading to remote code execution.
Description
Multiple PHP remote file inclusion vulnerabilities in mcGuestbook 1.3 allow remote attackers to execute arbitrary PHP code via a URL in the lang parameter to (1) admin.php, (2) ecrire.php, and (3) lire.php. NOTE: it was later reported that the ecrire.php vector also affects 1.2. NOTE: this issue might be limited to a race condition during installation or an improper installation, since a completed installation creates an include file that prevents external control of the $lang variable.
Exploits (3)
This exploit demonstrates a remote file inclusion vulnerability in mcGuestbook due to unsanitized user input in the 'lang' parameter. An attacker can include and execute arbitrary remote PHP code, leading to remote code execution.
This exploit demonstrates a remote file inclusion vulnerability in mcGuestbook due to improper input sanitization. An attacker can include arbitrary remote PHP files, leading to remote code execution in the context of the webserver.
This exploit demonstrates a remote file inclusion vulnerability in mcGuestbook due to improper input sanitization. An attacker can include arbitrary remote PHP files via the 'lang' parameter in admin.php, leading to remote code execution.