Lucene search
+L

MyBB Xbox Live ID Cross Site Scripting

🗓️ 18 Dec 2012 00:00:00Reported by limb0Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Xbox Live ID MyBB Plugin Stored XSS vulnerability in profile updat

Code
`# Exploit Title: Xbox Live ID MyBB Plugin Stored XSS  
# Date: 13/12/2012  
# Exploit Author: limb0  
# Vendor Homepage: http://www.leveleando.com  
# Software Link: http://mods.mybb.com/view/profile-xbox-live-id  
# Version: 1.0  
# Category:Web Security  
# Tested on: Linux  
  
+------------------------------------------------------------+  
Stored XSS-Instructions  
1.Install&Activate plugin  
(Maybe you will get an error: About a "/" on line 31.  
Open your plugin file and delete the slash.The coder didn't notice that)  
2.Go to UserCP >> Edit Profile >> Xbox Live ID  
3.Inject your string(xss) ex. "><script>alert(1)</script>  
4.Visit your profile and voila  
  
Proof  
Inject:http://postimage.org/image/hpxk33od3/  
Result:postimage.org/image/6vzb5sqgd/  
+-------------------------------------------------------------+  
  
Vulnerable code:  
function profilexli_update($xli)  
{  
global $mybb;  
  
if (isset($mybb->input['xli']))  
{  
$xli->user_update_data['xli'] = $mybb->input['xli'];  
}  
}  
  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

18 Dec 2012 00:00Current
7.4High risk
Vulners AI Score7.4
20