cbcvebase.
CVE-2019-9621
published 2019-04-30

CVE-2019-9621: Zimbra Collaboration Suite before 8.6 patch 13, 8.7.x before 8.7.11 patch 10, and 8.8.x before 8.8.10 patch 7 or 8.8.x before 8.8.11 patch 3 allows SSRF via…

PriorityP190high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
KEVITWEXPLOITInitial access
CISA Known Exploited Vulnerabilitydue 2025-07-28
Exploited in the wild
EPSS
80.91%
99.6th percentile
Zimbra Collaboration Suite before 8.6 patch 13, 8.7.x before 8.7.11 patch 10, and 8.8.x before 8.8.10 patch 7 or 8.8.x before 8.8.11 patch 3 allows SSRF via the ProxyServlet component.

Affected

8 ranges
VendorProductVersion rangeFixed in
synacorzimbra_collaboration_suite< 8.6.08.6.0
synacorzimbra_collaboration_suite
synacorzimbra_collaboration_suite
synacorzimbra_collaboration_suite
synacorzimbra_collaboration_suite
synacorzimbra_collaboration_suite
synacorzimbra_collaboration_suite>= 8.7.0 < 8.7.118.7.11
synacorzimbra_collaboration_suite>= 8.8.0 < 8.8.98.8.9

Detection & IOCsextracted from sources · hover to see the quote

url/autodiscover
url/Autodiscover/Autodiscover.xml
url/service/proxy/
url/service/proxy?target=https://127.0.0.1:7071/service/admin/soap
url/service/extension/clientUploader/upload
url/service/soap/
cookieZM_ADMIN_AUTH_TOKEN
port7071
port8443
urlhttps://k8gege.github.io/zimbra.dtd
yara
regex('root:.*:0:0:', body) and contains(body, "response schema") and contains(header, "text/html")
  • Detect exploitation attempts by monitoring POST requests to /autodiscover or /Autodiscover/Autodiscover.xml with XML bodies containing external entity (XXE) declarations (DOCTYPE with SYSTEM or external DTD references).
  • Detect SSRF exploitation by monitoring POST requests to /service/proxy/ (or /service/proxy?target=) where the target parameter points to internal addresses such as 127.0.0.1:7071.
  • Alert on POST requests to /service/extension/clientUploader/upload bearing a ZM_ADMIN_AUTH_TOKEN cookie, which indicates the webshell upload stage of the exploit chain.
  • Monitor HTTP Host header manipulation: exploit sends Host header set to an internal port (e.g., foo:7071) to abuse the ProxyServlet SSRF.
  • Use Shodan query to identify exposed Zimbra instances: html:"Zimbra Collaboration Suite Web Client"
  • Successful XXE exploitation returns content matching root:.*:0:0: (passwd file) in the HTTP response body; monitor for this pattern in Zimbra autodiscover responses.
  • Monitor for JSP webshell files appearing under the Zimbra /downloads/ path following a clientUploader upload request.
  • ·The SSRF exploit requires a prior XXE step (CVE-2019-9670) to extract the zimbra LDAP password; detections should account for the full chained attack sequence, not just the SSRF in isolation.
  • ·The Metasploit module defaults to SSL on port 8443; detection rules targeting plain HTTP on port 80 may miss exploit traffic.
  • ·The module temporarily disables SSL during the XXE stage (datastore['SSL'] = false) before re-enabling it, so both HTTP and HTTPS traffic should be inspected.
  • ·The exploit uses a random-length alpha-lower string for the JSP webshell filename, so static filename-based detection will not reliably catch the uploaded shell.
  • ·The Nuclei template matcher requires all three conditions simultaneously (passwd regex match, 'response schema' in body, text/html in header); partial matches alone are insufficient for confident detection.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
vulncheck7.5HIGH
cisa7.5HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.