A perfect-10 command injection flaw in Arista's on-premises VeloCloud Orchestrator lets an unauthenticated attacker run commands on the box that manages an entire SD-WAN fabric. It is already being exploited, and CISA has put federal agencies on a three-day clock.
SD-WAN replaces racks of individually configured branch routers with a central software brain. The VeloCloud Orchestrator, or VCO, is that brain: it configures, monitors, and manages a fleet of VeloCloud SD-WAN edge devices from one console. That central role is exactly what makes it worth attacking, and it is what CVE-2026-16812 undermines.
The flaw is an OS command injection vulnerability. According to Arista's advisory, it allows a remote attacker to access privileged functionality that was intended only for internal use and should not be remotely accessible. Successful exploitation, in Arista's words, "may compromise the confidentiality, integrity, and availability of the orchestrator and data managed by the orchestrator." The attacker needs only network access to the VCO web interface. No VCO tenant or operator credentials are required. There is no workaround that turns the interface off, because the platform exposes it by default, so the only durable fix is to patch.
One nuance worth stating plainly. This is not a privilege-escalation bug that assumes the attacker is already inside. It is a pre-authentication flaw on a management interface that, by Arista's own description, is exposed by default. That combination, maximum severity, no credentials, and default exposure, is why it went straight onto CISA KEV with a three-day clock rather than a routine advisory.
A management console like VCO is the kind of target we have written about before, and the logic is always the same. Network appliances and their controllers rarely run endpoint detection, rarely produce deep forensic telemetry, and sit at the exact center of an organization's traffic. Compromise the orchestrator and you can read the configuration of the entire fabric, reach into the routing of every branch, and, as Arista explicitly warns, pivot to the VeloCloud Edge devices it manages. From a platform that is essentially a black box to most defenders, that is a durable and quiet foothold.
The device that manages your whole network is also the one least likely to tell you when it has been turned against you.
This is where the OT and critical-infrastructure angle comes in, and we want to be measured about it. VeloCloud SD-WAN is not a PLC or an HMI. It is the connective tissue that links distributed sites: retail chains, bank branches, hospitals, utility substations, water districts, and multi-plant manufacturers routinely run their site-to-site and site-to-cloud traffic over it. When the orchestrator that governs those links is compromised, the blast radius is not one server. It is every remote and industrial site whose edge device answers to that orchestrator. That is a partial but real OT exposure: the flaw is in IT networking gear, but the gear is what carries and segments traffic into operational environments.
The vulnerability affects the on-premises VeloCloud Orchestrator only. Arista lists the affected trains as VCO 5.2.x before 5.2.3.14, 6.1.x before 6.1.3.4, 6.4.x before 6.4.2.4, and 7.0.x before 7.0.0.1. Crucially, VeloCloud Orchestrator Hosted and Dedicated deployments were patched before the advisory and are not affected, and VeloCloud Gateway and VeloCloud Edge products are not vulnerable to this flaw. Arista also warns that end-of-support versions were not assessed, so organizations on unsupported trains should assume risk and contact Arista support about upgrade paths.
The precondition for the whole thing is reachability, and this is where CVE-2026-16812 is unusually unforgiving. Arista states that the VCO web interface is exposed by default, with no configuration option that prevents that exposure, and that an attacker needs nothing more than network access to it. In other words, the exposure that other management-plane bugs require an administrator to misconfigure is, here, the shipped default. Exposure is not the same as compromise, but with active exploitation already reported and a public population of internet-facing orchestrators, the doorway is wide open and attackers are already walking through it.
We run a fleet of honeypots and edge decoys, so we went looking for this activity in our own data, and we want to be precise about what we found and what we did not.
We did not capture CVE-2026-16812 itself. Our decoys are generic Linux SSH, Telnet, SMB, and HTTP services, not a VeloCloud Orchestrator emulation, so an actor specifically hunting VCO web endpoints would not find the right surface on our boxes to run this exploit against. We are not going to claim a capture we do not have. We also treat Arista's three published exploitation IP addresses as items to hunt for in customer logs, not as something our generic sensors have necessarily seen.
What our data does corroborate is the pattern this campaign rides on: constant, opportunistic scanning of web management interfaces and heavy credential pressure against edge and appliance login surfaces. Internet-facing management planes are probed continuously, and a maximum-severity, no-credentials flaw on a default-exposed interface is precisely the kind of target that mass scanning finds within hours. The honest first-party contribution we can make today is context, not a captured session.
| Type | Indicator |
|---|---|
| Exploitation IP | 8.19.75.217 |
| Exploitation IP | 206.72.242.124 |
| Exploitation IP | 206.72.242.162 |
| Web request anomalies | encoded characters, URL-like path components, references to local or internal services, abnormally high request rates |
| Host anomalies | unexpected outbound HTTP/HTTPS from the VCO host, unexpected command execution, file creation, database exports, or archive files |
| Data access | suspicious access to VCO databases, configuration data, device inventories, credentials, certificates, or keys |