header-logo
Suggest Exploit
vendor:
MyBB Moderator Log Notes Plugin
by:
0xB9
N/A
CVSS
N/A
Cross-Site Scripting
Unknown
CWE
Product Name: MyBB Moderator Log Notes Plugin
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE:
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested: Ubuntu 18.04
2018

MyBB Moderator Log Notes Plugin 1.1 – Cross-Site Scripting

The plugin allows moderators to save notes and display them in a list in the modCP. The XSS is located in the mod notes textarea.

Mitigation:

Unknown
Source

Exploit-DB raw data:

# Exploit Title: MyBB Moderator Log Notes Plugin 1.1 - Cross-Site Scripting
# Date: 2018-05-17
# Author: 0xB9
# Software Link: https://community.mybb.com/mods.php?action=view&pid=1105
# Version: 1.1
# Tested on: Ubuntu 18.04
# CVE: N/A

# 1. Description:
# The plugin allows moderators to save notes and display them in a list in the modCP.
# The XSS is located in the mod notes textarea.
 
# 2. Proof of Concepts:

Go to the modCP and save the following payload in the moderator notes  <script>alert(\'XSS\')</script>

The alert will appear on the modCP and ACP.
localhost/modcp.php
localhost/admin/index.php?module=tools-modnoteslog