Originally published on CyberNetSec.
Executive Summary
N-able has released an urgent security advisory for a critical authentication bypass vulnerability, CVE-2026-18556, in its N-central remote monitoring and management (RMM) platform. The vulnerability, rated 9.8 on the CVSS scale, is being actively exploited in the wild. Attackers are leveraging the flaw to gain administrative access to on-premises N-central servers. Once access is achieved, they pivot to downstream customer systems managed by the RMM, creating a significant supply chain risk. N-able is strongly urging all customers using affected versions to upgrade to the patched version 2026.3 immediately.
Vulnerability Details
CVE-2026-18556 is an authentication bypass vulnerability. It allows a remote, unauthenticated attacker to gain administrative-level access to a vulnerable N-central server. The technical specifics of the bypass have not been publicly disclosed by N-able to prevent further exploitation, but its CVSS score of 9.8 (Critical) indicates it is likely low-complexity and requires no user interaction.
Affected Systems
- Product: N-able N-central (on-premise installations)
- Affected Versions: 2026.1 and all earlier versions.
- Patched Version: 2026.3
Exploitation Status
This vulnerability is being actively exploited in the wild. N-able's investigation, which began on July 31, 2026, confirmed that threat actors are using the flaw for initial access. The post-exploitation activity involves using N-central's built-in "Take Control" feature—a legitimate remote access tool—to connect to managed endpoints. To establish long-term persistence, the attackers were observed registering a new service for a CloudFlare tunnel on compromised devices. This creates a durable, outbound C2 channel that can survive even if the N-central server is patched or access is revoked.
Impact Assessment
The exploitation of this vulnerability has severe consequences for Managed Service Providers (MSPs) and their customers. A compromised RMM platform is a classic supply chain attack scenario, granting attackers a "keys to the kingdom" level of access. From a single compromised N-central server, an attacker can potentially access and control thousands of downstream endpoints across multiple customer organizations. This access can be used to deploy ransomware, exfiltrate data, or establish a long-term foothold for espionage. The use of CloudFlare tunnels for persistence makes detection and remediation more challenging.
IOCs — Directly from Articles
The following IP addresses were identified by N-able as being used in the attacks:
| Type | Value | Description |
|---|---|---|
| ip_address_v4 | 173.249.252.200 |
Attacker IP address |
| ip_address_v4 | 87.249.138.34 |
Attacker IP address |
| ip_address_v4 | 37.19.210.32 |
Attacker IP address |
| ip_address_v4 | 68.235.46.214 |
Attacker IP address |
Cyber Observables — Hunting Hints
The following patterns may help identify vulnerable or compromised systems:
| Type | Value | Description |
|---|---|---|
| Process Name | cloudflared.exe |
The executable for CloudFlare Tunnel. Its presence on endpoints where it is not expected is highly suspicious. |
| Service Name | Cloudflared |
The default service name for the CloudFlare Tunnel. Monitor for new, unexpected services with this name. |
| Network Traffic Pattern | Outbound traffic to *.cfargotunnel.com
|
Default domain for CloudFlare Tunnels. Unexpected connections from servers or workstations should be investigated. |
| Log Source | N-central Audit Logs |
Review for unexpected or unauthorized "Take Control" sessions, especially those initiated by newly created or suspicious admin accounts. |
Detection Methods
- Vulnerability Scanning: Use vulnerability scanners to identify on-premise N-central servers running version 2026.1 or earlier.
- IOC-Based Blocking: Block the attacker IP addresses provided by N-able at the network perimeter.
- Endpoint Hunting: On systems managed by N-central, hunt for the presence of
cloudflared.exeor theCloudflaredservice. Use EDR to query for process execution and service creation events. D3FEND's Process Analysis (D3-PA) is applicable here. - Log Review: Scrutinize N-central server logs for any evidence of unauthorized administrative logins or remote control sessions.
Remediation Steps
- Patch Immediately: The highest priority is to upgrade all on-premise N-central instances to version 2026.3 or later. This is the primary mitigation and aligns with MITRE's Update Software (
M1051). - Hunt for Compromise: After patching, assume compromise and conduct a thorough investigation. Review all administrative accounts on the N-central server for unauthorized additions. Use the observables above to hunt for persistence mechanisms on managed endpoints.
- Isolate and Rebuild: If evidence of compromise is found on an endpoint (e.g., a CloudFlare tunnel), the device should be isolated from the network and rebuilt from a known-good state.
- Review Access: Limit the exposure of the N-central server's management interface to the internet. If possible, place it behind a VPN or restrict access to trusted IP ranges.
Top comments (0)