Description
On affected EOS platforms with AAA-based gRPC authorization enabled for OpenConfig, gRPC requests of an authenticated user to OpenConfig may use the wrong privilege level, resulting in an authorization using the wrong AAA method list. This does not impact non-gRPC OpenConfig requests such as NETCONF.
Published: 2026-09-16
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

This vulnerability allows an authenticated user to have gRPC requests processed with an incorrect privilege level, resulting in the use of an unintended AAA method list for authorization. Because the privilege level is misinterpreted, the attacker may execute privileged actions that would normally be restricted. The flaw does not affect NETCONF or non‑gRPC OpenConfig traffic, limiting the scope to only gRPC based sessions.

Affected Systems

Arista Networks EOS devices that have AAA-based gRPC authorization enabled for OpenConfig. Versions prior to the fix releases – 4.33.9M, 4.34.8M, 4.35.6M, and 4.36.1F – are affected. Devices running the listed releases or later are considered patched.

Risk and Exploitability

The flaw carries a CVSS score of 9.4 and is not yet listed in the CISA KEV catalog, though no EPSS data is available. An attacker would need authenticated access to the gRPC interface on the device. By sending crafted gRPC requests, the attacker can trigger the privilege‑level mismatch and thereby abuse higher‑level permissions, potentially compromising network control or configuration. Because the issue is limited to gRPC traffic and requires valid credentials, the likelihood of exploitation is moderate to high given the severity and the common use of gRPC in OpenConfig.

Generated by OpenCVE AI on September 16, 2026 at 14:04 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.8M 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

Ensure that the privilege level 0 AAA authorization method list includes methods beyond 'none' to prevent unintended access escalation: aaa authorization exec default local group tacacs+ aaa authorization commands 0 default local group tacacs+ To detect potential exploitation, enable AAA accounting and monitor logs for cases where a user's privilege level in gRPC requests does not match their defined privilege level (e.g., a user with privilege 9 appearing as priv-lvl=0 in gRPC requests).


OpenCVE Recommended Actions

  • Upgrade EOS to a version containing the fix, such as 4.33.9M or any later release in the 4.33.x, 4.34.x, 4.35.x, or 4.36.x trains.
  • Configure privilege level 0 AAA authorization method lists to include methods beyond 'none', for example using local or TACACS+ methods for exec and command authorization.
  • Enable AAA accounting and monitor logs for cases where a user's privilege level in gRPC requests does not match their defined privilege level, and investigate any anomalies.

Generated by OpenCVE AI on September 16, 2026 at 14:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description On affected EOS platforms with AAA-based gRPC authorization enabled for OpenConfig, gRPC requests of an authenticated user to OpenConfig may use the wrong privilege level, resulting in an authorization using the wrong AAA method list. This does not impact non-gRPC OpenConfig requests such as NETCONF.
Title Security Advisory 0163
Weaknesses CWE-266
References
Metrics cvssV3_1

{'score': 8, 'vector': 'CVSS:3.1/AV:N/AC:H/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-17T03:56:55.952Z

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

Link: CVE-2026-73461

cve-icon Vulnrichment

Updated: 2026-09-16T14:52:22.433Z

cve-icon NVD

Status : Awaiting Analysis

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

Modified: 2026-09-17T04:18:00.483

Link: CVE-2026-73461

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T14:15:09Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment