MyBB Profile Skype ID Cross Site Scripting

2012.12.18
Credit: limb0
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

# Exploit Title: Profile Skype ID MyBB Plugin Stored XSS # Date: 14/12/2012 # Exploit Author: limb0 # Vendor Homepage: http://www.dragonknightz.net/ # Software Link: http://mods.mybb.com/view/user-profile-skype-id # Version: 1.0 # Category:Web Security # Tested on: Linux +------------------------------------------------------------+ Stored XSS-Instructions 1.Install&Activate plugin 2.Go to UserCP >> Edit Profile >> Skype ID: 3.Inject your string(xss) ex. "><script>alert("Skype ID XSS")</script> 4.Visit your profile and voila Proof Inject:https://imageshack.us/photo/my-images/22/screenshotfrom201212141.png/ Result:https://imageshack.us/photo/my-images/41/screenshotfrom201212141.png/ +-------------------------------------------------------------+ Vulnerable code: function profileskype_update($skype) { global $mybb; if (isset($mybb->input['skype'])) { $skype->user_update_data['skype'] = $mybb->input['skype']; } }

References:

http://www.dragonknightz.net/
http://mods.mybb.com/view/user-profile-skype-id
https://imageshack.us/photo/my-images/22/screenshotfrom201212141.png/
https://imageshack.us/photo/my-images/41/screenshotfrom201212141.png/


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top