The CISA Known Exploited Vulnerabilities catalogue added CVE-2026-20182 on 14 May 2026, confirming that Cisco Catalyst SD-WAN Manager — the centralised management plane for Cisco SD-WAN deployments — was exploited in the wild before a patch was available. The vulnerability allows unauthenticated access to the vManage REST API, from which an attacker can register rogue SD-WAN edge devices and configure traffic routing policy across the entire managed WAN fabric.
Organisations that deployed Catalyst SD-WAN Manager with the management interface accessible from the internet (directly or through a reverse proxy) must assume potential exposure and conduct a forensic audit. Organisations that restricted vManage access to management network VPN only have significantly reduced risk, but should still verify their logs.
Attack Path and Attacker Objectives
The CVE-2026-20182 attack path has three stages:
Stage 1 — API authentication bypass: An attacker sends crafted API requests to the vManage REST API that exploit a middleware authentication check flaw to obtain a valid admin session token without credentials.
Stage 2 — Rogue device registration: With admin access, the attacker registers a rogue vEdge or cEdge router into the SD-WAN fabric. The rogue device appears in the vManage device inventory as a legitimate SD-WAN node and can be pushed routing policies via the standard control plane.
Stage 3 — Traffic interception: The attacker configures data policies that route specific traffic flows through the rogue device before forwarding them to their legitimate destination. From the rogue device, traffic is decrypted (because the device has legitimate SD-WAN tunnel keys), inspected, and re-encrypted for forwarding — a transparent network-layer wiretap indistinguishable from normal WAN traffic from the perspective of end-point systems.
The primary observed objective is persistent intelligence collection. Targets have been financial services firms and government agencies, consistent with nation-state intelligence collection rather than ransomware deployment.
Forensic Indicators of Compromise
Check vManage device inventory for unauthorised entries:
vmanage# show sdwan system status
vmanage# show sdwan bfd sessions
vmanage# request admin-tech
Review the full list of registered devices in the vManage UI under Configuration → Devices → WAN Edge List. Compare against your authorised asset inventory. Any device not in your authorised inventory should be treated as a rogue device. Key fields: Device Model, System IP, Site ID, and Controller Group — attackers typically register rogue devices with system IPs outside your allocated ranges.
Audit vManage REST API authentication logs:
vManage audit logs are accessible under Monitor → Audit Log. Filter on:
action: Loginwithresult: Successfor accounts that should not have accessed vManage in the periodaction: Device ADDevents — every legitimate device registration should be explainableaction: Policy PUSHoperations — unauthorised policy changes indicate active post-compromise activity
Review SD-WAN data policy for traffic redirection:
show sdwan policy from-vsmart
show sdwan policy data-policy-filter
Any data policy directing traffic to a site ID or system IP that is not in your authorised device inventory should be treated as evidence of active manipulation.
Correlate with edge device logs:
On vEdge devices, check tunnel peer tables for unexpected tunnel sessions with unfamiliar system IPs:
vEdge# show tunnel statistics
vEdge# show bfd sessions
Remediation and Containment
- Apply the Cisco patch immediately — upgrade to SD-WAN Manager 20.12.4 or later
- Revoke and re-issue all vManage API tokens and user credentials — existing admin session tokens obtained via the bypass remain valid until revoked
- Remove any rogue devices from the fabric via vManage → Device Configuration → Delete
- Re-audit data policies — remove any unauthorised data policies and re-push the expected policy configuration from version-controlled templates
- Isolate vManage from untrusted networks — the management interface should only be accessible from the management VPN or dedicated management network; this architecture eliminates internet-facing exposure to this class of vulnerability
- Engage Cisco TAC if rogue devices are found — preserve all audit logs and vManage configuration snapshots before remediation for forensic analysis
Share this article