| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| MyBB Latest Posts on Profile Plugin 1.1 - Cross-Site Scripting Vulnerability | 10 May 201800:00 | – | zdt | |
| MyBB Latest Posts on Profile plugin cross-site scripting vulnerability | 15 May 201800:00 | – | cnvd | |
| CVE-2018-10580 | 11 May 201814:00 | – | cve | |
| CVE-2018-10580 | 11 May 201814:00 | – | cvelist | |
| EUVD-2018-2652 | 7 Oct 202500:30 | – | euvd | |
| MyBB Latest Posts on Profile Plugin 1.1 - Cross-Site Scripting | 10 May 201800:00 | – | exploitpack | |
| CVE-2018-10580 | 11 May 201814:29 | – | nvd | |
| CVE-2018-10580 | 11 May 201814:29 | – | osv | |
| MyBB Latest Posts On Profile 1.1 Cross Site Scripting | 10 May 201800:00 | – | packetstorm | |
| Design/Logic Flaw | 11 May 201814:29 | – | prion |
# 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