What is N-able N-central?
N-able N-central is a remote monitoring and management (RMM) platform used by managed service providers (MSPs) and IT departments to monitor, patch, and remotely control every endpoint across the networks they administer. An N-central server holds privileged agent credentials and the ability to run commands on all managed machines, so compromising the server itself is a supply-chain-style event: it multiplies into every downstream client network at once. RMM platforms like N-central, Kaseya VSA, and ConnectWise Automate have repeatedly been used to push ransomware to thousands of endpoints from a single breach.
Overview
CVE-2026-86218 is a CVSS 9.8 static code injection (CWE-96) in the N-central server that allows pre-authentication remote code execution. An unauthenticated remote attacker can inject and execute arbitrary code on the server without user interaction. N-able released N-central 2026.3 Hotfix 4 on 2026-09-06, its fourth N-central emergency hotfix in five weeks, and CISA added the CVE to KEV on 2026-09-08.
Affected Versions
| Affected | Fixed |
|---|---|
| All versions before 2026.3.1.14, including 2025.4, 2026.1, 2026.2, 2026.3, 2026.3.1 (HF1), and 2026.3.1 (HF2) | 2026.3.1.14 (N-central 2026.3 Hotfix 4) |
N-able-hosted instances (NCOD) were patched by N-able and require no customer action. Self-hosted and on-premises deployments must be upgraded manually to Hotfix 4.
Technical Details
Static code injection (CWE-96) means attacker-supplied input is written into code that the application later evaluates, so the injected directive executes as part of the program. In N-central, the flaw is reachable before authentication, so an attacker does not need any credential or session to trigger it. The result is arbitrary code execution on the N-central server.
Attack characteristics:
- Authentication: none
- Complexity: low
- Vector: network, to the N-central web interface
- Impact: full server compromise (
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
This hotfix followed closely on Hotfix 3, which addressed CVE-2026-86206 and CVE-2026-86207, underscoring a period of sustained scrutiny of N-central.
Discovery
The vulnerability was responsibly disclosed to N-able by a third party through its security disclosure program. The specific researcher was not named in N-able's advisory.
Exploitation Context
N-able's messaging was initially mixed: the public hotfix announcement said there was no confirmation of exploitation in production, while a separate direct notice to customers stated the flaw had been observed being exploited in the wild. CISA's addition to KEV on 2026-09-08 is consistent with active exploitation. Horizon3 published a NodeZero Rapid Response test on 2026-09-15 to let defenders validate exploitability safely, and other reporting referenced availability of a Metasploit module. No specific exposure count or threat-actor attribution had been published as of 2026-09-16.
Remediation
- Upgrade self-hosted and on-premises N-central to 2026.3 Hotfix 4 (build 2026.3.1.14) immediately. NCOD/hosted customers require no action.
- Restrict access to the N-central web interface to trusted administrator networks and VPN while you patch; the vulnerability is pre-authentication, so exposure is the whole risk.
- Hunt for compromise on self-hosted servers exposed before the patch: review web and application logs for anomalous unauthenticated POST requests, look for unexpected processes or scheduled tasks on the server, and check for new administrator accounts.
- Assume downstream reach if the server was compromised. Because N-central can run commands on managed endpoints, review recent scripts, automation policies, and agent tasks pushed to clients for anything unauthorized, and rotate agent and integration credentials.
- Rotate server secrets if any indicator is found: the N-central database credentials, API tokens, and any stored integration credentials for PSA and backup tools.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-86218 |
| Vendor / Product | N-able — N-central |
| NVD Published | 2026-09-06 |
| NVD Last Modified | 2026-09-09 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-96 find similar ↗ |
| CISA KEV Added | 2026-09-08 |
| CISA KEV Deadline | 2026-09-11 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-09-06 | N-able publishes N-central 2026.3 Hotfix 4 and the security advisory; CVE published |
| 2026-09-08 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-09-11 | CISA BOD 22-01 remediation deadline |
| 2026-09-15 | Horizon3 releases a NodeZero Rapid Response test to validate exploitability safely |
References
| Resource | Type |
|---|---|
| NVD - CVE-2026-86218 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| N-able Status - N-central 2026.3 Hotfix 4 (CVE-2026-86218) | Vendor Advisory |
| N-able Security Advisory - CVE-2026-86218 Pre-Authentication Remote Code Execution | Vendor Advisory |
| Horizon3.ai - CVE-2026-86218: N-able N-central RCE | Security Research |
| The Hacker News - N-able N-central Pre-Auth RCE Flaw Exploited in the Wild | News |
| Help Net Security - N-able patches critical N-central zero-day exploited in the wild (CVE-2026-86218) | News |