SQL injection vulnerability in MyBB (MyBulletinBoard) 1.1.1 allows remote authenticated administrators to execute arbitrary SQL commands via the (1) query string ($querystring variable) in (a) admin/adminlogs.php, which is not properly handled by adminfunctions.php; or (2) setid, (3) expand, (4) title, or (5) sid2 parameters to (b) admin/templates.php.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
http://www.osvdb.org/25074 | vdb entry |
http://www.osvdb.org/25075 | vdb entry |
http://securityreason.com/securityalert/808 | third party advisory |
http://secunia.com/advisories/19865 | third party advisory vendor advisory |
https://exchange.xforce.ibmcloud.com/vulnerabilities/26103 | vdb entry |
http://www.vupen.com/english/advisories/2006/1566 | vdb entry vendor advisory |
http://www.securityfocus.com/archive/1/432229/100/0/threaded | mailing list |