CVE-2026-24423 in SmarterMail's ConnectToHub method is a critical pre-authentication remote code execution vulnerability that should be treated as an emergency priority for any internet-facing deployment. The CVSS 9.8 score combined with an EPSS probability above 0.87 and CISA KEV listing creates a clear signal: weaponized exploitation exists and is active.

The vulnerability mechanism matters for your defence strategy. ConnectToHub is the method SmarterMail uses to reach external endpoints for license validation, updates, or configuration synchronization. The CVE description indicates an attacker can redirect this outbound connection to a server they control, and the application then processes the returned content without adequate sanitization. This is not a classic injection bug with uncertain triggers—it is a trust-of-remote-content pattern where the server fetches and executes content from a designated external source. If your SmarterMail instance is configured to reach a hub endpoint, that connection is the attack surface.

Two things you should do immediately. First, audit outbound connections from your SmarterMail hosts—review HTTP/HTTPS proxy logs and DNS resolution logs for connections to unexpected or non-standard endpoints. Any resolution of domains or IPs you do not recognize should be treated as a potential compromise indicator. Second, check whether your SmarterMail instance has any known default or hardcoded hub configurations that could be leveraged, and verify that the endpoint configuration cannot be manipulated without authentication.

One ambiguity in the disclosure requires your attention: the CVE states unauthenticated RCE, but the 'pointing' mechanism suggests configuration access might be involved. If you have evidence that the hub endpoint can be changed without credentials, this is an internet-facing disaster requiring immediate isolation. If it requires some prior configuration access, your incident response should focus on how attackers achieve that initial access—look for separate credential compromise, exploitation of other vulnerabilities, or misconfiguration. Either way, treat this as a critical patch priority and hunt for IOCs on EDR and network perimeter devices.