Google's Mandiant threat intelligence division has revealed that a high-severity vulnerability in Cisco Catalyst SD-WAN Manager, CVE-2026-20245, was exploited as a zero-day for at least two months before Cisco disclosed it on June 4, 2026. The vulnerability, a command injection flaw in the product's command-line interface (CLI), allowed an authenticated local attacker to execute arbitrary commands with root privileges. The threat actor, who gained initial access to an SD-WAN Manager instance at a service provider in March 2026, used this flaw to escalate privileges, create a rogue root-level user account named troot, and employ anti-forensic techniques to cover their tracks. This incident is a stark example of attackers targeting network edge devices to bypass traditional security perimeters and establish long-term persistence.
The attack campaign targeted the SD-WAN infrastructure of a major communications service provider. The threat actor's primary objective was to gain persistent, high-level access to the core network management plane.
CVE-2026-20127 or CVE-2026-20182).CVE-2026-20245.evil_tenant.csv via a CLI feature. This file contained injected commands that, when processed, executed with root privileges. The commands were used to back up sensitive files like /etc/passwd and /etc/shadow before creating a new user, troot, with UID 0 (root).This "living off the edge" approach, focusing on compromising network appliances themselves, is increasingly common as it allows attackers to control traffic and move laterally with high stealth.
The core of this attack is the exploitation of CVE-2026-20245, a command injection vulnerability. This aligns with T1068 - Exploitation for Privilege Escalation. The attacker, already having authenticated access (T1078 - Valid Accounts), used a legitimate but flawed feature—the tenant-upload function in the CLI—to trigger the vulnerability.
The malicious payload was embedded within the evil_tenant.csv file. When the SD-WAN Manager parsed this file, it failed to properly sanitize the input, leading to the execution of the embedded shell commands. This is a form of T1059.004 - Command and Scripting Interpreter: Unix Shell.
The creation of the troot account is a clear persistence mechanism, falling under T1136.001 - Create Account: Local Account. By giving this account a UID of 0, the attacker effectively created a secondary, hidden root account.
The final step, cleaning up their tools and logs, is a classic defense evasion technique, T1070.004 - Indicator Removal: File Deletion.
A compromise of the Cisco Catalyst SD-WAN Manager has severe implications for an organization, especially a service provider. The SD-WAN Manager is the central brain of the software-defined network, controlling routing policies, security configurations, and traffic flow for the entire WAN.
An attacker with root access can:
For a service provider, this level of compromise could affect multiple downstream customers, leading to widespread outages and a massive loss of trust.
file_nameevil_tenant.csvuser_accounttrootSecurity teams may want to hunt for the following patterns to identify related activity:
log_sourceSD-WAN Manager Audit Logsfile_path/tmp/ or other staging directoriespasswd.bak or shadow.bak on the SD-WAN Manager filesystem.command_line_patternuseradd -o -u 0 -g 0log_sourceSystem Authentication Logs/etc/passwd or equivalent user databases for accounts with UID 0 other than the standard root account. The presence of troot or similar is a red flag.root user. The presence of the troot account is a definitive sign of compromise..csv files being uploaded via the CLI or backups of /etc/passwd.D3-SU - Software Update)D3-UAP - User Account Permissions)D3-SFA - System File Analysis)New details confirm initial access via authentication bypass flaws (CVE-2026-20127, CVE-2026-20182) in multi-stage attack.
Applying the security updates from Cisco is the only way to remediate the underlying command injection vulnerability.
Mapped D3FEND Techniques:
Enforcing MFA on administrative interfaces like SSH would have prevented or hindered the initial access phase of the attack.
Mapped D3FEND Techniques:
Strictly controlling and auditing privileged accounts can help detect the creation of rogue accounts like 'troot'.
Mapped D3FEND Techniques:
The creation of the 'troot' account is the key indicator of this specific attack. Security teams must implement automated, continuous monitoring of local accounts on all critical network appliances, including Cisco SD-WAN Managers. This involves forwarding system audit logs to a SIEM and creating high-priority alerts for any event that adds a user or modifies an existing user's privileges, especially changes to UID/GID 0. A more direct approach is to run a scheduled script on the devices themselves (or via an orchestration tool) that executes awk -F: '($3 == 0)' /etc/passwd and compares the output against a known-good baseline (e.g., ['root']). Any deviation should trigger an immediate security incident. This proactive hunting is essential because attackers exploiting a zero-day may not generate obvious crash or exploit logs, but they almost always create a persistence mechanism.
Applying the security patches from Cisco is the definitive countermeasure to prevent exploitation of CVE-2026-20245. Organizations using Cisco Catalyst SD-WAN products must prioritize the deployment of the fixed software versions. This should be treated as a critical update due to the confirmed in-the-wild exploitation. Use a centralized management platform like vManage to schedule and push the updates to all managed devices (vSmart, vBond, and edge routers). Before a full rollout, test the update on a representative subset of non-critical devices to ensure no operational issues arise. Post-update, verify that all devices in the SD-WAN fabric are running the patched version and that no rogue accounts like 'troot' exist.
While this attack involved a zero-day for privilege escalation, the initial access vector was compromised administrative credentials for SSH. Implementing strong, phishing-resistant multi-factor authentication on all administrative interfaces is a critical defense-in-depth control. For Cisco SD-WAN Manager, this means integrating it with an identity provider (like Cisco Duo, Okta, or Azure AD) that supports MFA for CLI and SSH access. This makes it significantly harder for an attacker to use stolen or brute-forced credentials to gain the initial foothold needed to exploit a local privilege escalation vulnerability like CVE-2026-20245. This control would have forced the attacker to find a more complex initial access method, potentially thwarting the attack altogether.
Threat actor gains initial access to a service provider's Cisco SD-WAN Manager via SSH.
Cisco publicly discloses the zero-day vulnerability CVE-2026-20245.
Mandiant publishes its report detailing the months-long exploitation campaign.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.