CVE-2025-8876 — N-able N-Central Command Injection Vulnerability

CVE-2025-8876

N-able N-Central RMM — Authenticated Command Injection; 7-Day Emergency CISA Deadline; MSP Supply-Chain Risk

What is N-able N-Central?

N-able N-Central is a Remote Monitoring and Management (RMM) platform used by Managed Service Providers (MSPs) to remotely monitor, manage, patch, and support thousands of customer endpoints from a single console. An RMM platform like N-Central sits at the apex of MSP supply chains — a single compromised N-Central instance provides an attacker with trusted remote access to every client endpoint under management, making it an extraordinarily high-value attack target.

RMM platforms have been repeatedly targeted by ransomware operators: compromising an MSP's RMM gives attackers a force multiplier — one breach becomes breaches across all managed clients. CISA and the FBI have published joint advisories on RMM platform exploitation.

Overview

CVE-2025-8876 is a command injection vulnerability (CWE-20, improper input validation leading to command injection) in N-able N-Central that allows an authenticated attacker with low-level privileges to inject OS commands through the management interface. CISA issued a 7-day emergency deadline (August 13–20, 2025) — one of the shortest under BOD 22-01 — reflecting the severe MSP supply-chain risk. The companion vulnerability CVE-2025-8875 (deserialization) was patched in the same N-Central 2025.3.1 release.

Affected Versions

Product Vulnerable Fixed
N-able N-Central < 2025.3.1 2025.3.1

Technical Details

The command injection (CWE-20) is in N-Central's management interface where insufficient input validation allows an authenticated user to inject shell metacharacters into input fields processed by OS-level command execution. N-Central is a Java-based platform running on Windows or Linux server infrastructure; injected commands execute with the privileges of the N-Central service account (typically a domain service account with broad administrative access to managed endpoints).

Attack chain in MSP context:

  1. Attacker compromises an MSP technician's N-Central account (via phishing, credential stuffing, or prior breach)
  2. Uses CVE-2025-8876 to elevate to OS-level code execution on the N-Central server
  3. From the N-Central server, uses the RMM's legitimate remote management capabilities to push malicious scripts or ransomware to all managed client endpoints
  4. Single breach → compromise of all MSP-managed organizations

Companion CVE-2025-8875: A deserialization vulnerability in the same release. An attacker might chain both: use the deserialization bug for initial code execution, then use the command injection for persistence or privilege escalation.

Discovery

Not publicly attributed.

Exploitation Context

CISA's 7-day deadline is among the shortest in BOD 22-01 history, reflecting the assessment that N-Central exploitation could enable rapid, large-scale downstream damage to MSP-managed organizations. The combination of MSP supply-chain positioning, readily available attack surface (authenticated low-privilege access), and historical ransomware operator targeting of RMM platforms drove the emergency timeline.

Remediation

  1. Upgrade N-Central to 2025.3.1 immediately — the CISA deadline was August 20, 2025. This is an emergency patch.
  2. Apply both companion patches: CVE-2025-8876 (this command injection) and CVE-2025-8875 (deserialization) are both addressed in the same N-Central 2025.3.1 release.
  3. Enable multi-factor authentication for all N-Central user accounts — MFA prevents credential-based initial access even if passwords are compromised.
  4. Restrict N-Central access to known MSP technician IP addresses via IP allowlisting or VPN requirement.
  5. Audit N-Central access logs for unexpected low-privilege user activity, particularly any use of features that generate OS-level commands.
  6. Review client-side alerts — if N-Central was compromised, expect malicious scripts or software pushed to managed endpoints; perform endpoint scans across your managed client base.

Key Details

PropertyValue
CVE ID CVE-2025-8876
Vendor / Product N-able — N-Central
NVD Published2025-08-14
NVD Last Modified2025-10-27
CVSS 3.1 Score8.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CWE CWE-20 find similar ↗
CISA KEV Added2025-08-13
CISA KEV Deadline2025-08-20
Known Ransomware Use No

CVSS 3.1 Breakdown

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

Required Action

CISA BOD 22-01 Deadline: 2025-08-20. Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

Timeline

DateEvent
2025-08-13N-able releases N-Central 2025.3.1 with fix; CISA adds to KEV simultaneously with 7-day emergency deadline
2025-08-14CVE published
2025-08-20CISA BOD 22-01 emergency remediation deadline (7 days)

References

ResourceType
N-able N-Central 2025.3.1 Release Announcement Vendor Advisory
NVD — CVE-2025-8876 Vulnerability Database
CISA KEV Catalog Entry US Government