CVE-2026-24423
SmarterTools SmarterMail vulnerability analysis and mitigation

Overview

CVE-2026-24423 is an unauthenticated remote code execution (RCE) vulnerability in SmarterTools SmarterMail affecting all versions prior to build 9511 (version 100.0.9511). The flaw resides in the ConnectToHub API method, which lacks authentication controls, allowing a remote attacker to redirect the SmarterMail server to a malicious HTTP server that serves arbitrary OS commands for execution. The vulnerability was published on January 23, 2026, and added to the CISA Known Exploited Vulnerabilities (KEV) catalog on February 5, 2026. It carries a CVSS v3.1 base score of 9.8 (Critical) and a CVSS v4.0 base score of 9.3 (Critical) (NVD, CISA KEV).

Technical details

The root cause is classified as CWE-306 (Missing Authentication for Critical Function): the ConnectToHub API endpoint in SmarterMail's SystemAdminSettingsController does not require any authentication before processing requests (VulnCheck Advisory, Code White). An attacker exploits this by sending an unauthenticated HTTP request to the vulnerable endpoint, supplying the URL of an attacker-controlled HTTP server. SmarterMail then fetches and executes the OS command served by that malicious server, resulting in arbitrary command execution under the application's process context. No credentials, user interaction, or special network positioning are required — the attack is fully remote and exploitable over the internet. A public proof-of-concept is available on GitHub (PoC GitHub), and F5 Labs published a detailed technical analysis of the API vulnerability (F5 Labs).

Impact

Successful exploitation grants an unauthenticated attacker full remote code execution on the SmarterMail server, resulting in complete compromise of confidentiality, integrity, and availability. Attackers can exfiltrate email data and credentials, modify or destroy server contents, and deploy ransomware or other malware payloads. Active exploitation has been confirmed in ransomware campaigns — notably by the WarLock ransomware and the Storm-2603 threat actor — and SmarterTools' own network was breached via an unpatched SmarterMail instance, demonstrating the real-world severity (BleepingComputer, The Hacker News). The vulnerability was also exploited more than 1,000 times within two weeks of public disclosure (CyberDaily).

Exploitability

CVE-2026-24423 is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog with a remediation due date of February 26, 2026 (CISA KEV). A public proof-of-concept exploit was published on GitHub on March 2, 2026 (PoC GitHub), and Telegram channels were observed rapidly weaponizing the flaw (BleepingComputer). The WarLock ransomware (deployed by threat actor Storm-2603, assessed as China-linked) has been attributed to active exploitation of this vulnerability (ReliaQuest, The Hacker News). The EPSS score is approximately 0.116%, though real-world exploitation activity significantly exceeds what this score suggests given confirmed ransomware campaigns. Detection templates have been added to Nuclei and Emerging Threats rulesets.

Exploitation steps

  1. Reconnaissance: Identify internet-facing SmarterMail instances running versions prior to build 9511 using tools like Shodan or Censys, searching for SmarterMail web interfaces on standard ports (e.g., 443, 80).
  2. Set up malicious HTTP server: Deploy an attacker-controlled HTTP server (e.g., using Python's http.server or a custom listener) that serves a malicious OS command payload when queried.
  3. Craft unauthenticated request: Send an HTTP request to the vulnerable ConnectToHub API endpoint (within SystemAdminSettingsController) without any authentication headers, supplying the URL of the attacker-controlled server as the hub endpoint parameter.
  4. Trigger command execution: SmarterMail fetches the response from the attacker's server and executes the returned OS command in the context of the SmarterMail application process (typically running as a privileged service account on Windows).
  5. Establish persistence: Use the initial RCE to deploy a reverse shell, web shell, or ransomware payload (e.g., WarLock). Storm-2603 was observed staging WarLock ransomware after initial access via this method (ReliaQuest, F5 Labs).

Indicators of compromise

  • Network: Unusual outbound HTTP/HTTPS connections from the SmarterMail server to unknown external IP addresses or domains, particularly shortly after inbound requests to the ConnectToHub API endpoint; inbound unauthenticated POST/GET requests to /api/v1/systemadmin/settings/connecttohub or similar API paths.
  • Logs: SmarterMail access logs showing requests to the ConnectToHub API endpoint from external or unexpected IP addresses without authentication tokens; application logs showing HTTP fetch activity to external servers not associated with legitimate hub configurations.
  • Process: Unexpected child processes spawned by the SmarterMail service (e.g., cmd.exe, powershell.exe, wscript.exe) on Windows; unusual process trees originating from the SmarterMail application process.
  • File System: New or modified files in the SmarterMail installation directory or temp directories, including scripts, executables, or ransomware binaries; presence of WarLock ransomware artifacts or encrypted files with unfamiliar extensions.
  • Registry/Persistence: New scheduled tasks, services, or registry run keys created by the SmarterMail service account; modifications to startup items not associated with normal SmarterMail operation (CISA KEV, ReliaQuest).

Mitigation and workarounds

SmarterTools has released a patch in SmarterMail build 9511 (version 100.0.9511 or later); all organizations should upgrade immediately (SmarterTools Release Notes, CISA KEV). CISA's BOD 22-01 required federal agencies to apply mitigations by February 26, 2026. If immediate patching is not possible, implement network-level access controls (firewall rules, WAF policies) to restrict access to the ConnectToHub API endpoint from untrusted networks. Monitor SmarterMail logs for suspicious API calls and outbound connections to external HTTP servers. Given active exploitation in ransomware campaigns, patching should be treated as an emergency priority for any organization running affected versions.

Community reactions

CISA issued a formal warning about active exploitation of this vulnerability in ransomware attacks and added it to the KEV catalog on February 5, 2026, with a 21-day remediation deadline (CISA KEV). BleepingComputer reported extensively on both the ransomware exploitation and the ironic breach of SmarterTools' own network via an unpatched SmarterMail server (BleepingComputer). ReliaQuest published a detailed threat spotlight attributing exploitation to Storm-2603 and the WarLock ransomware family (ReliaQuest). F5 Labs released a technical deep-dive on the API vulnerability mechanics (F5 Labs). Community reaction on Reddit, Mastodon/Infosec.exchange, and Bluesky was significant, with security professionals highlighting the rapid weaponization via Telegram channels and the vendor's own compromise as particularly notable.

Additional resources


SourceThis report was generated using AI

Related SmarterTools SmarterMail vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-24423CRITICAL9.3
  • SmarterTools SmarterMail logoSmarterTools SmarterMail
  • cpe:2.3:a:smartertools:smartermail
YesYesJan 23, 2026
CVE-2026-7807HIGH8.7
  • SmarterTools SmarterMail logoSmarterTools SmarterMail
  • cpe:2.3:a:smartertools:smartermail
NoYesMay 08, 2026
CVE-2026-40514HIGH8.2
  • SmarterTools SmarterMail logoSmarterTools SmarterMail
  • cpe:2.3:a:smartertools:smartermail
NoYesApr 27, 2026
CVE-2026-26930HIGH7.2
  • SmarterTools SmarterMail logoSmarterTools SmarterMail
  • cpe:2.3:a:smartertools:smartermail
NoYesFeb 16, 2026
CVE-2026-25067MEDIUM6.9
  • SmarterTools SmarterMail logoSmarterTools SmarterMail
  • cpe:2.3:a:smartertools:smartermail
NoYesJan 29, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management