Arista Networks pushed out an emergency advisory on September 22, 2026, for a flaw in VeloCloud Orchestrator (VCO) that already had a name and a number before most administrators finished reading it: CVE-2026-93952, CVSS 10.0, actively exploited in the wild. The U.S. Cybersecurity and Infrastructure Security Agency added the bug to its Known Exploited Vulnerabilities catalog the same day and gave federal civilian agencies until September 25 to patch, according to Rescana’s advisory tracking.
That is a three-day window for a flaw sitting at the top of the CVSS scale, in a product whose entire job is orchestrating and managing SD-WAN traffic for enterprise networks. VeloCloud Orchestrator, the management plane Arista inherited when it bought VMware’s SD-WAN business from Broadcom, sits above thousands of branch-office edge devices. A hostile takeover of that console does not just expose one office. It can expose the routing and policy controls for an entire distributed network.
The disclosure lands in the middle of a rough month for network edge security. Arista’s advisory joins a stack of CVSS 9.8-to-10.0 zero-days disclosed against F5 BIG-IP, VMware vCenter, SonicWall’s SMA1000 line, and N-able’s N-central platform this year alone. Security teams that just finished one KEV remediation cycle now have another.
What Arista Disclosed on September 22
Arista published Security Advisory 0183 on September 22, 2026, confirming that CVE-2026-93952 affects on-premises deployments of VeloCloud Orchestrator, referred to in the advisory as VCO On-Prem. Coverage from The Hacker News and SecurityWeek both confirm the same core detail: Arista says the bug was discovered externally and is already being exploited.
The company classified the root cause as CWE-20, improper input validation, that lets a remote attacker reach privileged internal functionality on the VCO host. Some reporting describes the exploitation path as requiring no authentication at all, though Arista’s public advisory does not spell out the exact mechanics of the attack chain. That gap is deliberate on Arista’s part. Vendors routinely withhold technical exploitation detail while patches are still rolling out, precisely to avoid handing a working blueprint to attackers who have not yet figured it out themselves.
What Arista has confirmed publicly: the flaw is real, it is being used against live targets, and organizations running affected on-premises builds need to patch now, not after the next change-management window. The company’s advisory also urges customers to review logs for anomalous administrator activity, a strong hint that at least some intrusions may already have left traces worth hunting for.
Inside CVE-2026-93952: A Perfect CVSS 10.0 Score
A CVSS 10.0 rating under version 3.1 means every scoring dimension landed at its worst possible value: no privileges required, no user interaction, network-based attack vector, and complete impact on confidentiality, integrity, and availability. One secondary report cited a CVSS 4.0 score of 9.5 for the same bug, but the Arista-linked reporting from SecurityWeek and The Hacker News consistently treats 10.0 as the primary figure, so that is the number worth tracking.
A perfect score does not happen often. Most critical bugs land in the 9.0-to-9.8 range because some mitigating factor knocks off a fraction of a point: a privilege requirement, a need for user interaction, or a partial rather than complete impact on one of the three CIA triad categories. When a vulnerability clears all of those bars simultaneously, it typically means the flaw sits in a component that was never supposed to be reachable without credentials in the first place, and CVE-2026-93952 fits that pattern for an orchestration console that controls policy across an entire SD-WAN fleet.
Which VeloCloud Orchestrator Versions Are Exposed
Patch availability is uneven across VCO’s release branches, which is its own operational headache for teams running mixed-version fleets across regional offices. Here is what the September 22-23 advisories and follow-up reporting confirm for each branch:
| Version Branch | Affected Releases | Fixed Version | Status as of Sept. 23 |
|---|---|---|---|
| 5.2.x | 5.2.3.15 and earlier | 5.2.3.16 | Patch available |
| 6.4.x | 6.4.2.7 and earlier | 6.4.2.8 | Patch available |
| 6.1.x | Confirmed affected | Not yet published | Awaiting fix |
| 7.0.x | 7.0.0.2 and earlier | Not yet published | Awaiting fix |
Two of the four branches had patches ready the day the advisory went public. The other two, 6.1.x and 7.0.x, did not, based on the reporting available as of September 23. That leaves administrators on those branches with a narrower set of options: isolate the management interface from the public internet, tighten access control lists around the orchestrator, and watch logs closely until Arista ships a fix. One secondary report claimed hosted and dedicated VCO instances were also impacted and already patched, but that detail is not corroborated by the stronger primary sources and should be treated as unconfirmed until Arista says so directly.
What’s Confirmed About the Attacks, and What Isn’t
The fact pattern here is thinner than the CVSS score might suggest. Arista has not published a confirmed victim count, a named affected sector, or a timeline for when exploitation began. The company also has not named the external party that discovered the bug. Reporting has not established whether the exploitation technique is remote code execution, a server-side request forgery, or an authentication bypass that then chains into something else. CWE-20 is a broad category that covers all of those outcomes.
That gap between severity and detail is normal in the first 24 to 48 hours after a KEV listing. Vendors and CISA both have an incentive to get patch guidance out fast and hold back forensic specifics until incident responders have had time to work active cases without tipping off other threat actors. Treat any claim about specific attacker groups, malware families, or exact victim counts tied to this CVE with real skepticism until Arista, CISA, or a named research firm publishes something more concrete.
CISA’s Known Exploited Vulnerabilities Deadline: September 25
CISA’s KEV catalog carries legal weight for one specific audience: U.S. federal civilian executive branch agencies, which are bound by Binding Operational Directive 22-01 to remediate listed vulnerabilities within the stated window. A three-day deadline, from a September 22 listing to a September 25 remediation date, is aggressive even by KEV standards, where 14-to-21-day windows are more typical for less severe entries.
Private-sector organizations are not legally bound by BOD 22-01, but the KEV catalog functions as a de facto priority list across the industry anyway. Cyber insurers, compliance auditors, and enterprise security teams routinely treat a fresh KEV addition as a forcing function, moving a patch from next sprint to this afternoon. Arista’s advisory landing alongside a KEV entry on the same day, rather than weeks apart, compresses that decision cycle even further for VCO operators outside the federal government.
Why SD-WAN Orchestrators Make Such a Valuable Target
An SD-WAN orchestrator is a management-plane target in a category security researchers have warned about for years: the single console that can reach everything downstream. VeloCloud Orchestrator pushes configuration, routing policy, and firmware updates out to edge devices sitting in branch offices, retail locations, and remote sites. Compromise the orchestrator and an attacker inherits a foothold that can, in theory, touch every site that console manages, without needing to breach each location individually.
That is the same structural reason F5 BIG-IP, VMware vCenter, and enterprise VPN gateways keep showing up on the KEV list. These products sit at a chokepoint between the public internet and an organization’s internal network, and they often carry administrative privileges by design. A flaw that grants unauthenticated access to that kind of chokepoint is worth far more to an attacker than an equally severe bug in a single endpoint application, because the orchestrator’s blast radius scales with the size of the network it manages rather than staying fixed at one machine.
A Year of Perfect and Near-Perfect Scores: 2026’s Network Edge Crisis
CVE-2026-93952 does not stand alone. Nearly every major network edge vendor has published a CVSS 9.8-or-higher, actively exploited zero-day at some point in 2026, and several hit the maximum score. Here is how the year’s worst network edge disclosures stack up against each other so far:
| Product | CVE | CVSS | KEV Status |
|---|---|---|---|
| Arista VeloCloud Orchestrator | CVE-2026-93952 | 10.0 | Added Sept. 22, 2026; remediate by Sept. 25 |
| SonicWall SMA1000 | Multiple flaws | 10.0 | 3-day federal remediation deadline |
| N-able N-central | CVE-2026-86218 | 10.0 | Fourth fix issued in five weeks |
| F5 BIG-IP | CVE-2026-94127 | 9.8 | Listed on KEV catalog |
| VMware vCenter | CVE-2026-59310 | 9.8 | Listed on KEV catalog; ransomware activity confirmed |
Three CVSS 10.0 entries and two 9.8 entries against management-plane or edge infrastructure, all inside a single calendar year, is not a coincidence spread across five unrelated vendors. It points to attackers deliberately hunting for input-validation and authentication flaws in exactly the class of product that gives them the widest possible reach per exploit: the software sitting between the internet and everything an enterprise runs behind it.
Market Impact: What a Zero-Day Costs a Networking Vendor
Arista built its reputation on high-performance switching for hyperscale data centers and, more recently, on riding the AI infrastructure buildout as a supplier to major cloud operators. VeloCloud is a smaller, newer piece of that portfolio, acquired as part of Arista’s push into enterprise campus and branch networking after Broadcom divested VMware’s SD-WAN unit. A critical, actively exploited flaw in that specific product line is a reputational risk concentrated in the part of Arista’s business still working to prove itself against entrenched SD-WAN competitors, rather than in the core switching business that drives most of the company’s revenue.
The near-term financial impact of any single CVE on a networking vendor’s stock is usually small and short-lived, based on how markets have reacted to comparable disclosures at F5 and SonicWall this year. The bigger cost shows up later, in enterprise security teams’ vendor risk scorecards and in renewal conversations, where a pattern of critical findings against a specific product becomes a talking point for a competitor’s sales team. One CVE rarely moves a contract. A visible pattern of them does.
Arista VeloCloud vs. Cisco Meraki vs. VMware SD-WAN vs. Fortinet
VeloCloud competes for enterprise SD-WAN budget against Cisco Meraki, Fortinet’s Secure SD-WAN line, and the VMware-branded SD-WAN products that remain under Broadcom after the VeloCloud carve-out to Arista. Each of these platforms has shipped its own critical disclosures at some point in the last several years, so no single vendor in this category gets to claim a clean record. What varies is patch cadence and how much of the orchestration layer sits exposed to the public internet by default.
Cisco has spent years building out signed-image verification and staged rollout processes for Meraki’s cloud-managed dashboard, largely in response to earlier high-profile incidents. Fortinet, despite a strong overall security marketing posture, has also had its own history of critical FortiOS and FortiManager vulnerabilities landing on the KEV catalog. The honest read for a buyer evaluating this category in September 2026: SD-WAN orchestration is a security-critical layer no matter which vendor sits behind the logo, and procurement decisions should weight patch-release speed and default network exposure at least as heavily as feature comparisons.
Historical Context: The KEV Deadline Keeps Getting Shorter
CISA’s KEV catalog launched in November 2021 with roughly 300 initial entries and typically gave federal agencies two to three weeks to remediate. Compare that baseline to this week’s Arista listing and the SonicWall SMA1000 entry, both compressed to a three-day window. That shrinking timeline reflects a broader shift in how CISA scores urgency: a vulnerability that is already being exploited against live targets, in a product with a wide management footprint, gets treated less like a routine patch cycle item and more like an active incident that happens to have a CVE number attached to it.
The same shift shows up in how quickly vendors are moving. Arista published its advisory and two of its four patched branches on the same day CISA added the CVE to KEV, rather than the days-to-weeks gap that used to be common between initial disclosure and available fix. That is a genuine improvement in vendor response speed. It is undercut somewhat by the fact that two of VCO’s four active version branches, 6.1.x and 7.0.x, still did not have a patch as of September 23.
What Security Teams Should Do Right Now
- Identify every VCO On-Prem instance in your environment and confirm its exact version number against the 5.2.3.16 and 6.4.2.8 fixed builds.
- Patch immediately on 5.2.x and 6.4.x branches, where fixes are already published.
- On 6.1.x and 7.0.x branches, remove the orchestrator’s management interface from public internet exposure until a patch ships, and restrict access via IP allowlisting or a VPN.
- Review administrator activity logs on affected VCO instances for anomalous logins, configuration changes, or privilege escalation dating back at least 30 days.
- Rotate administrative credentials tied to the orchestrator as a precaution, even if no evidence of compromise turns up.
- Track Arista’s advisories page directly rather than relying solely on third-party aggregators, since patch timelines for the remaining branches are still moving.
None of this is exotic incident response. It is the same checklist that applied to the F5 BIG-IP and SonicWall SMA1000 disclosures earlier this year, and the repetition is the point: organizations that already built a fast-response playbook for the last edge-device zero-day are executing this one in hours, not days.
Predictions: Where This Goes From Here
A few things look likely to play out over the coming weeks, based on how comparable KEV entries have resolved this year.
- Arista will publish patches for the 6.1.x and 7.0.x branches within days, following the pattern set by its same-day fixes for 5.2.x and 6.4.x.
- A named security research firm or incident response vendor will publish a more detailed technical writeup of the exploitation chain within one to two weeks, once enough patched systems reduce the risk of publishing a working proof of concept.
- At least one additional SD-WAN or network orchestration vendor will disclose a comparable critical flaw before the end of 2026, continuing the pattern seen with F5, VMware, SonicWall, and N-able.
- Enterprise buyers will start asking SD-WAN vendors for patch-cadence and KEV-history data as a standard part of security questionnaires, the same way cloud vendors already field SOC 2 and FedRAMP questions.
- CISA will keep shortening remediation windows for actively exploited, maximum-severity flaws in internet-facing management planes, treating them closer to active-incident timelines than routine patch cycles.
Frequently Asked Questions
What is CVE-2026-93952?
It is a CVSS 10.0 improper input-validation vulnerability (CWE-20) in on-premises deployments of Arista’s VeloCloud Orchestrator, disclosed on September 22, 2026, and confirmed to be actively exploited in the wild.
Is VeloCloud Orchestrator the same as VMware SD-WAN?
VeloCloud Orchestrator originated as VMware’s SD-WAN management platform. Arista Networks now owns and operates the on-premises product line referenced in this advisory, following its acquisition from Broadcom.
Which VCO versions are affected?
Confirmed affected releases include 5.2.3.15 and earlier, 6.4.2.7 and earlier, and versions on the 6.1.x and 7.0.x branches (7.0.0.2 and earlier). Patches are available for the 5.2.x and 6.4.x branches as of September 23.
Do organizations outside the federal government need to patch by September 25 too?
CISA’s three-day remediation deadline legally applies only to U.S. federal civilian agencies under Binding Operational Directive 22-01. Given the CVSS 10.0 score and confirmed active exploitation, security teams at any organization running affected on-premises VCO builds should treat this with the same urgency regardless of the legal deadline.
Has Arista confirmed how many organizations were affected?
No. As of September 23, Arista has not published a confirmed victim count, targeted sector, or exploitation timeline in its public advisory.
What should I do if I can’t patch right away?
Remove the VCO management interface from direct internet exposure, restrict access through IP allowlisting or a VPN, and review administrator logs for anomalous activity while you wait for a fix on the affected branch.
How does this compare to the F5 BIG-IP and SonicWall zero-days from earlier this year?
All three share the same profile: internet-facing management infrastructure, a near-perfect or perfect CVSS score, confirmed active exploitation, and a compressed CISA remediation window. Arista’s advisory joins F5’s CVE-2026-94127 and SonicWall’s SMA1000 flaws as part of a broader 2026 trend of critical bugs in network edge and orchestration products.
Where can I find Arista’s official advisory?
Arista publishes advisories, including Security Advisory 0183 covering this issue, on its official advisories and notices page.
Related
- F5 BIG-IP Zero-Day CVE-2026-94127 Hits CVSS 9.8 [2026]
- VMware vCenter RCE Hits CVSS 9.8, Ransomware Live [2026]
- SonicWall SMA1000 Flaws Hit CVSS 10, 3-Day Deadline [2026]
- N-central RCE Hits CVSS 10.0, 4th Fix in 5 Weeks [2026]
- Patch Tuesday Sets Record: 974 CVEs, 2 Zero-Days [2026]



