Skip to content
RiverCore
Laundry Bear Burned 5 Months of Zimbra Zero-Day Before Patch
Zimbra zero-dayLaundry BearVoid BlizzardLaundry Bear Zimbra zero-click exploitRussian state-sponsored espionage campaign

Laundry Bear Burned 5 Months of Zimbra Zero-Day Before Patch

24 Jul 20267 min readSarah Chen

Sixteen countries put their names on a single cybersecurity advisory this Thursday, and the trigger was a Zimbra bug with a CVSS score of 6.1. That is the headline number worth sitting with: a medium-severity rating that most patching queues would deprioritize behind a dozen critical CVEs, and it was live in the wild from July 2025 until November 2025. Five months of dwell time on a zero-click email exploit, against defense, energy, finance, and government targets.

What Happened

The Russian state-sponsored group tracked as Laundry Bear, also known as Void Blizzard, has been running an espionage campaign against governments and commercial organizations since at least July 2025. As CyberScoop reported, the group exploited a zero-day in Zimbra Collaboration Suite, cataloged as CVE-2025-66376, that Zimbra did not patch until November 2025. That is a five-month window where a fully weaponized zero-click was in production use against NATO-aligned targets.

The exploit chain is unusually generous to the attacker. A view is enough. No user click, no attachment open, no macro. Once triggered, the payload lifts the previous 90 days of email, the account password, the user's search history, the victim organization's full email directory, two-factor authentication tokens, and any newly created passwords. The directory theft is the compounding move here, because it feeds the next round of phishing with legitimate internal contacts.

The victim spread reported so far spans defense, education, energy, law enforcement, media, finance, transportation, and technology. Officials did not name specific victims and did not disclose the total count of compromised organizations, which is the first unknown worth flagging: without a victim count we cannot bound the blast radius, but the fact that 16 governments (the US, UK, Canada, Australia, New Zealand, Czech Republic, Denmark, Estonia, Finland, France, Italy, Moldova, Netherlands, Poland, Spain, and Sweden) coordinated on a single advisory suggests the number is not small. The advisory attributes the activity to Russian government backing based on the covert, persistent pattern and the absence of financial extortion. Ukrainian users were hit first, then NATO allies, a sequencing the advisory explicitly calls a "testbench" pattern.

Technical Anatomy

The mechanics matter because CVE-2025-66376 rates a 6.1. That is the same severity bracket a security team might assign to a reflected XSS on a marketing site. In this case the same class of scoring produced a full mailbox takeover with 2FA token theft. The CVSS rubric weights user interaction and privilege boundaries in ways that consistently undervalue view-triggered bugs in messaging and collaboration systems, where "the user reads their email" is the entire product surface.

The delivery vector is a custom JavaScript payload dropped through phishing emails. What makes Laundry Bear more interesting than the average phishing operator is the exfiltration tool, which officials have named "beehive." Beehive handles both data extraction and aggregation, and the advisory warns it is likely portable to other vulnerabilities. In practical terms that means the Zimbra patch closes the current door but not the tooling behind it. If beehive is modular, the next campaign could ride SharePoint, Zoho, or any other collab surface with a rendering pipeline that touches untrusted HTML or script.

The 90-day email window is not arbitrary either. It suggests the payload is optimized for a specific data volume that can be exfiltrated inside a plausible session without triggering egress alerts on most SIEM baselines. Compare that against ransomware crews, which grab everything and burn detection budget for speed. Laundry Bear is doing the opposite: bounded pulls, credential theft, and directory harvesting to enable lateral phishing. That is textbook espionage tradecraft, and it maps cleanly onto MITRE ATT&CK techniques around T1114 (email collection) and T1078 (valid accounts) rather than the smash-and-grab pattern most enterprise detection is tuned for.

The advisory also notes the targeting looks manual. Operators appear to identify organizations with public-facing Zimbra infrastructure, then compile email lists for the phishing wave. This is not a spray campaign. We do not know the per-target reconnaissance time, but if it is measured in hours per organization rather than minutes, the total operator headcount behind this campaign is a meaningful signal about Russian cyber-espionage capacity we do not currently have.

Who Gets Burned

The obvious losers are Zimbra shops in the eight named verticals. Zimbra has historically been popular in European government, universities, and mid-market firms that wanted an on-prem alternative to Microsoft 365 or Google Workspace. That user base skews toward organizations with smaller security teams and slower patch cadences, which is precisely why a five-month zero-day window turned into a full campaign rather than a handful of opportunistic hits.

For CTOs and platform leads in fintech and iGaming, the direct exposure is narrower (few of these shops run Zimbra), but the indirect exposure is real. Any organization whose counterparties, regulators, law firms, or auditors run Zimbra just had 90 days of correspondence, directory data, and 2FA tokens potentially lifted. The finance sector is explicitly in the victim list. If your compliance chain touches a European bank, a national regulator, or a mid-tier legal firm, assume some of your outbound email from the May-to-November 2025 window is now in a Russian intelligence archive.

The credential theft component is the follow-on risk that will play out over the next two quarters. Stolen 2FA tokens have a finite half-life, but stolen passwords do not, and password reuse across corporate SSO, VPN, and personal accounts is still endemic. My take: the next wave of incidents attributed to Laundry Bear will not look like Zimbra exploitation at all. It will look like valid-credential logins to Okta, Microsoft Entra, or GitHub Enterprise from IPs that pass geo-plausibility checks, sourced from the passwords harvested in this campaign.

The unanswered question with the biggest downstream impact: how many of the compromised organizations were themselves identity providers, MSPs, or federation partners for larger enterprises? The advisory does not say. If even a handful were, the blast radius grows by an order of magnitude via trusted federation, and we should see the first evidence of that within 90 days as odd Entra sign-ins start appearing in incident reports.

Playbook for Security Teams

The mitigation floor is obvious: patch Zimbra to the November 2025 release now if you have not. The advisory confirms unpatched instances are still being actively exploited. But if you were vulnerable during the window, patching is table-stakes, not remediation. Assume compromise and work backwards.

Concrete moves for this week. First, pull Zimbra access logs for the July-to-November 2025 window and cross-reference against the IOCs published with the advisory. Second, force-rotate credentials and 2FA enrollment for every user in any Zimbra tenant that was internet-facing during that period, including service accounts and shared mailboxes. Third, assume the email directory was exfiltrated and warn users to expect targeted phishing from what looks like internal senders (this is where beehive's directory harvest pays off for the attacker). Fourth, check the CISA KEV catalog entry for CVE-2025-66376 and align your response SLAs to the KEV timeline rather than to the 6.1 CVSS score.

Broader lesson for detection engineering: stop treating CVSS as a patch priority signal for exposed collaboration and messaging systems. A zero-click on a mail server should be treated as critical regardless of what the base score says, because the exploitation preconditions (a user with a mailbox) are always met. Score the exploitability of your specific deployment, not the abstract vulnerability.

Key Takeaways

  • CVE-2025-66376 sat unpatched for five months (July to November 2025) despite active exploitation, a case study in why CVSS 6.1 is a misleading patch-priority signal for zero-click collaboration bugs.
  • The exploit steals 90 days of email, passwords, 2FA tokens, search history, and the full org directory in a single view-triggered payload, all optimized for espionage rather than extortion.
  • Laundry Bear's "beehive" exfiltration tool is described as portable to other vulnerabilities, so patching Zimbra closes this door but not the operator's toolkit.
  • Sixteen governments co-signed the advisory but disclosed no victim count and no specific victims, leaving the blast radius bounded only by the size of the Zimbra install base in the named sectors.
  • Expect the second-order damage to surface as valid-credential intrusions into SSO, VPN, and SaaS platforms over the next two quarters, sourced from passwords harvested during the campaign.

Frequently Asked Questions

Q: What is CVE-2025-66376 and why does its 6.1 CVSS score matter?

CVE-2025-66376 is the zero-day vulnerability in Zimbra Collaboration Suite that Laundry Bear exploited from July to November 2025. Its medium-severity rating of 6.1 is the story: a score that low often falls behind critical CVEs in patch queues, yet in this case it enabled full mailbox takeover, 2FA token theft, and directory exfiltration with no user click required.

Q: Who is Laundry Bear and how is it different from other Russian threat groups?

Laundry Bear, also tracked as Void Blizzard, is a Russian state-sponsored espionage group active since at least 2024. It focuses on covert, persistent data theft rather than financial extortion, and the joint advisory attributes it to Russian government backing based on the targeting pattern and Ukrainian testbench activity that preceded NATO-country operations.

Q: What should organizations running Zimbra do right now?

Patch to the November 2025 release immediately if not already done, since unpatched instances are still being actively exploited. Then treat any exposure during the July-to-November 2025 window as a probable compromise: rotate credentials and 2FA enrollments, review access logs against the published indicators of compromise, and warn users to expect targeted phishing that uses the stolen internal directory.

SC
Sarah Chen
RiverCore Analyst · Dublin, Ireland
SHARE
// RELATED ARTICLES
HomeSolutionsWorkAboutContact
News06
Dublin, Ireland · EUGMT+1
LinkedIn
🇬🇧EN▾