Deception CheckDeception Check← all research
Threat Research · Vulnerability

The Orchestrator Was Never Supposed to Face the Internet: CVE-2026-16812

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.

Deception Check  |  July 2026  |  CVE-2026-16812  |  CVSS 10.0 Critical  |  Arista Security Advisory 0144
The short version CVE-2026-16812 is an unauthenticated OS command injection flaw in the on-premises version of Arista VeloCloud Orchestrator, the software that centrally configures and manages VeloCloud SD-WAN deployments. It scores a maximum 10.0. An attacker who can reach the orchestrator's web interface, with no account and no password, can reach privileged internal functionality that was never meant to be exposed and run operating system commands on the host. Arista says it was discovered externally, is already being exploited in the wild, and that by default the web interface is exposed with no configuration option to prevent it. CISA added it to the Known Exploited Vulnerabilities catalog on July 27, 2026 with a remediation deadline of July 30. Compromise the orchestrator and you can reach the SD-WAN edge devices it manages, which is why this one matters well beyond the data center.

What the vulnerability is

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.

10.0
CVSS, Critical
unauth
no credentials needed
zero-day
exploited before the fix

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.

VeloCloud Orchestrator on-prem VCO · internet-facing unauthenticated attacker → command execution Branch / retail SD-WAN edge Remote site edge Plant / utility edge Distributed OT site edge
One reachable orchestrator sits above every edge device it manages. Arista warns that compromising the VCO could give attackers access to VeloCloud Edge devices as well.

Why the orchestrator is the prize

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.

What is affected, and what is not

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.

Fixed on-prem releases for CVE-2026-16812
5.2.3.14   6.1.3.4   6.4.2.4   7.0.0.1   or later

How exposed is this in the wild

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.

What we see from our sensors

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.

The honest framing We have not caught CVE-2026-16812, and we will not say we have. What we can say is that internet-exposed management interfaces are under constant automated probing, and this flaw needs nothing more than that reachability to work. If we stand up a VeloCloud-flavored decoy, we can convert that inference into captured sessions, which is a clear next step for our fleet.

What to do

Indicators of compromise

TypeIndicator
Exploitation IP8.19.75.217
Exploitation IP206.72.242.124
Exploitation IP206.72.242.162
Web request anomaliesencoded characters, URL-like path components, references to local or internal services, abnormally high request rates
Host anomaliesunexpected outbound HTTP/HTTPS from the VCO host, unexpected command execution, file creation, database exports, or archive files
Data accesssuspicious access to VCO databases, configuration data, device inventories, credentials, certificates, or keys
An honest caveat Our vulnerability and exploitation account follows Arista's Security Advisory 0144 and CISA's KEV listing. Our first-party contribution is the exposure and scanning context from our own sensors, not a direct capture of this CVE. Active exploitation is confirmed by Arista and CISA; attribution and the exact exploit mechanics have not been publicly detailed as of this writing, and we have not reproduced them.