Unit 42 has identified a sophisticated cyberespionage campaign, tracked as CL-STA-1114, attributed to the Russian threat actor known as Void Blizzard (also tracked as LAUNDRY BEAR). This campaign leverages a zero-click remote code execution vulnerability, CVE-2025-66376, in the Zimbra Collaboration Suite (ZCS) webmail platform. The attackers send phishing emails that automatically trigger the exploit, injecting a JavaScript payload into the victim's browser to steal credentials, emails, and other sensitive data.
The campaign has been active since at least 2024, with specific targeting of Zimbra servers beginning in July 2025. The zero-click nature of the exploit makes it particularly dangerous, as it requires no interaction from the recipient to succeed. Organizations using unpatched Zimbra instances are at high risk of compromise. Immediate patching and threat hunting are strongly recommended.
The threat actor Void Blizzard is conducting a global espionage campaign targeting organizations utilizing Zimbra webmail servers. The initial access vector is a phishing email containing either an HTML attachment or embedded HTML content. These emails are designed to appear as legitimate news updates.
Upon a user opening the email, the vulnerability CVE-2025-66376 is exploited without any further user action. This “zero-click” exploit injects a malicious JavaScript payload into the user's active webmail session. The script is obfuscated using Base64 encoding and loaded via an invisible Scalable Vector Graphics (SVG) element, a technique to evade basic detection.
Once executed, the script exfiltrates a wide range of data from the victim's mailbox to a command and control (C2) server. Stolen data includes:
This activity provides the threat actor with long-term access to sensitive communications and credentials that can be used for further lateral movement or secondary attacks.
The attack chain demonstrates a methodical approach to compromising Zimbra webmail users:
<div> section with a Base64-encoded script. This obfuscates the malicious payload from simple static analysis.onload event of this SVG element is used to trigger the decoding of the Base64 script and its injection into the browser's DOM.Unit 42 noted that the JavaScript payload has remained largely unchanged throughout the campaign, suggesting the actors have found a reliable and effective tool. The C2 infrastructure is rotated periodically, with an average server lifespan of approximately 35 days.
The compromise of an organization's email server can have severe consequences. By targeting Zimbra, a widely used collaboration suite, Void Blizzard poses a significant threat to a broad range of industries globally. The source report noted targeting of specific sectors but did not list them.
Potential impacts include:
The source article mentions that at least nine IP addresses and nine domains were used for C2 servers but does not list them in the provided text. Organizations should refer to the full Unit 42 report for the complete list of Indicators of Compromise.
Security teams can hunt for related activity by searching for the following patterns:
<div> with Base64div or script tags.<svg onload=...>onload event to execute scripts, a common technique for this attack.Detecting this zero-click attack requires a multi-layered approach focusing on email security, network monitoring, and endpoint visibility.
If a compromise is suspected, immediately isolate the affected mailboxes, force password resets for all users, and begin an incident response investigation to determine the scope of data exfiltration.
Proactive mitigation is critical to defending against this threat.
Applying the security patch for CVE-2025-66376 is the most effective mitigation, as it removes the vulnerability exploited by the attackers.
Mapped D3FEND Techniques:
Configure email security gateways to filter and block malicious HTML content, preventing the initial delivery of the exploit.
Use network security controls to detect and block connections to known malicious C2 domains and IPs, disrupting the exfiltration phase.
While the attack hijacks an active session, enforcing MFA can prevent attackers from using stolen credentials to establish new, persistent sessions.
Mapped D3FEND Techniques:
The primary and most effective countermeasure against the CL-STA-1114 campaign is to immediately apply the security patch for CVE-2025-66376 to all Zimbra Collaboration Suite instances. Given this is a zero-click vulnerability, traditional user-focused defenses are ineffective. System administrators should prioritize patching internet-facing Zimbra servers first, followed by internal ones. A robust patch management program is essential. After applying the patch, verify its successful installation. Organizations should subscribe to vendor security advisories (from Zimbra and Palo Alto Networks) to ensure timely notification of future vulnerabilities. This single action directly closes the entry vector used by the threat actor, rendering the entire attack chain obsolete.
To detect potential C2 communication and data exfiltration, security teams should implement Network Traffic Analysis. Monitor outbound connections from Zimbra servers and clients, paying close attention to traffic destined for unknown or newly registered domains. Since the attackers rotate their C2 infrastructure, behavioral detection is key. Establish a baseline of normal outbound traffic from the Zimbra environment. Alert on anomalies such as connections to low-reputation IPs, large data transfers from a single webmail session, or traffic patterns that match the known C2 communication methods. Ingesting NetFlow, DNS query logs, and web proxy logs into a SIEM will provide the necessary visibility to hunt for these exfiltration channels. This technique serves as a critical detection and response control, especially if a system is compromised before it can be patched.
As a defense-in-depth measure, organizations should enhance their email security posture through advanced Inbound Traffic Filtering. Configure email security gateways to perform deep inspection of HTML content in emails. Specifically, create rules to detect and block or quarantine emails that contain obfuscated JavaScript, especially those using Base64 encoding within <div> tags or leveraging SVG onload events. While sophisticated attackers may find ways to bypass simple filters, this can block less advanced variants of the attack and reduce the overall attack surface. This technique is a crucial compensating control for organizations that cannot immediately patch their Zimbra servers.
Threat actor group CL-STA-1114 (Void Blizzard) first observed to be active.
The cyberespionage campaign specifically targeting Zimbra servers begins.
Palo Alto Networks' Unit 42 publishes their research on the Russian webmail espionage campaign.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.