vendor:
MaraCMS
by:
George Tsimpidas
6.1
CVSS
MEDIUM
Reflected Cross Site Scripting
79
CWE
Product Name: MaraCMS
Affected Version From: 7.5
Affected Version To: 7.5
Patch Exists: NO
Related CWE: CVE-2020-24223
CPE: a:maracms:maracms:7.5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux(x64)
2020
Mara CMS 7.5 – Reflective Cross-Site Scripting
Mara CMS 7.5 suffers from a Reflected Cross Site Scripting vulnerability. This Reflected XSS vulnerability allows any authenticated user to inject malicious code via the parameter contact.php?theme=<inject>. The vulnerability exists because the parameter is not properly sanitized and this can lead to malicious code injection that will be executed on the target’s browser.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.