vendor:
Camaleon CMS
by:
Ismail Tasdelen
8.8
CVSS
HIGH
Cross-site Scripting
79
CWE
Product Name: Camaleon CMS
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: NO
Related CWE: N/A
CPE: a:camaleon_cms:camaleon_cms:2.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2018
CAMALEON CMS 2.4 – Cross-Site Scripting
CAMALEON CMS version 2.4 is vulnerable to stored cross-site scripting. An attacker can send a malicious POST request with a specially crafted filename containing an XSS payload. This payload will be stored in the application and will be triggered when the file is accessed.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize user input and output to prevent malicious code from being executed.