Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-1912. PoCs published by imei.
AI-analyzed exploit summary The provided text describes a vulnerability in MyBB where global variables can be overwritten via HTTP GET/POST parameters, potentially leading to XSS, SQL injection, or other attacks. It includes a proof-of-concept URL demonstrating the issue but lacks executable exploit code.
Description
MyBB (MyBulletinBoard) 1.1.0 does not set the constant KILL_GLOBAL variable in (1) global.php and (2) inc/init.php, which allows remote attackers to initialize arbitrary variables that are processed by an @extract command, which could then be leveraged to conduct cross-site scripting (XSS) or SQL injection attacks.
Exploits (1)
The provided text describes a vulnerability in MyBB where global variables can be overwritten via HTTP GET/POST parameters, potentially leading to XSS, SQL injection, or other attacks. It includes a proof-of-concept URL demonstrating the issue but lacks executable exploit code.