Description
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.
Published: 2026-09-16
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

An ARISTA device running EOS can be compromised by an attacker Network Security Interface. By sending aNSI Certz service or the Bootz service, the attacker can inject OS commands that are executed with root privileges. This command injection flaw is a classic input validation weakness (CWE‑78) and results in full device compromise, giving the attacker total control over the system.

Affected Systems

Arista Networks EOS devices are affected. The vulnerability is fixed in EOS releases 4.33.9M and later in the 4.33.x train, 4.34.7.1M and later in the 4.34.x train, 4.35.6M and later in the 4.35.x train, and 4.36.1F and later in the 4.36.x train. Devices running earlier releases are susceptible.

Risk and Exploitability

The CVSS score of 9.4 indicates critical severity, while the EPSS score of less than 1% shows the likelihood of exploitation is currently low but not zero. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated privileged user to target the gNSI Certz or Bootz service, and the attack vector is inferred to be over the device’s internal gRPC interface following these privileges.

Generated by OpenCVE AI on September 16, 2026 at 15:27 UTC.

Remediation

Vendor Solution

The following EOS releases contain the fix for this vulnerability: - 4.33.9M and later releases in the 4.33.x train - 4.34.7.1M and later releases in the 4.34.x train - 4.35.6M and later releases in the 4.35.x train - 4.36.1F and later releases in the 4.36.x train No hotfix is available for this vulnerability.


Vendor Workaround

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


OpenCVE Recommended Actions

  • Upgrade the EOS software to a release that contains the fix (e.g., 4.33.9M or later in the 4.33.x train, or the latest release in the 4.34.x, 4.35.x, or 4.36.x trains).
  • If upgrading is not immediately possible, disable the gNSI Certz service: switch(config)#management api gnsi switch(config-mgmt-api-gnsi)#no service certz.
  • As an alternative, restrict access to the Certz Rotate RPC by applying a gNSI Authz policy that limits permitted users: switch(config)#management api gnsi switch(config-mgmt-api-gnsi)#service authz.

Generated by OpenCVE AI on September 16, 2026 at 15:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Security Advisory 0162 - gNSI Certz/Bootz OS Command Injection via Crafted Rotate Request
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Arista

Published:

Updated: 2026-09-17T11:48:35.449Z

Reserved: 2026-08-12T16:42:47.921Z

Link: CVE-2026-73447

cve-icon Vulnrichment

Updated: 2026-09-16T17:40:50.343Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-16T07:16:37.087

Modified: 2026-09-17T12:18:25.707

Link: CVE-2026-73447

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T15:30:11Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')