LiveActive security incident?Get immediate response
CVE Record

CVE-2026-23760: SmarterTools SmarterMail < Build 9511 Authentication Bypass via Password Reset API

SmarterTools SmarterMail versions prior to build 9511 contain an authentication bypass vulnerability in the password reset API. The force-reset-password endpoint permits anonymous requests and fails to verify the existing password or a reset token when resetting system administrator accounts. An unauthenticated attacker can supply a target administrator username and a new password to reset the account, resulting in full administrative compromise of the SmarterMail instance. NOTE: SmarterMail system administrator privileges grant the ability to execute operating system commands via built-in management functionality, effectively providing administrative (SYSTEM or root) access on the underlying host.

CriticalCVSS 9.3Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2026-23760 lets an unauthenticated internet user reset a SmarterMail system administrator password in vulnerable builds. That can give full control of the mail server and, per the CVE description, may enable operating-system command execution through built-in administrative features. Treat exposed SmarterMail systems as urgent.

Executive priority

Immediate priority for any organization running SmarterMail. This is a critical unauthenticated administrator takeover path for vulnerable builds, with potential server-level impact. Patch and validate exposure quickly, then review for signs of account compromise.

Technical view

SmarterMail before build 9511 has missing authentication in the password reset API. The force-reset-password endpoint accepts anonymous requests and does not verify an existing password or reset token for system administrator accounts. CVSS 4.0 is 9.3. The issue is categorized as CWE-288 authentication bypass.

Likely exposure

Highest exposure is internet-facing SmarterMail instances running builds earlier than 9511. Systems with administrative interfaces reachable from untrusted networks are especially concerning. The provided data does not identify other affected products.

Exploitation context

The source bundle includes public technical advisories and exploit-oriented research. CISA KEV status is false in the provided data, so active exploitation is not established here. Successful exploitation would compromise SmarterMail administration and may lead to host-level administrative access.

Researcher notes

Key evidence is the CVE description, SmarterTools release notes reference, and third-party advisories from watchTowr, CODE WHITE, VulnCheck, and Huntress. Avoid assuming active exploitation from public research alone; the provided KEV flag is false.

Mitigation direction

  • Upgrade SmarterMail to build 9511 or later using SmarterTools release guidance.
  • Restrict SmarterMail administrative access to trusted networks where operationally possible.
  • Reset and review system administrator accounts after patching.
  • Check vendor advisories for any additional hardening or incident-response guidance.

Validation and detection

  • Inventory all SmarterMail instances and record build numbers.
  • Confirm no instance runs a build earlier than 9511.
  • Review logs for unexpected administrator password resets or account changes.
  • Verify administrative interfaces are not exposed unnecessarily to the internet.
  • Check CISA KEV and vendor pages for updated exploitation or remediation information.
Prepared
Reviewed
Confidence
high
Sources
8

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-288: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-23760 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (4.0)
Known Exploited
Yes
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-23760Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SmarterToolsSmarterMail0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-288 · source CWE mapping

Authentication Bypass Using an Alternate Path or Channel

Authentication Bypass Using an Alternate Path or Channel represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.