Exploitation Summary
EIP tracks 2 public exploits for CVE-2006-2152. PoCs published by n0m3rcy, [Oo].
AI-analyzed exploit summary This Perl script exploits a remote file inclusion vulnerability in Advanced GuestBook for phpBB <= 2.4.0 by injecting a remote shell URL via the 'phpbb_root_path' parameter. It allows command execution through a provided shell variable.
Description
PHP remote file inclusion vulnerability in admin/addentry.php in phpBB Advanced Guestbook 2.4.0 and earlier, when register_globals is enabled, allows remote attackers to include arbitrary files via the phpbb_root_path parameter.
Exploits (2)
This Perl script exploits a remote file inclusion vulnerability in Advanced GuestBook for phpBB <= 2.4.0 by injecting a remote shell URL via the 'phpbb_root_path' parameter. It allows command execution through a provided shell variable.
This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in Advanced GuestBook for phpBB versions <= 2.4.0. The vulnerability allows an attacker to include and execute arbitrary remote PHP code by manipulating the 'phpbb_root_path' parameter in the 'addentry.php' script.