vendor:
mojoPortal
by:
Sagar Banwa
7.5
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: mojoPortal
Affected Version From: 2.7.0.0
Affected Version To: 2.7.0.0
Patch Exists: NO
Related CWE:
CPE: a:mojoportal:mojoportal:2.7.0.0
Platforms Tested: Windows 10, Kali Linux
2020
mojoPortal forums 2.7.0.0 – ‘Title’ Persistent Cross-Site Scripting
This vulnerability allows an attacker to inject XSS payload in the 'Title' field of the Add Forum section. When an admin visits the View Detail of the Forum section from the admin panel, the XSS payload triggers and the attacker can steal the cookie with the crafted payload.
Mitigation:
Ensure proper input validation and encoding of user-supplied data. Implement a Content Security Policy (CSP) to restrict the execution of JavaScript from external sources.