EXPLOITED VULNERABILITY · CVE-2026-73570

Unauthenticated RCE in Zimbra

CVE-2026-73570 Is Being Exploited Through SMTP. CERT Polska confirmed active exploitation of CVE-2026-73570, a CVSS 8.9 command injection flaw that gives unauthenticated attackers code execution on Zimbra Collaboration servers running the optional zimbra-snmp package.

Matt Lucas  |  August 20, 2026  |  5 min
Editorial hero illustration
8.9
CVSS score
10.1.20
Fixed ZCS version
0
Credentials needed
30 days
CERT Polska hunt window
Detected by CaverLive detection for CVE-2026-64849 in the RedEye Intel Feed →
TL;DR
  • What: CERT Polska reported active in-the-wild exploitation of CVE-2026-73570, a command injection flaw in Zimbra Collaboration's SNMP notification handling.
  • Impact: An unauthenticated attacker sends crafted SMTP requests and runs arbitrary operating system commands as the zimbra user, which owns the mail store, the Jetty webapps directories and the server's TLS material.
  • Fix / mitigation: Update to Zimbra Collaboration Suite 10.1.20 or later, and until then disable SNMP notifications or remove the optional zimbra-snmp package.
  • Who's at risk: Any organization running ZCS before 10.1.20 with zimbra-snmp installed and SNMP notifications enabled, a profile common in government, education, healthcare and regional hosting.

CERT Polska has confirmed active in-the-wild exploitation of CVE-2026-73570, a command injection flaw in Zimbra Collaboration Suite that hands an unauthenticated attacker remote code execution as the zimbra user. The bug carries a CVSS score of 8.9 and was patched in ZCS 10.1.20 last month. Any internet-facing Zimbra server still running an earlier build with the optional zimbra-snmp package installed should be treated as a live target, and if SNMP notifications are enabled on it, as a possible incident.

What the flaw actually does

The vulnerability lives in Zimbra's SNMP notification processing. When the optional zimbra-snmp package is installed and SNMP notifications are turned on, untrusted input reaching that code path is not sanitized before it lands in a shell context. An attacker sends specially crafted SMTP requests to the mail server, the notification handler processes attacker-controlled content, and arbitrary operating system commands execute as the Zimbra service account.

Two details make this worse than the score suggests. First, no authentication is required: no mailbox, no valid recipient, no captured credential. Second, the trigger arrives over SMTP on port 25, which is the one port a mail server exists to leave open. There is no firewall rule that closes this attack surface without taking the server out of service.

Execution lands as the zimbra user rather than root. That is a real limit and worth stating plainly: the attacker does not get an immediate kernel-level foothold. It is also close to irrelevant in practice. The zimbra account owns the mail store, the LDAP configuration, the Jetty web application directories and the TLS material. Whoever owns that account owns the mail.

Check two conditions before you rule this out

The vulnerable code only ships with the optional zimbra-snmp package, and the flaw only fires when SNMP notifications are enabled. Confirm both on every host rather than assuming. Run zmcontrol -v for the build number and query your package manager for zimbra-snmp. A deployment that never enabled SNMP is not exposed to this specific bug, but it is still overdue for 10.1.20.

Hunting for compromise

CERT Polska published a short indicator checklist alongside its bulletin. Start with the service log, then walk the drop directories.

Thirty days is the window CERT Polska named, and it is a floor rather than a ceiling. The patch shipped last month, and the gap between a Zimbra fix and working public exploitation has historically been short. If your log retention reaches further back, hunt back to the 10.1.20 release date at minimum.

Zimbra is a standing target, not an occasional one

This is not an isolated event. Zimbra sits in front of government ministries, universities, hospitals and regional service providers, frequently in deployments that one small team maintains alongside a dozen other systems. That profile has made it a durable favorite for state-aligned operators. Last month the U.S. government detailed a phishing campaign run by the Russia-linked group Laundry Bear, also tracked as CL-STA-1114, TA488, UNK_PitStop and Void Blizzard, which has targeted Zimbra mail servers at Western government and commercial organizations since at least July 2025. That operation weaponized CVE-2025-66376, a stored cross-site scripting flaw in Zimbra's Classic UI, to deliver a JavaScript payload named ZimReaper that harvested email communications and other sensitive data.

The lesson is not the specific actor. It is that a Zimbra bug with a working exploit gets picked up quickly by operators who want mailboxes, and mailboxes are exactly what these servers hold. CVE-2026-73570 skips the phishing step entirely and goes straight to command execution.

What to do this week

Patching does not evict an attacker who is already inside

Version 10.1.20 closes the injection path. It does not remove a webshell sitting in the Jetty webapps directory, revoke a stolen session, or delete a forwarding rule an intruder added. If your hunt turns up anything in the CERT Polska indicator set, treat the host as compromised and work the incident, then patch. Rebuilding a Zimbra server from a known-good image is a bad day. Discovering six months of quietly exported mail is a worse one.

The scoping question worth answering today is a small one: which of your Zimbra hosts run a build older than 10.1.20, and which of those have zimbra-snmp installed with notifications enabled. That is two commands per host. Exploitation is confirmed and ongoing, so the interval between finishing that inventory and finishing the patch is the interval you are exposed.

Questions about your exposure?

RedEye Security provides assessments for organizations that need to understand their real risk.

Talk to us