CISA Adds One Known Exploited Vulnerability to Catalog (CVE-2026-73570)
CISA added CVE-2026-73570, an OS Command Injection vulnerability in Zimbra Collaboration Suite (ZCS), to its Known Exploited Vulnerabilities (KEV) Catalog based on confirmed active exploitation. The vulnerability allows attackers to execute arbitrary OS commands on affected hosts. BOD 26-04 requires FCEB agencies to remediate KEV-listed vulnerabilities on exposed assets and to investigate whether systems were compromised prior to patching.
- cveCVE-2026-73570OS Command Injection vulnerability allows attackers to execute arbitrary operating system commands on the host running Zimbra Collaboration Suite.
Detection / Hunteropenrouter
What Happened
The US Cybersecurity and Infrastructure Security Agency (CISA) added a security flaw in Zimbra email and collaboration software to its list of known exploited vulnerabilities. Attackers are actively using this flaw to run commands on Zimbra servers without authorization. Organizations running Zimbra Collaboration Suite are affected, and US federal agencies are required to patch the software and check whether attackers already compromised their systems. All organizations running Zimbra should apply available patches and investigate their systems for signs of prior unauthorized access.
Key Takeaways
- CISA added CVE-2026-73570 to its Known Exploited Vulnerabilities (KEV) Catalog based on evidence of active exploitation.
- The vulnerability is an OS Command Injection flaw in Zimbra Collaboration Suite (ZCS), a frequent attack vector for malicious cyber actors.
- BOD 26-04 requires Federal Civilian Executive Branch agencies to rapidly remediate KEV Catalog vulnerabilities on publicly exposed assets and to check for prior compromise before patching.
- CISA encourages all organizations to adopt risk-based vulnerability management and prioritize remediation of KEV Catalog vulnerabilities.
Affected Systems
- Zimbra Collaboration Suite (ZCS)
Vulnerabilities (CVEs)
| CVE | Product | Severity | Description |
|---|---|---|---|
| CVE-2026-73570 | Zimbra Collaboration Suite (ZCS) | High | OS Command Injection vulnerability allows attackers to execute arbitrary operating system commands on the host running Zimbra Collaboration Suite. |
Attack Chain
- Initial Access: Attacker exploits CVE-2026-73570, an OS command injection vulnerability in a Zimbra Collaboration Suite instance exposed to the internet
- Execution: Successful exploitation allows the attacker to execute arbitrary operating system commands on the host
- Impact: Attacker gains control of the Zimbra server, potentially accessing email communications and credentials stored or transiting the system
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
The article does not provide detection rules, queries, or signatures. Refer to the Zimbra vendor advisory and CISA KEV catalog entry for mitigation guidance and potential detection references.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Medium | EDR deployed on the Zimbra host may capture process execution events originating from the web application service, including shell or script interpreters spawned by the Zimbra process. Visibility depends on whether EDR is installed on mail server infrastructure. |
| Network Visibility | Low | The article provides no network-level IOCs. Exploitation likely occurs over HTTPS, which may limit network-based detection without SSL inspection or specific knowledge of exploitation patterns. |
| Detection Difficulty | Moderate | Detecting OS command injection on a Zimbra server requires correlating web request logs with unexpected OS process spawns. Legitimate administrative commands run on Zimbra servers may generate false positives, requiring tuning to the environment. |
Required Log Sources
- Zimbra Collaboration Suite application logs
- Web server access and error logs (nginx/postfix as used by ZCS)
- OS process execution logs (e.g., Sysmon Event ID 1, Linux auditd exec logs)
- Network proxy or WAF logs for inbound traffic to Zimbra endpoints
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| Consider hunting for shell or scripting interpreter processes spawned by the Zimbra web application service account that would not normally initiate interactive shell sessions. | Process creation logs showing parent-child relationships where the Zimbra service process spawns sh, bash, python, or similar interpreters. | Execution | Medium — legitimate Zimbra maintenance scripts or admin tasks may spawn shell processes from the service account. |
| Consider hunting for anomalous HTTP requests targeting Zimbra Collaboration Suite endpoints that deviate from normal client behavior and may indicate exploitation attempts. | WAF, reverse proxy, or web server access logs showing unusual request patterns, parameters, or encoded payloads directed at ZCS endpoints. | Initial Access | Low to Medium — unusual HTTP requests to Zimbra endpoints are less common and warrant investigation. |
| Consider hunting for credential or mailbox access following the exploitation window, as attackers may harvest stored credentials or email data after gaining command execution. | Zimbra audit logs showing unusual mailbox access patterns, authentication events, or data export activity following suspicious process execution. | Collection | Low — unusual mailbox access from new locations or in bulk is a strong signal when correlated with prior exploitation indicators. |
Control Gaps
- Signature-based antivirus is unlikely to detect exploitation of a server-side command injection vulnerability.
- Network-based detection without SSL inspection will not identify exploitation payloads transmitted over HTTPS.
- WAF rules not tuned for Zimbra-specific endpoints may not block or alert on exploitation attempts.
Key Behavioral Indicators
- Shell or scripting interpreter processes spawned by the Zimbra service account
- Unexpected OS process execution originating from the Zimbra web application process tree
- Anomalous or encoded parameters in HTTP requests targeting Zimbra Collaboration Suite endpoints
- New or modified scheduled tasks created by the Zimbra service account (T1053)
- Unusual outbound network connections from the Zimbra host following exploitation
False Positive Assessment
Medium — detecting OS command injection on a Zimbra server requires distinguishing legitimate administrative shell activity from malicious execution. Shell processes spawned by the Zimbra service account may occur during normal maintenance. Correlating web request logs with process execution events reduces false positive risk.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Identify all internet-exposed instances of Zimbra Collaboration Suite and apply available vendor patches for CVE-2026-73570.
- If patching cannot be performed immediately, consider isolating or restricting network access to Zimbra instances exposed to the internet where supported by your infrastructure.
- Investigate whether Zimbra hosts were compromised prior to patching by reviewing process execution logs, web server logs, and mailbox access patterns for anomalies.
Infrastructure Hardening
- Evaluate whether Zimbra Collaboration Suite instances need to be directly internet-exposed; consider placing them behind a VPN or zero-trust access layer where applicable.
- If your WAF supports custom rules, consider developing detection or blocking rules for known Zimbra exploitation patterns.
- Review and enforce network segmentation between mail server infrastructure and other internal assets to limit lateral movement potential.
User Protection
- Consider enforcing multi-factor authentication on Zimbra user accounts if not already required.
- Monitor for unusual authentication or mailbox access events on Zimbra servers following the remediation window.
- If compromise is suspected, consider rotating credentials for accounts that had access to the Zimbra server, including service accounts and administrative credentials.
Security Awareness
- Consider incorporating risk-based vulnerability management practices into existing security programs, prioritizing remediation of CISA KEV Catalog entries on exposed assets.
- If applicable to your organization, review alignment with BOD 26-04 expectations for prioritizing KEV Catalog vulnerabilities and checking for prior compromise.