vendor:
OpenBB
by:
5.5
CVSS
MEDIUM
HTML Injection
79
CWE
Product Name: OpenBB
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux, Unix, Windows
OpenBB HTML Injection Vulnerability
OpenBB is vulnerable to HTML injection attacks when HTML code is replaced with BBCodes. This allows an attacker to inject arbitrary HTML code into forum messages, leading to cross-site scripting (XSS) attacks and potential theft of cookie-based authentication credentials.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user input and validate HTML code before displaying it on the forum. Additionally, implementing a Content Security Policy (CSP) can help prevent XSS attacks.