Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass (CVE-2026-20127)
CVE-2026-20127 is an authentication bypass vulnerability (CWE-287) affecting Cisco Catalyst SD-WAN Controller and Manager. A remote, unauthenticated attacker may exploit improper authentication mechanisms to gain unauthorized access to the management plane. This vulnerability is actively exploited in the wild per CISA KEV and is subject to Emergency Directive ED-26-03.
Vulnerability Intelligence
KEV — Known ExploitedAffected Software
- Vendor
- Cisco
- Product
- Catalyst SD-WAN Controller and Manager
Weakness (CWE)
Timeline
- Disclosed
- February 25, 2026
References & Proof of Concept
- https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems
- https://www.cisa.gov/news-events/directives/supplemental-direction-ed-26-03-hunt-and-hardening-guidance-cisco-sd-wan-systems
- https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-rpa-EHchtZk
- https://nvd.nist.gov/vuln/detail/CVE-2026-20127
CVSS
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
What is CVE-2026-20127 Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass (CVE-2026-20127)?
Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass (CVE-2026-20127) (CVE-2026-20127) maps to the Initial Access and Persistence and Credential Access tactics — the adversary is trying to get into your network in MITRE ATT&CK.
This page provides production-ready detection logic for Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass (CVE-2026-20127), covering the data sources and telemetry it touches: CommonSecurityLog, DeviceNetworkEvents, SecurityEvent, Syslog. The queries below are rated critical severity at medium confidence, and ship for 7 SIEM platforms — KQL, SPL, Elastic, QRadar, Sumo, YARA-L, LogScale.
MITRE ATT&CK
union CommonSecurityLog, DeviceNetworkEvents
| where TimeGenerated >= ago(7d)
| where (DeviceProduct has_any ("SD-WAN", "vManage", "vBond", "vSmart") or ProcessName has_any ("vmanage", "vbond", "vsmart"))
| where (Activity has_any ("authentication bypass", "unauthenticated", "unauthorized") or Message has_any ("auth_bypass", "no_auth", "bypass", "401", "403") or (EventID in (4625, 4648, 4624) and LogonType == 3))
| extend SourceIPAddress = coalesce(SourceIP, RemoteIP)
| summarize AttemptCount = count(), DistinctURIs = dcount(RequestURL), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIPAddress, DestinationIP, bin(TimeGenerated, 5m)
| where AttemptCount >= 3
| extend Severity = iif(AttemptCount >= 10, "Critical", "High")
| project TimeGenerated, SourceIPAddress, DestinationIP, AttemptCount, DistinctURIs, FirstSeen, LastSeen, Severity Detects authentication bypass attempts against Cisco Catalyst SD-WAN Controller (vManage) and Manager by correlating repeated unauthorized access attempts from a single source, anomalous access to management APIs without valid session tokens, and unusual HTTP response patterns consistent with CVE-2026-20127 exploitation.
Data Sources
Required Tables
False Positives
- Legitimate security scanners or vulnerability assessment tools targeting SD-WAN management interfaces
- Misconfigured monitoring agents repeatedly polling vManage API endpoints without valid credentials
- Network troubleshooting sessions by administrators using non-standard authentication flows
- Load balancer health checks generating unauthenticated probes to vManage endpoints
Sigma rule & cross-platform mapping
The detection logic for Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass (CVE-2026-20127) (CVE-2026-20127) above is provided in a vendor-neutral
form so you can deploy it on any SIEM. The same logic is shipped here as native
KQL (Microsoft Sentinel / Defender), SPL (Splunk), Elastic (Elastic Security (EQL)), QRadar (IBM QRadar (AQL)), Sumo (Sumo Logic CSE), YARA-L (Google Chronicle / SecOps), LogScale (CrowdStrike LogScale (CQL)) queries. In Sigma terms, this detection targets the
following logsource:
logsource:
category: network_connection
product: windows Browse the community-maintained Sigma rules for this technique:
Platform-specific guides for CVE-2026-20127
References (4)
- https://www.cisa.gov/news-events/directives/ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems
- https://www.cisa.gov/news-events/directives/supplemental-direction-ed-26-03-hunt-and-hardening-guidance-cisco-sd-wan-systems
- https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-rpa-EHchtZk
- https://nvd.nist.gov/vuln/detail/CVE-2026-20127
Testing Methodology
Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Unauthenticated vManage REST API Enumeration
Expected signal: Network logs showing repeated HTTP GET/POST requests to vManage management IP on port 443 with response codes 401, 403, or 200 from the test host IP across multiple /dataservice/ URI paths
- Test 2Authentication Bypass Session Token Harvesting Simulation
Expected signal: HTTP request to /dataservice/device with custom Cookie header not matching any active session, logged in vManage access log with source IP of test host; response will be 401 or 403 in a patched system, or 200 in a vulnerable one
- Test 3vManage Admin Account Creation via Bypass
Expected signal: vManage audit log entry for POST /dataservice/admin/user with actor IP matching test host; new user 'testbackdoor' visible in GET /dataservice/admin/user response; network logs showing POST request to admin/user endpoint
Response Playbook
Triage
- Identify the source IP(s) generating authentication bypass attempts and determine whether they are internal (lateral movement scenario) or external (internet-exposed vManage exploitation). Cross-reference against known good management hosts and jump servers.
- Query vManage audit logs (/dataservice/auditlog) and system logs for any successful sessions established from the suspicious source IP immediately following failed authentication attempts — a 401 followed by a 200 from the same IP within seconds is high-confidence exploitation.
- Determine the current patch level of all Cisco Catalyst SD-WAN Controller and Manager nodes by running 'show version' via CLI or checking the vManage Dashboard > Administration > Software Repository. Compare against Cisco's advisory at cisco-sa-sdwan-rpa-EHchtZk.
- Check whether the vManage management interface is directly internet-exposed by reviewing firewall ACLs and NAT rules. CISA ED-26-03 mandates immediate network isolation of internet-facing vManage instances.
Containment
- Immediately restrict network access to the vManage, vBond, and vSmart management interfaces using perimeter firewall rules to permit only approved administrator source IPs and management jump hosts. Block all other inbound access to TCP 443, 8443, and any other exposed management ports.
- If exploitation is confirmed or strongly suspected, isolate the affected SD-WAN controller(s) from the production overlay network by placing them in maintenance mode and routing SD-WAN data plane traffic through unaffected controllers. Initiate an emergency change to reset all vManage admin and API credentials and rotate all API tokens, certificates, and service account secrets.
Evidence Collection
- Export the full vManage audit log via the REST API (GET /dataservice/auditlog?startDate=<date>&endDate=<date>) and preserve the raw JSON for forensic analysis. Hash the output for chain of custody.
- Capture full packet data (PCAP) from the management network segment for the timeframe of the suspected exploitation using span/mirror ports or network TAPs, focusing on TCP 443/8443 traffic to and from the vManage VIP. Preserve for offline TLS decryption if keys are available.
Escalation Criteria
- ! Escalate to CISO and incident response team immediately if a successful authentication bypass is confirmed (HTTP 200 response to authenticated API endpoint without valid session, or new admin/operator account creation detected in vManage audit logs) — this constitutes confirmed compromise of network control plane infrastructure.
- ! Escalate to Cisco TAC and file a report with CISA (per ED-26-03 requirements) if exploitation results in unauthorized configuration changes to SD-WAN policies, routing tables, or VPN tunnel configurations, as this may indicate threat actor persistence and data exfiltration capability.
Investigation Guide
Forensic Artifacts
- >
vManage REST API access logs at /var/log/nms/vmanage-server.log and /var/log/nms/vmanage-aaa.log containing timestamps, source IPs, HTTP methods, URIs, and response codes for all management plane requests - >
vManage audit trail accessible via GET /dataservice/auditlog showing all configuration changes, user logins, and API operations with actor attribution - >
Network flow records (NetFlow/IPFIX) from the management network segment showing connection patterns to vManage management IP on ports 443/8443 from unexpected source IPs - >
Linux auth logs (/var/log/auth.log or /var/log/secure) on the vManage host for OS-level authentication events if the bypass also enables SSH or direct OS access
Tuning Guidance
Reduce false positives by maintaining an allowlist of approved vManage administrator source IPs and management jump server CIDRs, and excluding these from alerting. Increase confidence threshold from 3 to 10 attempts per 5-minute window if the environment has legitimate API polling. In environments where vManage is behind a load balancer, correlate on session/cookie identifiers rather than source IP alone. If the SD-WAN deployment uses certificate-based mutual TLS for API access, tune queries to focus on endpoints that do not require mTLS as exploitation likely targets non-mTLS paths.
Hunting Queries
30-day retrospective hunt for source IPs that received both authentication failure (401/403) and success (200) responses from Cisco SD-WAN management APIs in the same hour — a strong indicator of authentication bypass exploitation. Useful for establishing the full timeline of compromise and identifying additional affected hosts.
CommonSecurityLog
| where TimeGenerated >= ago(30d)
| where DeviceProduct has_any ("SD-WAN", "vManage")
| where RequestURL has_any ("/dataservice/", "/j_security_check", "/rest/")
| summarize Sessions = count(), UniqueURIs = dcount(RequestURL), StatusCodes = make_set(EventOutcome) by SourceIP, DestinationIP, bin(TimeGenerated, 1h)
| where array_length(StatusCodes) > 1 and StatusCodes has_any ("401", "403")
| order by Sessions desc index=cisco_sdwan OR index=network
sourcetype IN ("cisco:vmanage", "cisco:sdwan")
| rex field=_raw "(?<src_ip>\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b)"
| rex field=_raw "HTTP/\d\.\d\" (?<status_code>\d{3})"
| where uri_path IN ("/dataservice/", "/j_security_check", "/rest/")
| stats values(status_code) AS status_codes, count AS hits, dc(uri_path) AS distinct_paths BY src_ip, host, date_hour
| where mvcount(status_codes) > 1 AND mvfind(status_codes, "^(401|403)$") >= 0
| eval bypass_indicator=if(mvfind(status_codes, "^200$") >= 0 AND mvfind(status_codes, "^(401|403)$") >= 0, "HIGH", "MEDIUM")
| sort - hits Atomic Red Team Tests
Simulates an attacker probing Cisco vManage REST API endpoints without authentication to identify exploitable paths consistent with CVE-2026-20127 authentication bypass. Tests whether unauthenticated requests to /dataservice/ return data or expose session tokens.
Command
TARGET_IP="192.168.1.100"; for endpoint in "/dataservice/version" "/dataservice/client/server" "/dataservice/device" "/j_security_check"; do echo "[*] Probing $endpoint"; curl -sk -o /tmp/resp_$(echo $endpoint | tr '/' '_').json -w "HTTP_STATUS:%{http_code}" "https://${TARGET_IP}${endpoint}"; echo; done Cleanup
rm -f /tmp/resp_*.json Expected Telemetry
Network logs showing repeated HTTP GET/POST requests to vManage management IP on port 443 with response codes 401, 403, or 200 from the test host IP across multiple /dataservice/ URI paths
Expected Detection
Alert triggers on >= 3 requests to /dataservice/ endpoints returning 401/403 from the same source IP within a 5-minute window; KQL and SPL queries should both fire within the configured lookback period
Simulates the post-bypass phase where an attacker attempts to harvest or forge a vManage session token after exploiting CVE-2026-20127, by replaying a captured or crafted cookie/token value against authenticated API endpoints.
Command
TARGET_IP="192.168.1.100"; FAKE_TOKEN="JSESSIONID=AAABBBCCC111222333; Path=/"; curl -sk -H "Cookie: $FAKE_TOKEN" -H "Content-Type: application/json" -w "\nHTTP_STATUS:%{http_code}\n" "https://${TARGET_IP}/dataservice/device" -o /tmp/bypass_test.json; cat /tmp/bypass_test.json Cleanup
rm -f /tmp/bypass_test.json Expected Telemetry
HTTP request to /dataservice/device with custom Cookie header not matching any active session, logged in vManage access log with source IP of test host; response will be 401 or 403 in a patched system, or 200 in a vulnerable one
Expected Detection
Detection fires on unauthenticated or invalid-session request to authenticated API endpoint; in a vulnerable environment, a 200 response triggers the high-confidence EQL sequence rule
Simulates post-exploitation persistence where an attacker who successfully bypassed authentication creates a new administrator account on the vManage controller. This tests detection of unauthorized account creation following a bypass event.
Command
TARGET_IP="192.168.1.100"; SESSION_COOKIE="JSESSIONID=TESTTOKEN"; curl -sk -X POST "https://${TARGET_IP}/dataservice/admin/user" -H "Content-Type: application/json" -H "Cookie: $SESSION_COOKIE" -d '{"userName":"testbackdoor","password":"Lab0nly!","group":["netadmin"],"description":"atomic test account"}' -w "\nHTTP_STATUS:%{http_code}\n" -o /tmp/acct_create.json; cat /tmp/acct_create.json Cleanup
curl -sk -X DELETE "https://${TARGET_IP}/dataservice/admin/user/testbackdoor" -H "Cookie: $SESSION_COOKIE"; rm -f /tmp/acct_create.json Expected Telemetry
vManage audit log entry for POST /dataservice/admin/user with actor IP matching test host; new user 'testbackdoor' visible in GET /dataservice/admin/user response; network logs showing POST request to admin/user endpoint
Expected Detection
Threat hunting query surfaces POST to /dataservice/admin/user from non-approved source IP; SIEM alert fires on new admin account creation from IP not in administrator allowlist; in full bypass scenario, the initial 401/200 sequence also triggers the authentication bypass detection