Key Takeaways
- A Russia‑backed threat group dubbed Laundry Bear has been conducting a sophisticated phishing campaign since mid‑2025, initially targeting Ukrainian cloud environments before expanding to Western government and private‑sector organizations.
- The campaign exploits a zero‑day vulnerability (CVE‑2025‑66376) in the Zimbra Collaboration Suite that allows execution of arbitrary JavaScript via improperly sanitized CSS @import directives.
- Successful exploitation enables attackers to exfiltrate up to 90 days of email, the global address list, and other sensitive data, while also establishing persistent footholds within compromised networks.
- The flaw remained undisclosed until January 2026, meaning the attackers enjoyed a months‑long zero‑day window before a public patch was available.
- U.S. agencies (CISA and NSA) urge immediate patching; if patching cannot be done right away, organizations should consider migrating to an alternative email client as a temporary mitigation.
- The incident underscores the growing trend of state‑sponsored actors leveraging email‑suite vulnerabilities for espionage and highlights the need for rapid vulnerability disclosure, robust email security controls, and continuous monitoring.
Overview of the Advisory
On Thursday, U.S. authorities released a joint cybersecurity advisory from the Cybersecurity and Infrastructure Security Agency (CISA) and the National Security Agency (NSA) warning of a sustained, state‑sponsored phishing campaign that has been active since mid‑2025. The advisory identifies a Russia‑linked threat actor, tracked as Laundry Bear, as the primary perpetrator. The group’s activity began with a focus on Ukrainian government and critical‑infrastructure cloud environments, but it has since broadened its scope to include a variety of industrial sectors in North America and Europe. The advisory stresses that the campaign relies on a previously unknown flaw in the Zimbra Collaboration Suite, an widely used open‑source email and collaboration platform, and provides concrete guidance for affected organizations to mitigate risk.
Threat Actor Profile: Laundry Bear
Laundry Bear is assessed to be a Russia‑backed advanced persistent threat (APT) group with a history of targeting governmental entities, defense contractors, and energy sector firms. Earlier reporting linked the group to spear‑phishing operations that leveraged legitimate‑looking documents to deliver malware payloads. In this latest wave, the actors shifted tactics from exploiting Microsoft Exchange vulnerabilities to focusing on Zimbra, likely after observing that many organizations had hardened their Exchange deployments following prior advisories. The group’s operational security is notable: they used custom‑crafted phishing emails that mimicked internal communications, employed compromised legitimate domains for hosting malicious payloads, and employed encrypted channels to exfiltrate data, thereby reducing the likelihood of detection by conventional email‑filtering solutions.
Technical Details of CVE‑2025‑66376
The vulnerability exploited by Laundry Bear is catalogued as CVE‑2025‑66376, a high‑severity flaw in Zimbra Collaboration Suite’s handling of Cascading Style Sheets (CSS) import directives. Specifically, the software fails to properly sanitize user‑supplied CSS @import statements within email messages, allowing an attacker to embed a JavaScript payload that executes when the email is rendered in the web client. Because the flaw resides in the server‑side parsing logic, merely viewing a malicious email—without clicking any links or opening attachments—can trigger the exploit. The advisory notes that the vulnerability affects all versions of Zimbra prior to the patched release issued in January 2026, and that the attack surface includes both the web interface and any mobile or desktop clients that rely on the server’s HTML rendering engine.
Impact of the Exploit
Once the JavaScript payload runs, it gains the same privileges as the Zimbra web application, enabling the attacker to read, modify, and exfiltrate email contents. According to the advisory, a successful compromise can lead to the theft of up to 90 days of email correspondence, including the user’s global address list, calendar entries, and any attached files stored within the mailbox. Beyond data exfiltration, the payload can establish persistence by installing a malicious webhook or altering server configuration files, thereby allowing the threat actor to maintain long‑term access even after the initial phishing email is removed. This combination of data theft and foothold creation makes the vulnerability particularly valuable for espionage campaigns aimed at harvesting intelligence over extended periods.
Timeline and Zero‑Day Nature
CVE‑2025‑66376 was not publicly disclosed until January 2026, despite active exploitation beginning around May 2025. This eight‑month window constitutes a classic zero‑day scenario: attackers possessed knowledge of a critical flaw before defenders had any visibility or means to mitigate it. The advisory highlights that the delayed disclosure likely resulted from a combination of limited public reporting, the complexity of reproducing the bug in a controlled environment, and the attackers’ careful operational security, which minimized noise that might have triggered detection systems. Consequently, organizations that relied solely on public vulnerability feeds remained exposed until the patch became available, underscoring the lag between vulnerability discovery, vendor remediation, and public awareness.
Authoritative Recommendations
In response to the ongoing threat, CISA and NSA issued a clear set of actions for affected entities:
- Apply the latest security patch for Zimbra Collaboration Suite immediately; the patch addresses the improper CSS sanitization and closes the exploit vector.
- If immediate patching is infeasible (e.g., due to change‑control windows or dependency constraints), organizations should temporarily switch to an alternative email client that does not rely on the vulnerable Zimbra web rendering engine, such as a standalone IMAP/SMTP client or a different hosted email service.
- Enhance email security controls, including enabling attachment sandboxing, disabling external CSS loading where possible, and deploying advanced anti‑phishing solutions that analyze email content for malicious script injection.
- Conduct thorough forensic reviews of any systems suspected of compromise, focusing on unauthorized modifications to Zimbra configuration files, unexpected outbound connections, and anomalous access to mailbox archives.
- Implement continuous monitoring for indicators of compromise (IOCs) such as specific user‑agent strings, unusual JavaScript eval patterns, and outbound traffic to known malicious domains associated with Laundry Bear.
These steps aim to both eradicate existing threats and harden environments against future iterations of similar attacks.
Broader Implications for Organizational Defense
The Laundry Bear campaign illustrates a growing trend among state‑sponsored actors: targeting widely deployed collaboration and communication platforms as a means to bypass traditional network perimeter defenses. Email suites like Zimbra, Microsoft Exchange, and Google Workspace often sit at the intersection of internal communication and external exposure, making them attractive targets for espionage. The reliance on a seemingly innocuous feature—CSS @import—demonstrates how attackers can repurpose legitimate web technologies for malicious purposes when input validation is lax. Consequently, organizations must adopt a defense‑in‑depth strategy that includes:
- Regular code review and vulnerability scanning of third‑party applications, especially those handling user‑generated content.
- Strict content‑security policies (CSP) that restrict the execution of inline scripts and limit external resource loading.
- User‑awareness training focused on recognizing sophisticated phishing attempts that may not contain obvious malicious links or attachments.
- Zero‑trust networking principles, ensuring that even compromised internal applications cannot laterally move freely within the environment.
By treating email and collaboration platforms as critical assets worthy of the same hardening rigor applied to servers and databases, organizations can reduce the likelihood of suffering prolonged, undetected compromises like those observed in this advisory.
Conclusion and Outlook
The joint CISA‑NSA advisory serves as a timely reminder that sophisticated threat actors continue to evolve their tactics, exploiting previously unknown flaws in trusted software to achieve strategic objectives. Laundry Bear’s exploitation of CVE‑2025‑66376 underscores the importance of rapid patching, vigilant monitoring, and a holistic approach to securing email and collaboration infrastructure. While the immediate remedy lies in applying the vendor’s security update, the longer‑term lesson is clear: organizations must invest in proactive vulnerability management, robust email security controls, and user education to stay ahead of state‑sponsored adversaries seeking to harvest intelligence through seemingly benign communication channels. As the threat landscape evolves, maintaining visibility into both known and emerging vulnerabilities will remain essential to safeguarding sensitive governmental and corporate data.

