vendor:
myBB forums
by:
Andrey Stoykov
8.8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: myBB forums
Affected Version From: 1.8.26
Affected Version To: 1.8.26
Patch Exists: NO
Related CWE:
CPE: a:mybb:mybb:1.8.26
Platforms Tested: Ubuntu 20.04
2020
myBB forums 1.8.26 – Stored Cross-Site Scripting (XSS)
myBB forums 1.8.26 is vulnerable to stored cross-site scripting (XSS) attacks. An attacker can inject malicious JavaScript code into the application by entering a specially crafted payload into the 'Add New Template' or 'Add New Forum' forms. The malicious code is then stored in the application and executed when a user views the affected page.
Mitigation:
Input validation should be used to prevent malicious code from being stored in the application. Additionally, output encoding should be used to prevent malicious code from being executed.