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

MyBB Delete Account Plugin 1.4 - Cross-Site Scripting Vulnerability

Author
0xB9
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-35764
Category
web applications
Date add
01-02-2021
Platform
php
# Exploit Title: MyBB Delete Account Plugin 1.4 - Cross-Site Scripting
# Author: 0xB9
# Twitter: @0xB9Sec
# Contact: 0xB9[at]pm.me
# Software Link: https://github.com/vintagedaddyo/MyBB_Plugin-Delete_Account/
# Version: 1.4
# Tested on: Windows 10

1. Description:
This plugin allows users to delete their account. Giving a reason for deleting your account is vulnerable to XSS.

2. Proof of Concept:

- Go to User CP -> Delete Account
- Input a payload for delete account reason   <script>alert('XSS')</script>
Payload will execute here.. admin/index.php?module=user-deleteaccount

#  0day.today [2024-06-28]  #