It looks like you're new here. If you want to get involved, click one of these buttons!
##########################################################
#Title: MyBB and Usergroup Legend Stored XSS #
#Vendor: http://www.mybb.com/ #
##########################################################
#AUTHOR: Xinapse #
#Email: iexploittube@gmail.com #
#Website: http://www.iexploit.org #
#Forum : http://www.iexploit.org/community/ #
#Risk: Low #
#Vuln site.com/admin/index.php?module=usergroups #
# #
##########################################################
# POC #
##########################################################
In Admin CP Create a new Group with the name as your XSS Code
Then any page showing the script will be effected.
To get the code to execute on the index.php page, type the XSS code
into the usergroup legend config.
XSS Used:
<script>alert('xss')</script>