vendor:
MyBB Latest Posts on Profile Plugin
by:
0xB9
5.4
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: MyBB Latest Posts on Profile Plugin
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: CVE-2018-10580
CPE: 2.3:a:mybb:mybb_latest_posts_on_profile_plugin:1.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 17.10
2018
MyBB Latest Posts on Profile Plugin v1.1 – Cross-Site Scripting
Adds a new section to user profiles that will display their last posts. Persistent XSS can be achieved by creating a thread with the subject <script>alert('XSS')</script> and visiting the profile to see the alert.
Mitigation:
Add the following line in line 236 to properly sanitize thread subjects: $d['tsubject'] = htmlspecialchars_uni($d['tsubject']);