CVE-2026-18577 – High-Severity Authentication Bypass in N‑able N‑central RMM

Key Takeaways

  • High-severity CVE-2026-18577 enables unauthenticated admin takeover of N‑able N‑central.
  • Actively exploited in the wild; listed in the CISA KEV catalog (remediation due 2026‑08‑06).
  • Affects all N‑central versions ≤ 2026.3.1 (pre‑Hotfix 1).
  • Immediate patch to Hotfix 1 (2026.3.1.7) is required; hunt for post‑compromise activity.

Overview

CVE-2026-18577 is an authentication‑bypass flaw in N‑able N‑central, a remote‑monitoring‑and‑management (RMM) platform widely used by managed‑service‑providers. The vulnerability allows an unauthenticated attacker to obtain full administrative rights by abusing an alternate authentication path that was left open after an incomplete fix for CVE-2026-18556. Once admin access is gained, attackers can leverage the “Take Control” feature to pivot to any managed endpoint and establish persistent tunnels.


Technical Details

  • Vulnerability type: CWE‑288 – Authentication Bypass Using an Alternate Path or Channel.
  • Vector: Network‑accessible service (AV:N), high attack complexity (AC:H), no privileges required (PR:N), no user interaction (UI:N). The CVSS 3.1 vector is AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H.
  • Root cause: The authentication module accepts a secondary credential channel that bypasses the primary login check. The fix for CVE-2026-18556 did not close this channel, leaving a backdoor.
  • Exploitation flow:
    1. Attacker sends a crafted request to the alternate authentication endpoint, receiving a valid admin session token.
    2. Using the admin token, the attacker invokes the “Take Control” API to connect to any registered endpoint.
    3. Persistence is achieved by provisioning a Cloudflare Tunnel or similar reverse‑proxy, allowing continued access even if the original session expires.
    4. In observed campaigns, the foothold is used to drop ransomware (e.g., Storm‑1175) and exfiltrate data.

Severity & Impact

MetricValue
CVSS 3.1 Base Score8.1 (High)
VectorAV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CWECWE‑288
EPSS≥ 71st percentile (high likelihood of exploitation)

The combination of unauthenticated access, full admin privileges, and the ability to move laterally across the managed environment makes this a high‑impact vulnerability. Successful exploitation compromises confidentiality, integrity, and availability of both the RMM server and all connected endpoints.


Affected Products

All N‑able N‑central releases up to 2026.3.1 (pre‑Hotfix 1) are vulnerable. This includes on‑premises and cloud‑hosted deployments that have not applied the August 2026 hotfix. For the complete list of affected versions and CPE identifiers, see the live vulnerability page: https://vulnsocial.com/cve/CVE-2026-18577.


Actionable Insights

  • Prioritize patching – apply the August 2 hotfix (2026.3.1.7) to every N‑central instance before the CISA remediation deadline (2026‑08‑06).
  • Verify patch level – query the server version via the API or UI; any version ≤ 2026.3.1 is still vulnerable.
  • Detect exploitation – monitor for authentication requests to the alternate login endpoint (e.g., /api/v2/auth/alt) and for newly created Cloudflare Tunnel sessions.
  • Hunt for post‑compromise activity – look for “Take Control” API calls from unknown IPs, unexpected admin sessions, or ransomware payloads (e.g., Storm‑1175) on managed endpoints.
  • Restrict remote access – if the “Take Control” feature is not required, disable it or restrict it to trusted IP ranges.
  • Network segmentation – isolate the RMM server from critical assets and enforce outbound firewall rules that block unknown tunneling services.

Remediation & Mitigation

  1. Patch: Download and install Hotfix 1 (2026.3.1.7) from the vendor release notes.
    # Example PowerShell command to install the hotfix
    Invoke-WebRequest -Uri "https://documentation.n-able.com/N-central/Release_Notes/GA/Content/N-central_2026.3_HF1_Release_Notes.htm" -OutFile "Ncentral_HF1.msp"
    msiexec /i Ncentral_HF1.msp /quiet
    
  2. Confirm version: After installation, run:
    Get-ItemProperty 'HKLM:\\Software\\N-able\\N-central' | Select-Object -ExpandProperty Version
    
    The output must be 2026.3.1.7 or later.
  3. Rotate credentials: Reset any service accounts and admin passwords that may have been exposed.
  4. Disable unused features: Turn off “Take Control” if not required, or restrict it to a whitelist of management IPs.
  5. Implement detection: Deploy IDS/IPS signatures for the alternate authentication request pattern and monitor Cloudflare Tunnel creation logs.
  6. Conduct threat hunting: Search logs for admin session creation from unknown sources, and for ransomware artifacts linked to Storm‑1175.

References


Bottom line

  • CVE-2026-18577 is a High-severity authentication bypass affecting all pre‑2026.3.1 N‑able N‑central deployments.
  • It is actively exploited and listed in the CISA KEV catalog.
  • Immediate patch to Hotfix 1 (2026.3.1.7) and thorough threat‑hunt are mandatory.

#CVE202618577 #High #Ncentral #CISAKEV #AuthenticationBypass