7.5
CVSSv2

CVE-2007-1963

Published: 11/04/2007 Updated: 16/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in the create_session function in class_session.php in MyBB (aka MyBulletinBoard) 1.2.3 and previous versions allows remote malicious users to execute arbitrary SQL commands via the Client-IP HTTP header, as utilized by index.php, a related issue to CVE-2006-3775.

Vulnerable Product Search on Vulmon Subscribe to Product

mybb mybb

mybulletinboard mybulletinboard

Exploits

#!/usr/bin/php <?php error_reporting(E_ALL ^ E_NOTICE); # wwwmilw0rmcom/exploits/2012 # They corrected (not all) a lot of SQL requests which use the ipaddress, with $db->escape_string # They don't corrected the function (this is a choice the bad) and they forgot to correct 1 (only) SQL request # They must correct the problem a ...