What is Zimbra Collaboration Suite?
Zimbra Collaboration Suite is a widely deployed on-premises email and collaboration platform used by enterprises, universities, and government agencies as an alternative to hosted webmail services.
Overview
CVE-2019-9670 is a critical (CVSS 9.8) XML External Entity (XXE) injection vulnerability (CWE-611) in Zimbra's mailboxd component, allowing an unauthenticated remote attacker to read arbitrary files from the server and, in many documented cases, escalate to full remote code execution.
Technical Details
The mailboxd Java service parses XML input without disabling external entity resolution, allowing an attacker to define a malicious external entity in a crafted XML payload. When the parser resolves that entity, it can read arbitrary local files (such as Zimbra's localconfig.xml, which contains database and LDAP credentials) or make outbound network requests — and in Zimbra's specific case, obtaining those credentials has repeatedly been used as a stepping stone to full administrative and remote code execution compromise of the mail server.
Discovery
Publicly disclosed with proof-of-concept exploit code shortly after the underlying issue was identified in mid-2019, prompting rapid patching from Synacor/Zimbra.
Exploitation Context
This is one of the more heavily and persistently exploited Zimbra vulnerabilities: security researchers and government advisories have documented scanning and compromise of unpatched, internet-facing Zimbra servers using this XXE, in some cases attributed to espionage-motivated actors targeting webmail for intelligence collection, and in others used by financially motivated groups to deploy web shells and cryptominers. CISA added it to KEV in January 2022. It has also been documented as being chained with Zimbra's SSRF vulnerability (CVE-2019-9621) in real-world attack sequences.
Remediation
- Update Zimbra Collaboration Suite to the latest patched version immediately — this is one of the most consequential Zimbra vulnerabilities still seen exploited in the wild.
- Rotate all credentials stored in Zimbra's local configuration (database, LDAP, admin) if compromise is suspected, since XXE-based file reads commonly target these files.
- Restrict administrative and mailboxd endpoints from unauthenticated internet access wherever feasible.
- Search for indicators of compromise such as unexpected web shells, JSP files, or scheduled tasks on Zimbra servers.
- Monitor for unusual outbound connections or file-read attempts consistent with XXE exploitation in Zimbra logs.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-9670 |
| Vendor / Product | Synacor — Zimbra Collaboration Suite (ZCS) |
| NVD Published | 2019-05-29 |
| NVD Last Modified | 2025-11-04 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-611 find similar ↗ |
| CISA KEV Added | 2022-01-10 |
| CISA KEV Deadline | 2022-07-10 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-05-29 | CVE published; proof-of-concept exploit code circulated shortly after |
| 2022-01-10 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-07-10 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-9670 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |