header-logo
Suggest Exploit
vendor:
CaseAware
by:
justpentest
6,1
CVSS
MEDIUM
Reflected Cross Site Scripting
79
CWE
Product Name: CaseAware
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: YES
Related CWE: CVE-2017-5631
CPE: a:kmcis:caseaware
Metasploit: N/A
Other Scripts: N/A
Tags: edb,cve,cve2017,xss,caseaware
CVSS Metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Nuclei Metadata: {'max-request': 1, 'vendor': 'kmc_information_systems', 'product': 'caseaware'}
Platforms Tested: None
2017

CaseAware Cross Site Scripting Vulnerability

KMCIS CaseAware contains a reflected cross-site scripting vulnerability via the user parameter transmitted in the login.php query string.

Mitigation:

Input sanitization should be implemented to prevent XSS attacks.
Source

Exploit-DB raw data:

# Exploit Title: CaseAware Cross Site Scripting Vulnerability
# Date: 20th May 2017
# Exploit Author: justpentest
# Vendor Homepage: https://caseaware.com/
# Version: All the versions
# Contact: transform2secure@gmail.com
# CVE : 2017-5631

Source: https://nvd.nist.gov/vuln/detail/CVE-2017-5631#vulnDescriptionTitle

1) Description:
An issue with respect to input sanitization was discovered in KMCIS
CaseAware. Reflected cross site scripting is present in the user parameter
(i.e., "usr") that is transmitted in the login.php query string. So
bascially username parameter is vulnerable to XSS.

2) Exploit:

https://caseaware.abc.com:4322/login.php?mid=0&usr=admin'><a
HREF="javascript:alert('OPENBUGBOUNTY')">Click_ME<'
----------------------------------------------------------------------------------------

3) References:

https://www.openbugbounty.org/incidents/228262/
https://nvd.nist.gov/vuln/detail/CVE-2017-5631#vulnDescriptionTitle