CVE-2025-54391
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability in the EnableTwoFactorAuthRequest SOAP endpoint of Zimbra Collaboration (ZCS) allows an attacker with valid user credentials to bypass Two-Factor Authentication (2FA) protection. The attacker can configure an additional 2FA method (either a third-party authenticator app or email-based 2FA) without presenting a valid authentication token or proving access to an already configured 2FA method. This bypasses 2FA and results in unauthorized access to accounts that are otherwise protected by 2FA.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe EnableTwoFactorAuthRequest SOAP endpoint in Zimbra Collaboration fails to validate existing 2FA authentication before allowing configuration of additional 2FA methods. An attacker with valid user credentials can add a new authenticator app or email-based 2FA method without proving access to an already-configured 2FA device, effectively bypassing 2FA protection and gaining full account access.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Zimbra installation and versionRun 'zmcontrol -v' or 'zmlocalconfig -m product_version' to determine the installed Zimbra Collaboration versionAffected if The installed version falls within the affected range for CVE-2025-54391 (verify against vendor advisory for specific vulnerable versions)
-
Confirm 2FA feature is enabledCheck Zimbra configuration for two-factor authentication settings: 'zmprov gacf | grep -i twofactor' or inspect /opt/zimbra/conf/attrs/attrs.xml for zimbraFeatureTwoFactorAuthEnabled attributeAffected if zimbraFeatureTwoFactorAuthEnabled is set to TRUE, indicating 2FA is active on the server
-
Verify SOAP endpoint accessibilityReview Zimbra's Jetty or servlet container configuration for the EnableTwoFactorAuthRequest SOAP endpoint (typically exposed via /service/soap/ endpoint)Affected if The SOAP endpoint is exposed without additional authentication validation beyond valid user credentials
-
Check for existing 2FA configuration stateQuery admin account or test user accounts via 'zmprov getAccount user@domain' to inspect zimbraTwoFactorAuthEnabled and zimbraTwoFactorAuthBackupEmailEnabled attributesAffected if Users have 2FA enabled but the system permits adding new 2FA methods without prior 2FA verification
-
Audit recent 2FA-related SOAP requestsReview Zimbra mailbox.log or audit logs for EnableTwoFactorAuthRequest calls: grep -i 'EnableTwoFactorAuthRequest' /opt/zimbra/log/mailbox.logAffected if The endpoint was invoked without prior successful 2FA authentication verification in the session
A Zimbra server is affected if it runs a vulnerable version with 2FA enabled and exposes the EnableTwoFactorAuthRequest SOAP endpoint that permits 2FA method configuration without requiring prior 2FA authentication verification.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataApply the vendor-supplied patch for CVE-2025-54391 immediately. Until patched, consider restricting SOAP API access to the EnableTwoFactorAuthRequest endpoint or implementing additional authentication checks before allowing 2FA method configuration.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-54391 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-54391 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data