What is Arista EOS?
Arista Extensible Operating System (EOS) is the network operating system powering Arista's data center and campus switching and routing platforms. It is widely deployed in hyperscale data centers, financial institutions, and enterprise networks as a high-performance, programmable alternative to Cisco IOS/NX-OS. Arista switches are commonly used at the network core and distribution layers, making vulnerabilities that allow traffic injection or segmentation bypass especially dangerous in environments with strict east-west isolation requirements.
Overview
CVE-2026-7473 is a hardware ASIC-level tunnel protocol confusion vulnerability in Arista EOS. When a switch is configured for tunnel decapsulation (VXLAN, GRE, or similar), it fails to validate that incoming tunneled traffic uses the expected protocol type. An unauthenticated attacker can send traffic encapsulated in an unexpected tunnel protocol to the switch's decapsulation IP, causing the switch to silently decapsulate and forward the traffic into internal network segments — bypassing network segmentation controls. Arista has confirmed active exploitation and has stated that no software patch is planned due to the hardware nature of the flaw.
Affected Versions
| Platform Series | Vulnerable | Notes |
|---|---|---|
| 7020R, 7280R, 7280R2, 7500R, 7500R2 | All EOS releases | Full vulnerability; ACL mitigation available |
| 7280R3, 7500R3, 7800R3 | All EOS releases | Limited scope (IP-in-IPv6 and GUEv6 scenarios only) |
| 7020R4, 7280R4, 7500R4, 7700R4, 7800R4, most X-Series | Not affected | R4-generation ASICs are not vulnerable |
No EOS software version is fixed. All affected hardware versions remain vulnerable; mitigation is ACL-based only.
Technical Details
Arista's R-Series platforms use specific ASIC families that perform tunnel decapsulation in hardware forwarding pipelines. The validation logic is incomplete (CWE-1023: incomplete comparison with missing factors): when the switch is configured to decapsulate traffic destined to a specific IP address (e.g., for VXLAN on UDP/4789), the ASIC matches only on the destination IP and decapsulates any IP-encapsulated protocol arriving at that address — VXLAN, GRE, NVGRE, Geneve, or bare IP-in-IP — regardless of what protocol the switch was configured to accept.
An attacker who can send traffic to the switch's decapsulation IP from an external or untrusted segment can wrap arbitrary payloads in an unexpected tunnel protocol. The switch decapsulates the outer header and forwards the inner payload into the internal network, effectively tunneling past firewall ACLs and VLAN segmentation controls that would otherwise block direct traffic. The CVSS scope metric is "Changed" because the impact crosses from the attacker-reachable segment into the protected internal segment.
Attack characteristics:
- Attack vector: Network (no prior access to protected segment needed)
- Authentication required: None
- User interaction: None
- Impact: Traffic injection into internal network segments (segmentation bypass)
Discovery
Discovered by Scott Christiansen, Lukas Peitz, Rich Compton, and Jonathan Davis at Comcast. Reported to Arista; advisory published May 5, 2026.
Exploitation Context
Arista's advisory explicitly states the issue "has been reported as being exploited in the wild." No specific threat actor has been publicly attributed. The primary exploitation impact is network segmentation bypass — an attacker on a less-trusted network segment can inject traffic into segments they should not be able to reach, bypassing firewall and VLAN isolation. This is particularly dangerous in multi-tenant data centers or environments with strict PCI-DSS or government network isolation requirements.
The lack of a software patch makes this a persistent risk for affected hardware that cannot be mitigated purely by software upgrade — only ACL controls or hardware refresh address the underlying issue.
Remediation
No software patch is available or planned. Mitigation is ACL-based only:
- Option A — Upstream ACLs: On routers or switches upstream of affected devices, apply ACLs permitting only the expected tunnel protocol (e.g., UDP/4789 for VXLAN) destined to the decapsulation IP, and denying all other encapsulated protocols.
- Option B — Device ACLs on 7020R/7280R/7500R: Apply MAC ACLs at ingress on the affected device to filter unexpected tunnel protocols before they reach the decapsulation pipeline.
- Option C — Device ACLs on 7280R3/7500R3/7800R3: Apply IPv6 PACLs with TCAM profile modifications to address the IPv6 tunnel scenario per Arista's advisory.
- Audit tunnel decapsulation configurations and remove any decapsulation endpoints that are not operationally required.
- Monitor for unexpected traffic crossing segmentation boundaries as a detection control for active exploitation.
- Hardware refresh to R4-generation ASICs (7020R4, 7280R4, 7500R4, 7700R4, 7800R4) eliminates the vulnerability at the hardware level for organizations planning refresh cycles.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-7473 |
| Vendor / Product | Arista — Extensible Operating System |
| NVD Published | 2026-06-05 |
| NVD Last Modified | 2026-06-09 |
| CVSS 3.1 Score | 5.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N |
| Severity | MEDIUM |
| CWE | CWE-1023 find similar ↗ |
| CISA KEV Added | 2026-06-09 |
| CISA KEV Deadline | 2026-06-23 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-05-05 | Arista publishes Security Advisory 0137; vulnerability reported by Comcast researchers |
| 2026-06-05 | CVE published |
| 2026-06-09 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-06-23 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Arista Security Advisory 0137 — CVE-2026-7473 | Vendor Advisory |
| NVD — CVE-2026-7473 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |