Date: 14 Jan 2006 19:14:46 -0000
From: [email protected]
To: [email protected]Subject: MyBB 1.0.2 SQL injection in usercp.php
X-Virus-Scanned: antivirus-gw at tyumen.ru
this is a bug report for MyBB 1.0.2(latest version)
bug found by imei
there is a security bug in usercp.php line 830 that Allows SQL Injection and can result to full access to admin cp.
bug is in result of poor checking of $mybb->input['threadmode'] value against all other values in usercp.php file line:830 ====>
"threadmode" => $mybb->input['threadmode'],
bug reported to vendors some days ago
bests.
imei