CVE-2026-23760SmarterMail auth bypass via an alternate path, CISA KEV
What broke
SmarterMail enforced authentication on the obvious admin path and forgot another. CISA added the CVE to KEV in January 2026. Same class as Drupal Simple OAuth and OAuth2-Proxy.
Why it matters
Mail servers hold password-reset messages, MFA backup codes, and directory sync credentials. An auth bypass on SmarterMail is an identity incident, not a mail-admin inconvenience. The Zimbra KEV item (CVE-2025-66376) is the same lesson on a different product.
What to do
- Patch SmarterMail to the January 2026 build that names this CVE.
- Take the admin UI off the internet.
- Hunt for new admin users and unexpected mailbox-forwarding rules.
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
- NVD: CVE-2026-23760
- CISA KEV, January 2026
Related identity CVEs
Related on Start with Identity
- CVEConnectWise ScreenConnect auth bypass via an alternate path
ScreenConnect 23.9.7 and earlier skipped authentication on an alternate setup path (CWE-288). Attackers created admin users within hours. CISA KEV. CVSS 10.0. P
- CVEFortiWeb auth bypass and path traversal, admin creation
FortiWeb authentication bypass plus path traversal that lets an attacker create an admin. CVSS 9.8. Added to CISA KEV around 14 November 2025, before the Decemb
- CVEIvanti Connect Secure authentication bypass
Connect Secure and Policy Secure skipped authentication on a path that later chained with CVE-2024-21887 for unauthenticated RCE. CISA KEV. January 2024 disclos
- BlogA CVE ID is a name. The value is knowing who the attacker becomes.
We opened a practitioner catalog of identity CVEs: what broke, why IAM teams should care, and what to do this week. Not an NVD mirror. A place to triage SAML wr