CISA’s August 21, 2026 addition of CVE-2026-73570 to the Known Exploited Vulnerabilities catalog materially increases the urgency around this Zimbra Collaboration Suite vulnerability. The flaw was already serious on technical grounds, with a CVSS 3.1 score of 8.9, but KEV inclusion confirms something more useful operationally: attackers are actually exploiting it against real systems. CVE-2026-73570 affects Zimbra Collaboration Suite versions earlier than 10.1.20 when the optional `zimbra-snmp` package is installed and SNMP notifications are enabled. CISA has set August 24, 2026 as the remediation deadline for affected U.S. federal civilian agencies, and private-sector organisations running exposed Zimbra environments should treat the KEV designation as an equally strong prioritisation signal.

CVE-2026-73570 is an operating-system command injection vulnerability classified as CWE-78. The underlying problem is insufficient sanitisation of attacker-controlled information as Zimbra processes SNMP notification events. An unauthenticated remote attacker can send specially crafted SMTP requests that eventually cause attacker-supplied content to be interpreted as part of an operating-system command. Successful exploitation allows commands to execute with the privileges of the `zimbra` operating-system user. The attack therefore crosses an important security boundary: information arriving through what should be ordinary email-processing functionality can ultimately become executable instructions on the server.

One particularly important detail is that this is not fundamentally an attack against an externally exposed SNMP management port. The vulnerable condition involves the Zimbra SNMP monitoring component and enabled SNMP notifications, but exploitation is delivered through specially crafted SMTP requests. That distinction matters considerably for defenders. Restricting UDP 161 or 162 alone does not address the vulnerable attack path if the mail server continues accepting hostile SMTP input from the Internet. Since public mail servers are deliberately designed to receive SMTP traffic from untrusted systems, an attacker may be able to reach the vulnerable processing path through functionality that the organisation cannot simply firewall away without disrupting email.

CERT Polska provides additional detail about the vulnerable configuration. The issue applies when the SNMP trap notification functionality is enabled using the `snmp_notify` parameter and the `swatchdog` service is running, which CERT Polska notes is enabled by default. This combination allows events processed by Zimbra to reach the vulnerable notification mechanism. That is why administrators should verify configuration rather than merely asking whether they intentionally use SNMP for monitoring. A component can remain enabled because of a historical installation or default configuration long after everyone responsible for deploying it has forgotten why it exists, an arrangement enterprise software seems oddly fond of.

The CVSS vector is also revealing: AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L. The vulnerability is remotely reachable over the network, requires no existing privileges and requires no user interaction. Attack complexity is rated high, so exploitation is not necessarily as straightforward as sending one universal malicious message, but CISA’s KEV designation and CERT Polska’s observation of an ongoing exploitation campaign demonstrate that attackers have already solved whatever practical complexity exists. Once a reliable technique has been operationalised, the theoretical attack-complexity rating matters considerably less to an organisation sitting on an unpatched Internet-facing system.

Successful exploitation provides command execution as the Zimbra user rather than immediate root access. That limitation should not be mistaken for a minor impact. The Zimbra account necessarily has substantial access to the application environment, configuration, mail-related resources and application directories. An attacker operating with these privileges may be able to read application configuration, inspect locally accessible data, create or modify web application files, deploy additional malware, establish persistence and search for credentials or secrets that enable further privilege escalation or lateral movement.

A compromised mail server is particularly valuable because email infrastructure sits at the centre of organisational communication. Mailboxes frequently contain password-reset links, contracts, invoices, confidential correspondence, internal discussions and attachments containing commercially sensitive information. Configuration files may expose LDAP connections, database credentials or integration secrets. A threat actor does not necessarily need immediate root privileges if the compromised application identity already provides access to the information they came to steal.

The vulnerability is also dangerous because attackers can turn temporary command execution into persistent access. CERT Polska specifically recommends searching for files created by the `zimbra` user during the previous 30 days under `/opt/zimbra/jetty/webapps/`, `/opt/zimbra/jetty_base/webapps/` and `/tmp/`. The Jetty web application directories are especially important because an attacker able to place executable web content there may be able to establish a web shell. Once the web shell exists, the attacker no longer needs CVE-2026-73570 to regain access.

This distinction between vulnerability remediation and compromise remediation is critical. Installing Zimbra 10.1.20 closes the vulnerable command-injection path, but it cannot retrospectively remove malware or persistence created before the patch was installed. Organisations that operated a vulnerable configuration during the known exploitation period should therefore treat the update as the first step, not the conclusion of the incident-response process.

CERT Polska has also provided a particularly useful log indicator. Administrators should review `/var/log/zimbra.log` for suspicious `Service status change` entries in which the service name or associated content contains unexpected commands or payloads. CERT Polska observed activity corresponding to transitions from stopped to running and running to stopped containing malicious content. Searching historical logs for anomalous service-status messages may therefore help identify exploitation that occurred before administrators became aware of the vulnerability.

The primary remediation is straightforward: upgrade Zimbra Collaboration Suite to version 10.1.20 or later. Zimbra lists CVE-2026-73570 in its security advisories and identifies 10.1.20 as the fixed release. Older unsupported Zimbra versions should not be assumed safe merely because they are absent from a supported-version matrix. Zimbra explicitly notes that older unsupported releases frequently share vulnerabilities and should be moved to supported versions as soon as possible.

Where immediate upgrading is genuinely impossible, organisations should assess whether SNMP notification functionality is required at all. Disabling unnecessary SNMP notification processing can remove the vulnerable configuration prerequisite and materially reduce exposure. Administrators should verify both whether `zimbra-snmp` is installed and whether the relevant notification functionality is enabled. This should be treated as a temporary risk-reduction measure rather than an excuse to leave a known exploited vulnerability permanently unpatched.

Customers should also perform a targeted threat hunt if the system was vulnerable. The investigation should include recent files created or modified by the `zimbra` account, unexpected JSP or other executable content inside Jetty directories, suspicious processes spawned by Zimbra services, unfamiliar outbound connections, new scheduled tasks or persistence mechanisms, and unexplained administrative or mailbox activity. If suspicious activity is found, the server should be handled as a potentially compromised host rather than simply cleaned by deleting whatever obvious malicious file happens to be found first.

Process monitoring can provide strong detection opportunities. A mail server legitimately processes SMTP messages, performs indexing and runs application services. It should not normally spawn shells, download utilities or unfamiliar interpreters as a consequence of receiving email. Unexpected `bash`, `sh`, `curl`, `wget`, Python or other system utilities appearing as descendants of Zimbra-related processes should therefore receive immediate investigation. Behavioural detection is particularly valuable because attackers can easily modify the exact command strings used in an exploit once static signatures become widely available.

Outbound traffic from the Zimbra server should also be controlled. A mail server legitimately needs SMTP, DNS and a defined set of application or update destinations, but it rarely requires unrestricted access to arbitrary Internet hosts. Egress filtering can make it substantially harder for an attacker who gains command execution to download second-stage malware, establish command-and-control or exfiltrate information. Even if initial exploitation succeeds, restricting what the server can communicate with provides another boundary the attacker must defeat.

Network segmentation remains equally important. Zimbra should not automatically have unrestricted connectivity to domain controllers, database environments, backup networks, hypervisors or sensitive management systems. If an attacker compromises the mail server, firewall policy should ensure that the attacker inherits only the connectivity that Zimbra genuinely requires. Application compromise becomes dramatically more dangerous when the compromised system also happens to enjoy broad east-west network access simply because both systems sit somewhere labelled “server VLAN.”

Least privilege should be applied to every credential available from the Zimbra host. LDAP accounts, database users, backup credentials and external integration accounts should have narrowly defined permissions. If the Zimbra application is compromised, every credential stored locally or accessible by its services should be considered part of the potential blast radius. Broadly privileged shared service accounts can turn application-level RCE into enterprise-wide compromise far more efficiently than the attacker could manage alone.

If exploitation is suspected, credential rotation should therefore extend beyond ordinary mailbox passwords. Administrators should identify secrets stored in Zimbra configuration and determine whether LDAP credentials, database credentials, API tokens, SSH keys or administrative secrets could have been accessed by the Zimbra user. Potentially exposed credentials should be rotated from known-clean systems, and existing sessions or tokens should be invalidated where appropriate.

File-integrity monitoring offers another valuable preventive and detective layer. Critical Zimbra application directories should have a known-good baseline, with alerts generated when new JSP files, scripts or unexpected executables appear. Because persistence frequently involves modifying legitimate web application directories, file-integrity monitoring can detect activity that an IPS inspecting only incoming network requests may miss entirely.

Customers should also review mailbox and administrative behaviour after any suspected host compromise. Attackers gaining access to a mail platform may create forwarding rules, access executive mailboxes, alter accounts or use the server for additional phishing. Unexpected forwarding destinations, newly created accounts, changes to administrative privileges and unusual mailbox access should therefore be part of the investigation.

A network IPS or application-aware security gateway can provide additional protection against known exploit patterns, but it should not be considered a substitute for patching. Command-injection attacks can often be represented in multiple ways using encoding, shell syntax or other variations. A signature may stop known payloads while leaving the underlying vulnerable application reachable. IPS is therefore a useful compensating control during remediation and a useful layer afterward, but version 10.1.20 or later remains the durable correction.

The KEV addition also changes vulnerability prioritisation. CVE-2026-73570 has a CVSS score of 8.9 rather than the fashionable 9.8 or 10.0 that often dominates security dashboards. Yet CISA has now confirmed exploitation in the wild. From an operational perspective, an 8.9 vulnerability being actively used against organisations should generally receive greater urgency than a theoretical CVSS 10 vulnerability for which attackers have no practical exploit. This is exactly why organisations should incorporate exploitation intelligence such as CISA KEV into patch-prioritisation decisions rather than sorting an enormous spreadsheet exclusively by CVSS score.

The time between disclosure and confirmed exploitation is also worth noting. Zimbra released version 10.1.20 containing the fix before the CVE was formally published on August 13. CERT Polska issued its active-exploitation warning on August 17, and CISA added the vulnerability to KEV on August 21. This compressed timeline illustrates the modern vulnerability-management problem: organisations can no longer assume they will have several comfortable weeks between public disclosure and real attacks.

The incident highlights another architectural point about email security. Organisations frequently think of securing email in terms of spam filtering, phishing detection, malware scanning and attachment inspection. CVE-2026-73570 demonstrates that the mail server itself is an attack surface. SMTP is intentionally exposed to untrusted senders across the Internet, and every parser, monitoring component and integration that processes attacker-controlled mail data becomes part of the security boundary.

This means email infrastructure should be treated much like any other critical Internet-facing application. It requires aggressive patch management, service minimisation, segmentation, behavioural monitoring, restricted outbound access and compromise assessment whenever a serious vulnerability is discovered. Protecting users from malicious messages while leaving the software processing those messages vulnerable to command injection would be an unfortunately literal example of guarding the passengers while ignoring the engine room.

For customers, the practical response should therefore be layered: immediately upgrade Zimbra to 10.1.20 or later; verify whether `zimbra-snmp`, `snmp_notify` and the relevant monitoring components are enabled; disable unnecessary SNMP notification functionality where appropriate; review `/var/log/zimbra.log` for suspicious service-status entries; examine files created by the `zimbra` user under the Jetty application directories and `/tmp/`; monitor for unusual processes and outbound connections; segment the Zimbra server from critical infrastructure; and rotate credentials if any indication of exploitation is discovered.

The most important lesson from CVE-2026-73570 is that the attack begins with something every public mail server is expected to accept: SMTP traffic. Through inadequate sanitisation inside an optional monitoring component, attacker-controlled data can cross from a mail-processing event into an operating-system command. CISA’s KEV addition on August 21 confirms that attackers are no longer merely studying that possibility. They are using it.

At that point, the defensive conversation should no longer be about whether the vulnerability deserves an emergency change window. The relevant questions are whether the vulnerable configuration exists, whether version 10.1.20 or later is deployed, and whether attackers may already have established persistence before remediation. For an Internet-facing mail server handling some of an organisation’s most sensitive information, those questions deserve answers rather quickly.


CISA has added one new vulnerability to its Known Exploited Vulnerabilities (KEV) Catalog , based on evidence of active exploitation. CVE-2026-73570 Zimbra Collaboration Suite (ZCS) OS Command Injection Vulnerability This type of vulnerability is a frequent attack vector for malicious cyber actors and poses significant risks to the federal enterprise. Binding Operational Directive (BOD) 26-04: Prioritizing Security Updates Based on Risk establishes vulnerability management requirements for Federal Civilian Executive Branch (FCEB) agencies. BOD 26-04 reinforces the importance of the KEV Catalog and requires federal agencies to prioritize rapid remediation of high-risk vulnerabilities, specifically those identified by Common Vulnerabilities and Exposures (CVEs) listed in CISA’s KEV Catalog on publicly exposed assets that grant total control of the asset post-exploitation, while deferring action for lower-risk vulnerabilities. BOD 26-04 further establishes basic expectations for when agencies must check whether threat actors compromised the system before the patch was applied. While BOD 26-04 applies only to FCEB agencies, CISA encourages all organizations to adopt risk-based vulnerability management and prioritize remediation of KEV Catalog vulnerabilities . CISA will continue to add vulnerabilities to the catalog that meet the specified criteria . Aware of an exploited vulnerability not currently listed in the KEV Catalog? Submit it for potential addition through CISA’s KEV No

Source: CISA Adds One Known Exploited Vulnerability to Catalog via CISA Advisories — published 21 Aug 2026.