CVE-2026-20245: Cisco Catalyst SD-WAN Critical Command Injection Vulnerability
Cisco's SD-WAN management platform (Catalyst SD-WAN Controller, Manager, and Validator—formerly known as vSmart, vManage, and vBond) contains a flaw in its command-line interface that allows authenticated users with administrative privileges to upload specially crafted files and execute arbitrary commands as root. An attacker with valid netadmin credentials could abuse this vulnerability to gain complete system control, modify configurations, and potentially push malicious settings to edge devices across the network. This is a local attack requiring authentication, but the ability to escalate to root access makes it a serious threat to organizations relying on Cisco's SD-WAN fabric.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-116
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-04 / 2026-06-17
- KEV due date
- 2026-06-23 (added 2026-06-09)
NVD description (verbatim)
A vulnerability in the CLI of Cisco Catalyst SD-WAN Controller, formerly SD-WAN vSmart, Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, and Cisco Catalyst SD-WAN Validator, formerly SD-WAN vBond, could allow an authenticated, local attacker to execute arbitrary commands as root by supplying a crafted file to the affected system. This vulnerability is due to insufficient validation of user-supplied input. An attacker could exploit this vulnerability by uploading a crafted file to the affected system. A successful exploit could allow the attacker to perform command injection attacks on an affected system and elevate their privileges as the root user. To exploit this vulnerability, the attacker must have netadmin privileges on the affected system. This would require valid credentials or exploitation of or . Cisco is not aware of successful exploitation by other methods. Cisco has observed limited cases where the exploitation of this bug resulted in a configuration change pushed to edge devices. Cisco recommends that customers upgrade to the fixed software that is documented in the that was published on May 14, 2026, and verify the configuration of the edge devices.
3 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability stems from insufficient input validation in the CLI of the Catalyst SD-WAN control plane components. When a netadmin-authenticated user supplies a crafted file to the system, it is processed without proper sanitization, enabling command injection. The attacker can execute arbitrary shell commands with root privileges, bypassing normal access controls. The CVSS 3.1 score of 7.8 (HIGH) reflects local attack vector, low complexity, low privilege requirements (netadmin role), and high impact across confidentiality, integrity, and availability. CWE-116 (Improper Encoding or Escaping of Output) indicates the root cause is inadequate output/command boundary enforcement.
Business impact
Compromise of the SD-WAN control plane can have cascading effects: attackers gain the ability to reconfigure or degrade the WAN, push malicious settings to all connected branch devices, intercept or manipulate traffic, and potentially establish persistence across the network. Given that SD-WAN controllers manage traffic policies and device configurations for distributed enterprises, this vulnerability threatens the integrity of branch connectivity, compliance with traffic steering policies, and the confidentiality of data traversing the WAN. Cisco has observed limited cases of configuration tampering already occurring in the wild.
Affected systems
Cisco Catalyst SD-WAN Manager (formerly vManage), Catalyst SD-WAN Controller (formerly vSmart), and Catalyst SD-WAN Validator (formerly vBond) are affected. The vulnerability applies to the CLI interface of these control plane appliances. Any organization running these SD-WAN management platforms is in scope if their systems are accessible to users with netadmin credentials—whether legitimate users or attackers who have compromised valid accounts.
Exploitability
Exploitation requires valid netadmin-level credentials or prior compromise of an account with that privilege level. The attack is straightforward (low complexity) once authenticated: upload a crafted file and trigger command execution. Cisco has not observed widespread exploitation via alternative methods, and the KEV entry was added on June 9, 2026 with an exploitation due date of June 23, 2026, indicating active, targeted use in the wild. The ransomware association is currently unknown, but the root-access capability and control-plane positioning make this a high-value target for persistent threats.
Remediation
Cisco published a security advisory on May 14, 2026 documenting fixed software versions. Organizations must upgrade their Catalyst SD-WAN Manager, Controller, and Validator instances to patched releases. After patching, verify the configuration of all edge devices to ensure no unauthorized changes were introduced during the window of vulnerability. This includes auditing policy rules, device certificates, and traffic steering configurations. Enforce strong credential hygiene and consider restricting netadmin account usage to least-privilege operations.
Patch guidance
Consult Cisco's official security advisory (published May 14, 2026) for specific fixed version numbers for each component. Patching the control plane should be prioritized as it is a central management hub; test patches in a staging environment first if feasible, though the security risk may warrant rapid production deployment. After upgrade, run configuration audits and validate that edge devices receive only legitimate policy updates. Document any suspicious configuration changes observed since the vulnerability was introduced.
Detection guidance
Monitor CLI access logs and file upload events on Catalyst SD-WAN control plane appliances. Look for unusual file uploads by netadmin users, especially files with shell metacharacters or unexpected extensions. Alert on any command execution events following file uploads, particularly those with root-level commands. Network-based detection should focus on lateral movement from the control plane to edge devices immediately after a successful exploit. Endpoint detection and response (EDR) agents on control plane appliances can flag anomalous child process spawning or privilege escalation patterns.
Why prioritize this
This vulnerability merits immediate attention due to its KEV status, active exploitation reports, and the high-value target (SD-WAN control plane). The ability to escalate to root and push configurations across the WAN fabric elevates risk significantly. Even though authentication is required, the prevalence of credential compromise and the already-observed malicious configuration changes in the wild justify emergency patching before the June 23, 2026 due date.
Risk score, explained
CVSS 7.8 (HIGH) reflects: (1) Local attack vector—attacker needs console or valid remote shell access; (2) Low attack complexity—no special conditions required once authenticated; (3) Low privilege requirement—netadmin role is common in SD-WAN deployments; (4) High impact on CIA—root command execution permits full system compromise and persistent backdoor placement. The real-world severity is amplified by KEV status and observed active exploitation, pushing operational risk into the CRITICAL range for organizations that depend on SD-WAN integrity.
Frequently asked questions
If we have strong credentials management and no netadmin accounts are compromised, are we still at risk?
Not directly from this vulnerability alone—it requires netadmin authentication to exploit. However, netadmin credential compromise is a realistic threat, especially via phishing, password reuse, or lateral movement from other breached systems. Treat this as a strong incentive to audit and harden netadmin account access, enable MFA where possible, and assume eventual credential exposure in your threat model.
We patched our control plane, but how do we know if attackers modified our edge device configurations before we noticed?
Review the configuration history and audit logs on your SD-WAN Manager for all policy pushes and device changes during the window when this vulnerability was unpatched. Cross-reference with your change management records. Compare the current running configuration of edge devices against your documented baseline. Look for unexpected QoS rules, unusual tunnel parameters, or certificate changes. If changes occurred outside your normal deployment windows, investigate and remediate.
Does this vulnerability affect SD-WAN edge devices directly, or only the control plane?
The vulnerability exists in the control plane appliances (vManage, vSmart, vBond). However, once the control plane is compromised, an attacker can push malicious configurations or software to edge devices. This is why verification of edge device configuration post-patch is critical—you must ensure the control plane did not push any unauthorized changes before remediation.
What is the relationship between this vulnerability and other Cisco SD-WAN bugs mentioned in the description?
The description references other vulnerabilities that could provide the initial foothold (netadmin credential compromise). This CVE assumes the attacker already has netadmin access. If you are vulnerable to those other flaws, an attacker could chain exploits to gain initial netadmin access, then use CVE-2026-20245 to escalate to root. Patch all related vulnerabilities as part of your SD-WAN hardening.
This analysis is based on official Cisco advisory data and CVSS scoring published as of June 2026. Patch version numbers and remediation steps must be verified directly against Cisco's published security advisory. This information is provided for informational purposes to aid security decision-making and does not constitute legal or technical advice. Organizations should conduct their own testing and validation before implementing any remediation. The mention of observed exploitation does not imply weaponized exploit code availability or public disclosure of attack techniques. Source: NVD (public-domain), retrieved 2026-07-14. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-12044HIGHSQL Injection in pgAdmin 4 Description Fields
- CVE-2026-42558HIGHXibo Stored XSS and Iframe Sandbox Escape in Data Connector
- CVE-2026-45011HIGHApostropheCMS 4.29.0 Stored XSS in Image Widget – Security Analysis
- CVE-2026-48209HIGHReflected XSS in OTRS Ticket Handling – HIGH Severity Vulnerability
- CVE-2026-8795HIGHRapid7 Velociraptor YAML Injection in Remapping Artifact (v0.76.6)
- CVE-2026-12047LOWHTML Injection in pgAdmin 4 Cloud Deployment Wizard
- CVE-2026-49472MEDIUMFreeSWITCH XML Parser Denial of Service (MEDIUM)
- CVE-2026-20190HIGHCisco ISE Unauthenticated Remote Credential Access Vulnerability
Preview — this page is review (quality 1). high-value: hold for review.