vendor:
MyBB
by:
0xB9
6.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: MyBB
Affected Version From: 1.8.17
Affected Version To: 1.8.17
Patch Exists: YES
Related CWE: CVE-2018-15596
CPE: 2.3:a:mybb:mybb:1.8.17
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 18.04
2018
MyBB 1.8.17 – Cross-Site Scripting
On the forum RSS Syndication page you can generate a URL for example... http://localhost/syndication.php?fid=&type=atom1.0&limit=15, the thread titles on those generated links aren't sanitized. To exploit this vulnerability, a malicious user can create a thread with a malicious payload as the thread title, which when clicked will redirect the user to a malicious website.
Mitigation:
To mitigate this vulnerability, the application should sanitize the thread titles before displaying them on the RSS feed.