Lucene search
K

MyBB Latest Posts on Profile Plugin 1.1 - Cross-Site Scripting

🗓️ 10 May 2018 00:00:00Reported by 0xB9Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Adds user last posts section to profile, MyBB plugin 1.1, XS

Related
Code
ReporterTitlePublishedViews
Family
0day.today
MyBB Latest Posts on Profile Plugin 1.1 - Cross-Site Scripting Vulnerability
10 May 201800:00
zdt
CNVD
MyBB Latest Posts on Profile plugin cross-site scripting vulnerability
15 May 201800:00
cnvd
CVE
CVE-2018-10580
11 May 201814:00
cve
Cvelist
CVE-2018-10580
11 May 201814:00
cvelist
EUVD
EUVD-2018-2652
7 Oct 202500:30
euvd
exploitpack
MyBB Latest Posts on Profile Plugin 1.1 - Cross-Site Scripting
10 May 201800:00
exploitpack
NVD
CVE-2018-10580
11 May 201814:29
nvd
OSV
CVE-2018-10580
11 May 201814:29
osv
Packet Storm
MyBB Latest Posts On Profile 1.1 Cross Site Scripting
10 May 201800:00
packetstorm
Prion
Design/Logic Flaw
11 May 201814:29
prion
Rows per page
# 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']);

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

10 May 2018 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 23.5
CVSS 35.4
EPSS0.00188
35