vendor:
Civic Platform
by:
Abdulazeez Alaseeri
6.1
CVSS
MEDIUM
Cross-Site-Scripting (XSS)
79
CWE
Product Name: Civic Platform
Affected Version From: <= 21.1
Affected Version To: <= 21.1
Patch Exists: YES
Related CWE: CVE-2021-34370
CPE: a:accela:civic_platform:21.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: JBoss server/windows
2021
Accela Civic Platform 21.1 – ‘successURL’ Cross-Site-Scripting (XSS)
Accela Civic Platform version 21.1 and prior is vulnerable to Cross-Site-Scripting (XSS) due to improper validation of the 'successURL' parameter. An attacker can craft a malicious URL with a malicious payload and send it to the victim. When the victim clicks on the URL, the malicious payload will be executed in the victim's browser.
Mitigation:
Input validation should be performed on all user-supplied data to ensure that it does not contain malicious code. Additionally, the application should use a whitelist of allowed characters and reject any input that does not match the whitelist.