vendor:
CBAS-Web
by:
LiquidWorm
6.1
CVSS
MEDIUM
Reflected Cross-Site Scripting
79
CWE
Product Name: CBAS-Web
Affected Version From: 19.0.0
Affected Version To: 19.0.0
Patch Exists: YES
Related CWE: CVE-2019-10846
CPE: a:computrols:cbas-web:19.0.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: NA
2018
Computrols CBAS-Web 19.0.0 – ‘username’ Reflected Cross-Site Scripting
Computrols CBAS-Web 19.0.0 is vulnerable to Reflected Cross-Site Scripting. This vulnerability is due to insufficient sanitization of user-supplied input in the 'username' parameter of the 'index.php' script when handling requests to the 'm=auth&a=verifyid' and 'm=auth&a=login' scripts. An attacker can exploit this vulnerability to execute arbitrary HTML and script code in a user's browser session in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to update a web page. All input data should be validated and filtered for malicious content. It is also recommended to use a whitelist of accepted input values.