LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24423: SmarterTools SmarterMail < Build 9511 Unauthenticated RCE via ConnectToHub API

SmarterTools SmarterMail versions prior to build 9511 contain an unauthenticated remote code execution vulnerability in the ConnectToHub API method. The attacker could point the SmarterMail to the malicious HTTP server, which serves the malicious OS command. This command will be executed by the vulnerable application.

CriticalCVSS 9.3Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2026-24423 is a critical SmarterMail flaw that can let an unauthenticated remote attacker run operating-system commands on vulnerable servers. The issue affects SmarterMail builds before 9511, according to the provided advisory data. Because mail systems are often internet-facing and business-critical, prioritize confirming build levels and updating quickly.

Executive priority

Treat as urgent for any organization using SmarterMail. Remote unauthenticated code execution on a mail server can lead to system compromise, service disruption, and data exposure. Prioritize patch verification over broad investigation unless logs or monitoring show suspicious activity.

Technical view

The vulnerability is missing authentication in SmarterMail’s ConnectToHub API method, mapped to CWE-306. An unauthenticated network attacker can point the vulnerable application to a malicious HTTP server that returns an OS command executed by SmarterMail. CVSS v4.0 is 9.3 with low complexity, no privileges, and no user interaction required.

Likely exposure

Organizations running SmarterTools SmarterMail before build 9511 are potentially exposed, especially if the relevant SmarterMail web/API surface is reachable from untrusted networks. The source bundle’s structured affected-version field is sparse, so validate directly against installed build numbers.

Exploitation context

The provided sources describe unauthenticated remote code execution. CISA KEV status is false in the bundle, and no cited source here confirms active exploitation. The attack requires network access to the vulnerable API path and causes SmarterMail to fetch attacker-controlled content.

Researcher notes

Core issue is unauthenticated access to ConnectToHub leading to command execution. Avoid assuming exploitation in the wild; KEV is not listed in the provided data. The source bundle states pre-9511 affected, while structured affected metadata is limited, so build validation is important.

Mitigation direction

  • Upgrade SmarterMail to build 9511 or later per SmarterTools release notes.
  • Inventory all SmarterMail instances and confirm their exact build numbers.
  • If upgrade is delayed, consult SmarterTools guidance for temporary controls.
  • Reduce unnecessary external exposure to SmarterMail administrative or API surfaces.
  • Monitor SmarterTools, CVE, VulnCheck, Code White, and CISA updates.

Validation and detection

  • Confirm each SmarterMail server reports build 9511 or later.
  • Compare internet-facing assets against the SmarterMail inventory.
  • Review logs for unexpected ConnectToHub activity or unusual outbound HTTP requests.
  • Verify post-upgrade that vulnerable builds are no longer present.
  • Check CISA KEV and vendor advisories for any exploitation updates.
Prepared
Reviewed
Confidence
medium
Sources
6

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 · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-24423 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
5Source 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-24423Attack 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-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.