CVE-2026-86218 — N-able N-central Static Code Injection Vulnerability

CVE-2026-86218

N-able N-central - Pre-Auth Static Code Injection RCE

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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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

PropertyValue
CVE ID CVE-2026-86218
Vendor / Product N-able — N-central
NVD Published2026-09-06
NVD Last Modified2026-09-09
CVSS 3.1 Score9.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SeverityCRITICAL
CWE CWE-96 find similar ↗
CISA KEV Added2026-09-08
CISA KEV Deadline2026-09-11
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2026-09-11. Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

Timeline

DateEvent
2026-09-06N-able publishes N-central 2026.3 Hotfix 4 and the security advisory; CVE published
2026-09-08Added to CISA Known Exploited Vulnerabilities catalog
2026-09-11CISA BOD 22-01 remediation deadline
2026-09-15Horizon3 releases a NodeZero Rapid Response test to validate exploitability safely