Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2090+ Articles
154+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Arista Patches VeloCloud Orchestrator Zero-Day Exploited in Attacks
Arista Patches VeloCloud Orchestrator Zero-Day Exploited in Attacks
NEWS

Arista Patches VeloCloud Orchestrator Zero-Day Exploited in Attacks

Arista Networks has released an emergency patch for a maximum-severity command injection zero-day in on-premises VeloCloud Orchestrator deployments that is being actively exploited in the wild.

Dylan H.

News Desk

July 27, 2026
5 min read

Maximum-Severity Zero-Day Patched Under Active Exploitation

Arista Networks has issued an emergency security advisory and patch for a maximum-severity command injection vulnerability in on-premises deployments of VeloCloud Orchestrator — the SD-WAN management platform used by enterprises and service providers to centrally manage edge networks.

The vulnerability carries a CVSS score of 10.0 and is confirmed to be actively exploited in the wild, making immediate patching an urgent priority for all affected deployments.


Vulnerability Overview

AttributeValue
VendorArista Networks
ProductVeloCloud Orchestrator (on-premises)
CVEPending (advisory issued Jul 27, 2026)
CVSS Score10.0 (Maximum)
TypeOS Command Injection
Authentication RequiredUnspecified (advisory pending details)
Patch StatusPatch available — apply immediately
Active ExploitationConfirmed in the wild

What Is VeloCloud Orchestrator?

VeloCloud (now Arista) is an enterprise SD-WAN (Software-Defined Wide Area Networking) platform. The Orchestrator is the central management plane that:

  • Provisions and configures VeloCloud Edge devices at branch locations
  • Manages SD-WAN policies, routing, and security profiles across the enterprise WAN
  • Provides a central visibility and analytics dashboard for network operations teams

Compromise of the Orchestrator gives an attacker administrative control over the entire SD-WAN fabric, including all branch edge devices.


Technical Details

The vulnerability is a command injection flaw in the VeloCloud Orchestrator web application. Command injection occurs when user-supplied input is passed to a system shell without adequate sanitization, allowing attackers to append or inject arbitrary OS commands.

// Simplified attack flow
1. Attacker sends crafted HTTP request to vulnerable Orchestrator endpoint
2. Unsanitized input is passed to an OS-level command
3. Injected shell commands execute with Orchestrator process privileges
4. Attacker achieves RCE on the Orchestrator host
5. Full SD-WAN infrastructure exposed — all edge devices manageable by attacker

Why This Is Especially Dangerous

Compromising the VeloCloud Orchestrator allows an attacker to:

ImpactDescription
Network takeoverModify SD-WAN routing policies across the entire enterprise WAN
Traffic interceptionRedirect or mirror branch traffic through attacker-controlled nodes
Lateral movementAccess all branch networks managed by the Orchestrator
PersistenceModify edge device configurations to maintain long-term access
EspionageMonitor all SD-WAN traffic flows and management activity

Affected Deployments

Only on-premises VeloCloud Orchestrator deployments are affected. Cloud-hosted Orchestrator instances managed by Arista/VMware are confirmed not affected.

Organizations running self-hosted VeloCloud Orchestrators — common in large enterprises and managed service providers who retain on-prem control — should treat this as a P0 emergency.


Immediate Actions Required

1. Apply the Patch Now

Arista has released a patch. Apply it immediately:

# Check current VeloCloud Orchestrator version
vco --version
 
# Follow Arista advisory instructions for upgrade path
# Consult: https://www.arista.com/en/support/advisories-notices/security-advisories/

2. Isolate Orchestrators Not Yet Patched

If immediate patching is not possible:

  • Restrict access to the Orchestrator management interface to trusted IP ranges only
  • Block internet-facing access to the Orchestrator — it should never be publicly exposed
  • Enable enhanced logging on the Orchestrator to detect exploitation attempts
  • Review recent access logs for anomalous API calls or unexpected logins

3. Check for Indicators of Compromise

# Review Orchestrator web access logs for anomalous requests
tail -n 5000 /var/log/nginx/access.log | grep -E "(;|&&|\|)" 
 
# Check for unexpected processes spawned by the Orchestrator service
ps auxf | grep -A5 vco
 
# Review recent system commands executed
last -F
journalctl -n 500 --no-pager

4. Audit SD-WAN Policy Changes

If exploitation is suspected, audit all SD-WAN configuration changes made in the past 30–90 days:

  • Review routing policy modifications
  • Audit firewall rule changes at edge devices
  • Check for new administrator accounts or API keys created
  • Verify edge device configurations match expected baselines

Detection Signals

SignalDescription
Unexpected OS processes spawned from the VCO serviceCommand injection successful
New admin users in the OrchestratorPost-exploitation persistence
SD-WAN routing changes not initiated by network teamAttacker policy modification
Outbound connections from Orchestrator to unknown IPsC2 communication
Access from unexpected source IPs to Orchestrator management UIReconnaissance or exploitation

Long-Term Hardening

  1. Never expose the Orchestrator management interface to the internet — place behind VPN or zero-trust access
  2. Enable MFA for all Orchestrator administrator accounts
  3. Implement IP allowlisting on the management interface
  4. Subscribe to Arista security advisories for timely patching
  5. Conduct regular penetration testing of SD-WAN management infrastructure
  6. Segment the Orchestrator host from general enterprise networks

Related Reading

  • Hackers Target US Firms in FastJson RCE Zero-Day Attacks
  • Russian Hackers Exploit Zimbra Zero-Day Against US & Ukraine Targets
  • PTC Windchill Vulnerability Exploited in Ransomware Campaign
#Zero-Day#Arista#VeloCloud#SD-WAN#Command Injection#Network Security#Active Exploitation#BleepingComputer

Related Articles

Hackers Exploit Cisco SD-WAN Zero-Day for Root Access at Telecom Provider

Mandiant has detailed an incident in which threat actors exploited a Cisco SD-WAN zero-day vulnerability to gain the highest possible access level at a...

5 min read

Cisco Customers Encounter Another SD-WAN Zero-Day Under Attack

A seventh actively exploited zero-day in Cisco SD-WAN products this year — CVE-2026-20245 — is under attack with no patch yet available from Cisco.

5 min read

Cisco Warns of Unpatched SD-WAN Zero-Day Exploited in Attacks

Cisco has issued an emergency warning about an actively exploited, unpatched zero-day in Cisco Catalyst SD-WAN Manager (CVE-2026-20245) that enables root…

4 min read
Back to all News