Cyber Resilience

CVE-2025-11367

RCE in N-Able N-Central ≤ 2025.4

Published
12 November 2025
Modified
14 November 2025
Patch / advisory
CVSS Score v4 10.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0057 44th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-11367 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in N-Able N-Central. Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-11367 is a remote code execution vulnerability in the N-central Software Probe versions prior to 2025.4, stemming from unsafe deserialization (CWE-502). Published on 2025-11-12, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for complete system compromise.

An unauthenticated attacker with network access to the vulnerable probe can exploit this flaw with low attack complexity and no user interaction. Successful exploitation enables arbitrary code execution on the target system, resulting in high impacts to confidentiality, integrity, and availability.

The N-able security advisory provides details on mitigation, available at https://me.n-able.com/s/security-advisory/aArVy0000000rfRKAQ/cve202511367-ncentral-windows-software-probe-remote-code-execution.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The N-central Software Probe < 2025.4 is vulnerable to Remote Code Execution via deserialization

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Unauthenticated remote code execution vulnerability in a network-accessible software probe directly enables exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-8875Same product: N-Able N-Central
CVE-2025-11366Same product: N-Able N-Central
CVE-2025-8876Same product: N-Able N-Central
CVE-2023-30297Same product: N-Able N-Central
CVE-2024-5322Same product: N-Able N-Central
CVE-2025-7051Same product: N-Able N-Central
CVE-2024-28200Same product: N-Able N-Central
CVE-2024-8510Same product: N-Able N-Central
CVE-2025-11700Same product: N-Able N-Central
CVE-2025-10231Same product: N-Able N-Central

Affected Assets

n-able
n-central
≤ 2025.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SI-10 Information Input Validation
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the unsafe deserialization vulnerability by requiring timely patching of the N-central Software Probe to version 2025.4 or later.

prevent

Mandates validation of all inputs to the probe, preventing exploitation of unsafe deserialization by rejecting malformed serialized data.

prevent

Enforces network boundary protections to limit unauthenticated remote access to the vulnerable probe, reducing the attack surface for exploitation.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-02 none match
prevents

PR.PS-02 addresses only post-deployment updates/patching and cannot prevent introduction of unsafe deserialization code, yet it can remediate some instances when the flaw exists in outdated libraries or components.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing includes validation of deserialization routines and the use of untrusted data, reducing the likelihood that unsafe object reconstruction will be deployed.

prevents

Requiring vetted libraries, regular updates and SAST before release reduces the likelihood that deserialization logic will accept and act on attacker-controlled serialized objects.

detects

Regular scanning of third-party libraries and timely patching reduce the likelihood that unsafe deserialization vulnerabilities remain active.

none

Mandatory malware scanning of data received over networks or storage media intercepts malicious serialized payloads before they are deserialized by the target application.

References