CVE-2026-73451
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Summary
On affected platforms running Arista EOS with dual switch cards and with ingress Security ACLs configured on Switched Virtual Interfaces (SVI) in shared mode, restarting of the secondary switchcard forwarding agent or insertion of secondary switchcard, can cause security ACLs on shared SVIs to stop functioning. This may result in incorrect packet permit/deny behavior.
This issue was discovered internally by Arista, and the company is not aware of any malicious exploitation of this vulnerability in customer networks.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Arista Networks | EOS | 4.36.0 <= 4.36.0.1F | affected |
| Arista Networks | EOS | 4.35.0 <= 4.35.4M | affected |
| Arista Networks | EOS | 4.34.0 <= 4.34.6M | affected |
| Arista Networks | EOS | 4.33.0 <= 4.33.8M | affected |
| Arista Networks | EOS | 4.32.0 <= 4.32.11M | affected |
| Arista Networks | EOS | 4.31.1F <= 4.31.10M | affected |
Weaknesses
- CWE-1419: CWE-1419 Incorrect Initialization of Resource
Workarounds
The workaround is to re-configure (remove and reapply) the ingress IPv4 and IPv6 ACLs applied to all SVIs.
For every SVI check the active ACL(s) applied to it,
switch(config)# interface VlanNNN switch(config-if-VlNNN)# show active
Then remove the ACL(s) and re-apply them,
switch(config-if-VlNNN)# no ip access-group <acl name> in switch(config-if-VlNNN)# ip access-group <acl name> in switch(config-if-VlNNN)# no ipv6 access-group <acl name> in switch(config-if-VlNNN)# ipv6 access-group <acl name> in
Note: the security provided by the ACL configuration will not be present during the removal/reapplication of the security ACLs.
For more information about Security ACLs see EOS User Manual: ACLs and Route Maps https://www.arista.com/en/um-eos/eos-acls-and-route-maps .
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.