CVE-2026-73447
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Summary
A privileged attacker can exploit certain operation to execute arbitrary commands with root privileges, leading to full device compromise. An authenticated user can exploit gRPC Network Security Interface (gNSI) Certz service on Arista EOS-based products to escalate privileges and execute arbitrary OS commands via a crafted Certz Rotate request. The Bootz service is also affected.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Arista Networks | EOS | 4.30.2F < 4.31.0F | affected |
| Arista Networks | EOS | 4.31.0F < 4.32.0F | affected |
| Arista Networks | EOS | 4.32.0F < 4.33.0F | affected |
| Arista Networks | EOS | 4.33.0F <= 4.33.8M | affected |
| Arista Networks | EOS | 4.34.0F <= 4.34.7M | affected |
| Arista Networks | EOS | 4.35.0F <= 4.35.5M | affected |
| Arista Networks | EOS | 4.36.0F <= 4.36.0.1F | affected |
Weaknesses
- CWE-78: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Workarounds
For the Bootz service:
- Do not include X509 PEM certificates in the initial CertzProfile during Bootz provisioning.
For the Certz service (choose one):
Option 1: Disable gNSI Certz entirely (requires manual SSL profile management going forward): switch(config)#management api gnsi switch(config-mgmt-api-gnsi)#no service certz
Option 2: Restrict Certz access using a gNSI Authz policy. Apply an authorization policy that limits the Certz Rotate RPC to only explicitly permitted users: switch(config)#management api gnsi switch(config-mgmt-api-gnsi)#service authz
To detect potential exploitation, configure auditd to monitor for suspicious child processes spawned by OpenConfig/Octa services: switch(config)#monitor security audit switch(config-audit)#rule group process-creation -a always,exit -F arch=b64 -S execve -k process-create -a always,exit -F arch=b32 -S execve -k process-create EOF switch(config-audit)#monitor group process-creation
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: total
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.