Start with Identity
Identity CVE · Other

CVE-2025-66376Zimbra ZCS chained with CVE-2025-48700 to steal MFA backup codes

criticalCISA KEVActively exploited
Product: Zimbra Collaboration SuiteVendor: Synacor / ZimbraDisclosed: 2026-03-15Status: Actively exploitedNVD ↗CISA KEV ↗

What broke

Zimbra ZCS had a vulnerability (CVE-2025-66376) that, chained with CVE-2025-48700, let attackers read MFA backup codes and application passwords from mailboxes. CERT-UA tracked the activity as UAC-0233. CISA added 66376 to KEV in mid-March 2026.

Why it matters

Backup codes and app passwords are standing credentials that skip the second factor. Stealing them from the mail system is an MFA bypass that does not need to break TOTP or WebAuthn. Mail is part of the identity plane whether the IAM team owns it or not.

What to do

  • Patch Zimbra for both IDs in the chain.
  • Rotate MFA backup codes and revoke app passwords after any suspected mailbox read.
  • Prefer passkeys and disable app passwords where the IdP allows it.
  • Hunt for new mail-forwarding rules and unexpected IMAP app-password use.

After you patch

Patching an authentication bypass stops new intrusions. It does not evict anyone already inside, and that is the step most teams skip.

  • Revoke every session and refresh token, not just the passwords. A session issued before the patch is still valid after it.
  • Enumerate accounts created or modified during the exposure window, including local accounts on the appliance itself, service accounts, and API tokens.
  • Remove authentication methods you did not add. An attacker with administrative access enrols a factor so the access survives your remediation.
  • Rotate every credential the compromised system could reach: directory service accounts used for user lookup, integration keys, and anything in its configuration store. See secrets rotation.
  • Assume the device is a pivot, not a destination. Check what it could authenticate to and treat that as in scope.

Sources

Last reviewed By SWI Community TeamSuggest a correctionHow we research
Know a primary source we should add, or a patch status that has changed? Email community@startwithidentity.com. See all briefs in the identity CVE catalog, or volunteer as a CVE Analyst.
Compiled from vendor advisories, NVD, CISA KEV, and public research. CVSS figures can disagree across NVD and the CNA. Confirm affected versions against the vendor advisory before you patch. Independent, community-driven analysis. See the disclaimer.