Cyber Resilience

CVE-2026-7473

Arista Eos

CISA KEVActive Exploitation
Published
05 June 2026
Modified
17 June 2026
KEV Added
09 June 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.011 63th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2026-7473 is a medium-severity Incomplete Comparison with Missing Factors (CWE-1023) vulnerability in Arista Eos. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Masquerading (T1036); ranked in the top 37% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

The strongest mitigations our analysis identified map to AC-24 (Access Control Decisions) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

On affected platforms running Arista EOS where a tunnel decapsulation configuration—such as VXLAN (Virtual Extensible LAN), decap-groups, or a GRE (Generic Routing Encapsulation) tunnel interface—is present, the switch will incorrectly decapsulate and forward other unexpected tunneled packet with a destination…

more

IP matching its configured decapsulation IP. This occurs because the switch does not verify the tunnel protocol type, potentially leading to the unexpected processing of non-configured tunnel traffic. This issue has been reported as being exploited in the wild.

CWE(s)
KEV Date Added
09 June 2026

Related Threats

MITRE ATT&CK Enterprise Techniques

T1036 Masquerading Stealth
Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools.
T1553 Subvert Trust Controls Defense Impairment
Adversaries may undermine security controls that will either warn users of untrusted activity or prevent execution of untrusted programs.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-16812Same vendor: Aristaboth on KEV
CVE-2023-3646Same product: Arista 7280Cr3-32D4
CVE-2023-24548Same product: Arista 7280Cr3-32D4
CVE-2026-48587Shared CWE-1023
CVE-2025-55333Shared CWE-1023
CVE-2026-24255Shared CWE-1023
CVE-2026-53839Shared CWE-1023
CVE-2025-62000Shared CWE-1023
CVE-2023-24512Same product: Arista 7020Sr-24C2
CVE-2023-24511Same product: Arista 7020Sr-24C2

Affected Assets

arista
eos
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.3.4
  • V6.3.5
  • V6.1.3
  • V6.5.7

Mitigating Controls (NIST 800-53 r5) AI

Mandating that access-control decisions apply the full set of required rules to each request structurally eliminates missing-factor comparisons.

Access enforcement requires that every authorization decision evaluate all relevant entity attributes, directly stopping incomplete comparisons from being used.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (reviews, testing, static analysis) directly prevent incomplete comparison flaws from being introduced.

PR.AA-03 partial match
prevents

Authentication decisions often rely on multi-factor comparisons; incomplete comparisons directly weaken this control.

PR.AA-05 partial match
prevents

Enforcing access policy requires complete evaluation of all relevant attributes; missing factors undermine authorization decisions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing comparison factors, yet testing is only one part of the control's scope.

prevents

Application security requirements can mandate complete multi-factor comparisons, but the control is broader than this single weakness.

prevents

Secure architecture principles can require exhaustive entity comparisons, yet the control addresses many other design concerns.

prevents

Secure coding standards can forbid incomplete comparisons, but the control covers a wide range of coding issues.

References