CVE-2026-73447

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

VendorProductVersion RangeStatus
Arista NetworksEOS4.30.2F < 4.31.0Faffected
Arista NetworksEOS4.31.0F < 4.32.0Faffected
Arista NetworksEOS4.32.0F < 4.33.0Faffected
Arista NetworksEOS4.33.0F <= 4.33.8Maffected
Arista NetworksEOS4.34.0F <= 4.34.7Maffected
Arista NetworksEOS4.35.0F <= 4.35.5Maffected
Arista NetworksEOS4.36.0F <= 4.36.0.1Faffected

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