7.5
CVSSv2

CVE-2005-1833

Published: 31/05/2005 Updated: 18/10/2016
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

Multiple SQL injection vulnerabilities in MyBulletinBoard (MyBB) 1.00 RC4 allow remote malicious users to execute arbitrary SQL commands via the (1) eid parameter to calendar.php, (2) idsql parameter to online.php, (3) usersearch parameter to memberlist.php, (4) pid parameter to editpost.php, (5) fid parameter to forumdisplay.php, (6) tid parameter to newreply.php, (7) sid parameter to search.php, (8) tid or (9) pid parameter to showthread.php, (10) tid parameter to usercp2.php, (11) tid parameter to printthread.php, or (12) pid parameter to reputation.php.

Vulnerable Product Search on Vulmon Subscribe to Product

mybulletinboard mybulletinboard

Exploits

#!/usr/bin/perl -w # # SQL Injection Exploit for MyBulletinBoard (MyBB) <= 100 RC4 # This exploit show the MD5 crypted password of the user id you've chose # Related advisory: # Patch: wwwmybboardcom/community/showthreadphp?tid=2559 # fain182badrootorg # wwwcodebugorg # Discovered by Alberto Trivero and coded with F ...