Lucene search
K

MyBB Threads to Link Plugin 1.3 - Cross-Site Scripting

🗓️ 26 Apr 2018 00:00:00Reported by 0xB9Type 
exploitpack
 exploitpack
👁 17 Views

MyBB Threads to Link Plugin 1.3 - Cross-Site Scripting vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
CNVD
MyBB Threads to Link plugin cross-site scripting vulnerability
18 May 201800:00
cnvd
CVE
CVE-2018-10365
1 May 201816:00
cve
Cvelist
CVE-2018-10365
1 May 201816:00
cvelist
Exploit DB
MyBB Threads to Link Plugin 1.3 - Cross-Site Scripting
26 Apr 201800:00
exploitdb
EUVD
EUVD-2018-2439
7 Oct 202500:30
euvd
NVD
CVE-2018-10365
1 May 201816:29
nvd
OSV
CVE-2018-10365
1 May 201816:29
osv
Prion
Cross site scripting
1 May 201816:29
prion
# Exploit Title: MyBB Threads to Link Plugin v1.3 - Persistent XSS
# Date: 3/15/2018
# Author: 0xB9
# Contact: luxorforums.com/User-0xB9 or 0xB9[at]protonmail.com
# Software Link: https://community.mybb.com/mods.php?action=view&pid=1065
# Version: v1.3
# Tested on: Ubuntu 17.10
CVE: CVE-2018-10365


1. Description:
When editing a thread the user is given to the option to convert the thread to a link.


2. Proof of Concept:

Persistent XSS
- Edit a thread or post you've made
- At the bottom of the edit page in the Thread Link box input the following <a """><SCRIPT>alert("XSS")</SCRIPT>">
- Now visit the forum your thread/post exists in to see the alert.


3. Solution:
The plugin has since been removed after notifying the author.

Patch in line 83:
$thread['tlink'] = ($thread['tlink']);

to

$thread['tlink'] = htmlspecialchars_uni($thread['tlink']);

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

26 Apr 2018 00:00Current
5.4Medium risk
Vulners AI Score5.4
EPSS0.01581
17