diff --git a/http/cves/2022/CVE-2022-24682.yaml b/http/cves/2022/CVE-2022-24682.yaml new file mode 100644 index 00000000000..d00a7c637f4 --- /dev/null +++ b/http/cves/2022/CVE-2022-24682.yaml @@ -0,0 +1,52 @@ +id: CVE-2022-24682 + +info: + name: Zimbra Improper Encoding or Escaping of Output + author: rxerium + severity: medium + description: An issue was discovered in the Calendar feature in Zimbra Collaboration Suite 8.8.x before 8.8.15 patch 30 (update 1), as exploited in the wild starting in December 2021. An attacker could place HTML containing executable JavaScript inside element attributes. This markup becomes unescaped, causing arbitrary markup to be injected into the document. + metadata: + max-request: 1 + tags: zimbra,kev + +http: + - method: GET + path: + - "{{BaseURL}}/js/zimbraMail/share/model/ZmSettings.js" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Zimbra Collaboration Suite Web Client" + + - type: word + part: header + words: + - "application/x-javascript" + + - type: word + words: + - "8.8" + - "8.8.6" + - "8.8.7" + - "8.8.8" + - "8.8.9" + - "8.8.10" + - "8.8.11" + - "8.8.12" + - "8.8.13" + - "8.8.14" + part: version + + - type: regex + regex: + - "8.8.15p[12]" + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'CLIENT_VERSION\", {type:ZmSetting.T_CONFIG, defaultValue:\"(.*?)"' \ No newline at end of file