[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

MyBB Thank You/Like Plugin 3.0.0 - Cross-Site Scripting Vulnerability

Author
0xB9
Risk
[
Security Risk Low
]
0day-ID
0day-ID-30865
Category
web applications
Date add
11-08-2018
CVE
CVE-2018-14888
Platform
php
# Exploit Title: MyBB Thank You/Like Plugin 3.0.0 - Cross-Site Scripting
# Author: 0xB9
# Twitter: @0xB9Sec
# Contact: 0xB9[at]pm.me
# Software Link: https://community.mybb.com/mods.php?action=view&pid=360
# Version: 3.0.0
# Tested on: Ubuntu 18.04
# CVE: CVE-2018-14888
 
 
1. Description:
This plugin allows users to thank/like other users threads/posts. In user profiles it shows your most liked post/thread, the post/thread subjects aren't sanitized to user input.
  
 
2. Proof of Concept:
 
- Use the following as the post/thread subject  <script>alert('XSS')</script>
- Get that post/thread liked by another user (or you)
- Visit your profile to see alert.
 
 
3. Solution:
Update to v3.1.0

#  0day.today [2024-11-15]  #