Advertisement






MyBB Latest Posts On Profile 1.1 Cross Site Scripting

CVE Category Price Severity
CVE-2018-10580 CWE-79 Not specified High
Author Risk Exploitation Type Date
Not specified High Remote 2018-05-10
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N 0.76 0.9

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018050071

Below is a copy:

MyBB Latest Posts On Profile 1.1 Cross Site Scripting
# Exploit Title: MyBB Latest Posts on Profile Plugin v1.1 - Cross-Site Scripting
# Date: 4/20/2018
# Author: 0xB9
# Contact: luxorforums.com/User-0xB9 or 0xB9[at]pm.me
# Software Link: https://community.mybb.com/mods.php?action=view&pid=914
# Version: 1.1
# Tested on: Ubuntu 17.10
# CVE: CVE-2018-10580
 
 
1. Description:
Adds a new section to user profiles that will display their last posts.
  
 
2. Proof of Concept:
 
Persistent XSS
- Create a thread with the following subject <script>alert('XSS')</script>
- Now visit your profile to see the alert.
 
 
3. Solution:
I reported the plugin twice over the past 3 weeks and recieved no response.
 
 
The following should be added in line 236 to properly sanitize thread subjects.
 
$d['tsubject'] = htmlspecialchars_uni($d['tsubject']);


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