CVE-2006-2908
MyBulletinBoard 1.1.2 - Remote Code Execution via Username Field Preg Replace
Title source: manualExploitation Summary
EIP tracks 1 public exploit for CVE-2006-2908. PoCs published by Javier Olascoaga.
AI-analyzed exploit summary This exploit targets a command injection vulnerability in MyBB by creating a malicious user with a username containing a system command. It then logs in as this user and executes arbitrary commands via HTTP headers.
Description
The domecode function in inc/functions_post.php in MyBulletinBoard (MyBB) 1.1.2, and possibly other versions, allows remote attackers to execute arbitrary PHP code via the username field, which is used in a preg_replace function call with a /e (executable) modifier.
Exploits (1)
This exploit targets a command injection vulnerability in MyBB by creating a malicious user with a username containing a system command. It then logs in as this user and executes arbitrary commands via HTTP headers.