vendor:
MyBB Trending Widget Plugin
by:
0xB9
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: MyBB Trending Widget Plugin
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2018
MyBB Trending Widget Plugin 1.2 – Cross-Site Scripting
This plugin shows the most trending threads. Trending thread titles aren't sanitized to user input. Have a trending thread in the widget and change the thread title to a payload <script>alert('XSS')</script> Anyone that visits the forum will execute payload.
Mitigation:
Sanitize user input and escape special characters.