Description
On affected platforms running Arista EOS, an issue with the gRPC Network Security Interface (gNSI) Authz Rotate RPC may cause an incorrect Authz policy which was uploaded in the ongoing RPC stream to become active. This does not affect Bootz.

This issue was discovered internally by Arista and the company is not aware of any malicious uses of this issue in customer networks.
Published: 2026-09-16
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Patch
AI Analysis

Impact

The flaw in the gNSI Authz Rotate RPC allows an attacker to upload an incorrect authorization policy during an active RPC stream so that the policy becomes active. This can result in unintended privilege escalation, giving attackers elevated control over the device. The weakness is categorized as CWE‑20, reflecting an improper input validation issue that permits malformed policy data.

Affected Systems

Arista Networks EOS devices, affecting all releases older than 4.36.1F in the 4.36.x train, older than 4.35.6M in the 4.35.x train, older than 4.34.8M in the 4.34.x train, and older than 4.33.9M in the 4.33.x train.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. EPSS is unavailable, so the likelihood of exploitation is uncertain, and the vulnerability is not listed in CISA KEV. The attack vector is inferred to be remote, via the gNSI Authz Rotate RPC accessed through the switch's gRPC interface. Successful exploitation would allow an attacker to replace the device’s authorization policy, effectively bypassing intended access controls.

Generated by OpenCVE AI on September 16, 2026 at 13:56 UTC.

Remediation

Vendor Solution

The recommended resolution is to upgrade to a remediated software version at your earliest convenience. Arista recommends customers move to the latest version of each release that contains all the fixes listed below. CVE-2026-73445 has been fixed in the following releases: - 4.36.1F and later releases in the 4.36.x train - 4.35.6M and later releases in the 4.35.x train - 4.34.8M and later releases in the 4.34.x train - 4.33.9M and later releases in the 4.33.x train No hotfix is available for this issue.


Vendor Workaround

1. Include exactly one UploadRequest in a gNSI Authz Rotate request. 2. Use a gNSI Authz policy that restricts gNSI Authz use to only those who strictly need it. Below is an example policy that only allows user "Neo" to rotate Authz policies: { "name":"restrict-authz-policy", "allow_rules":[ { "name":"neoallow", "request":{ "paths":[ "/gnsi.authz.v1.Authz/Rotate" ], "headers":[ { "key":"username", "values":[ "Neo" ] } ] } }, { "name":"allow-gnmi", "request":{ "paths":[ "/gnmi.gNMI/*" ] } }, { "name":"allow-gnoi", "request":{ "paths":[ "/gnoi.*" ] } } ] } Ideally, this policy would be uploaded via a gNSI client for correct version and created-on metadata handling. However, the policy can also be written directly to the active policy file: switch#bash timeout 100 echo "{\"name\":\"restrict-authz-policy\",\"allow_rules\":[{\"name\":\"neoallow\",\"request\":{\"paths\":[\"\/gnsi.authz.v1.Authz\/Rotate\"],\"headers\":[{\"key\":\"username\",\"values\":[\"Neo\"]}]}},{\"name\":\"allow-gnmi\",\"request\":{\"paths\":[\"\/gnmi.gNMI\/*\"]}},{\"name\":\"allow-gnoi\",\"request\":{\"paths\":[\"\/gnoi.*\"]}}]}" | sudo tee /persist/sys/gnsi/authz/policy.json && sleep 11


OpenCVE Recommended Actions

  • Upgrade the EOS software to at least version 4.36.1F or later, which contains the fix for all relevant release trains.
  • If an upgrade cannot be performed immediately, apply the supplied workaround by restricting the gNSI Authz policy to a single UploadRequest and limiting Rotate operations to authorized users only, implementing the policy shown in the advisory.
  • Continuously monitor gNSI Authz activity and review device logs for unauthorized policy changes to detect any attempts to exploit the flaw.

Generated by OpenCVE AI on September 16, 2026 at 13:56 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': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Description On affected platforms running Arista EOS, an issue with the gRPC Network Security Interface (gNSI) Authz Rotate RPC may cause an incorrect Authz policy which was uploaded in the ongoing RPC stream to become active. This does not affect Bootz. This issue was discovered internally by Arista and the company is not aware of any malicious uses of this issue in customer networks.
Title Security Advisory 0167
Weaknesses CWE-20
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Arista

Published:

Updated: 2026-09-16T17:35:56.813Z

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

Link: CVE-2026-73445

cve-icon Vulnrichment

Updated: 2026-09-16T17:35:53.784Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-16T09:17:04.853

Modified: 2026-09-16T19:09:28.447

Link: CVE-2026-73445

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T14:00:11Z

Weaknesses
  • CWE-20

    Improper Input Validation