Description
On affected platforms running Arista EOS, when multiple gRPC Network Security Interface (gNSI) transports are configured, a race condition in the gNSI Authz service may cause a policy rotation to fail silently. An authenticated user whose access was revoked by the new policy may retain unauthorized access to gRPC interfaces. This does not affect Bootz.

This issue was discovered internally by Arista, and the company is not aware of any malicious exploitation of this vulnerability in customer networks.
Published: 2026-09-16
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Access to gRPC Interfaces
Action: Patch
AI Analysis

Impact

On Arista EOS systems that use multiple gNSI transports, the gNSI Authz service contains a race condition that can cause policy rotation to fail silently. When a new policy is applied, a user whose access has been revoked may still be able to use gRPC interfaces that should have been blocked. This issue does not impact Bootz. The vulnerability arises from improper handling of concurrent policy updates, leading to a race condition identified as CWE‑362. The consequence is that an authenticated user who had their privileges revoked can retain unauthorized access, which could be abused to perform unauthorized operations or reveal sensitive information.

Affected Systems

Affected products are Arista Networks Arista EOS. The issue is fixed in the following releases: EOS 4.36.1F and later of the 4.36.x train, 4.35.6M and later of the 4.35.x train, 4.34.7.1M and later of the 4.34.x train, 4.33.9M and later of the 4.33.x train. No hotfix is available. The vulnerability is not known to be actively exploited in the wild.

Risk and Exploitability

The CVSS score is 6, which classifies the severity as Medium. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Attackers would need authenticated access to the gNSI transport and the ability to trigger a policy rotation. The race condition is likely exploitable in environments that enable multiple gNSI transports, but its impact is limited to retaining access after revocation, rather than offering remote code execution or full system compromise. Nevertheless, because it allows unauthorized use of gRPC interfaces, it can undermine the integrity and confidentiality of network management functions.

Generated by OpenCVE AI on September 16, 2026 at 13:55 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-73463 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.7.1M 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

Restrict the set of users that can enable gNSI on OpenConfig / Octa transports via the CLI. Firstly, configure AAA authorization. The following is an example of configuring AAA authorization for all privilege levels using only the local user database: switch(config)#aaa authorization commands all default local switch(config)#aaa authorization config-commands Now restrict a sufficient subset of all roles from enabling gNSI services. In the below example, we prohibit just network-operators: switch(config-mgmt-api-gnsi)#role network-operator switch(config-role-network-operator)#10 deny mode mgmt-api-gnsi command transport gnmi .* 256 permit command .*


OpenCVE Recommended Actions

  • Upgrade Arista EOS to at least version 4.36.1F, 4.35.6M, 4.34.7.1M, or 4.33.9M depending on your train, as these releases contain the remediation for the gNSI race condition.
  • If an upgrade cannot be performed immediately, apply the workaround by configuring AAA authorization and restricting roles that can enable gNSI services, for example deny the network-operator role the mgmt-api-gnsi transport command.
  • Verify that no additional unintended gNSI transports are configured and that the system enforces the updated policy rotation.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 14: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, when multiple gRPC Network Security Interface (gNSI) transports are configured, a race condition in the gNSI Authz service may cause a policy rotation to fail silently. An authenticated user whose access was revoked by the new policy may retain unauthorized access to gRPC interfaces. This does not affect Bootz. This issue was discovered internally by Arista, and the company is not aware of any malicious exploitation of this vulnerability in customer networks.
Title Security Advisory 0169
Weaknesses CWE-362
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/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-16T13:59:32.239Z

Reserved: 2026-08-12T16:45:03.511Z

Link: CVE-2026-73463

cve-icon Vulnrichment

Updated: 2026-09-16T13:59:26.563Z

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-09-16T19:08:50.420

Link: CVE-2026-73463

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')