vendor:
Coastercms
by:
Hardik Solanki
8.8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Coastercms
Affected Version From: 5.8.18
Affected Version To: 5.8.18
Patch Exists: NO
Related CWE: N/A
CPE: a:coastercms:coastercms:5.8.18
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
Coastercms 5.8.18 – Stored XSS
Coastercms 5.8.18 is vulnerable to stored XSS. An attacker can inject malicious JavaScript code into the vulnerable parameter “Edit Page tab”. This code will be stored in the database and will be executed when a user visits the page. The malicious code can be used to steal the user’s cookie, redirect the user to a malicious website, etc.
Mitigation:
Input validation should be used to prevent XSS attacks. The application should validate all user input and reject any input that contains malicious code.