First published: Thu Apr 20 2006(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Mybulletinboard | =1.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2006-1912 has been classified with a medium severity level due to its potential for cross-site scripting and SQL injection attacks.
To fix CVE-2006-1912, ensure that the KILL_GLOBAL constant is properly set in both global.php and inc/init.php files.
CVE-2006-1912 can facilitate cross-site scripting (XSS) and SQL injection attacks due to the improper handling of arbitrary variables.
CVE-2006-1912 affects MyBB version 1.1.0 specifically.
No, CVE-2006-1912 is primarily a vulnerability involving improper variable initialization, not user authentication.