Description
On affected platforms running Arista EOS with OpenConfig-related services (i.e., gNMI, gNSI, RESTCONF and NETCONF), sensitive requests and responses may be unintentionally logged. These may be stored on the local EOS device or recorded on remote accounting servers. Note that gRPC-based streaming via Streaming Telemetry Agent to CloudVision is not affected by this vulnerability.

Examples of sensitive information include:
- Sensitive CLI commands (e.g., "username bob secret myPass")
- Sensitive OpenConfig YANG leafs (e.g., "system/aaa/global/tacacs/config/secret-key")

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: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Patch Now
AI Analysis

Impact

A fault in the OpenConfig‑related services on Arista EOS causes requests and responses that contain sensitive data—such as passwords, secret keys, and authentication tokens—to be written to device logs or forwarded to remote accounting servers without scrubbing. The flaw is equivalent to CWE‑256, plain‑text storage of sensitive information, and can expose credentials and other secrets to anyone who can access the logs.

Affected Systems

Arista Networks EOS devices running the 4.36.x train below version 4.36.2F are affected. Any device that has gNMI, gNSI, RESTCONF or NETCONF enabled for configuration or telemetry is susceptible, until a remediated release is installed.

Risk and Exploitability

The CVSS score of 5.1 places the vulnerability at moderate severity and the EPSS score is not available. No publicly documented exploits exist and the issue is not listed in the CISA KEV catalog. However, an attacker who can read device logs or intercept remote accounting traffic can harvest leaked credentials, making the confidentiality risk real for networks that expose these services without additional safeguards. The most likely attack vector is through normal service traffic, so organization should treat this as a potential data disclosure threat.

Generated by OpenCVE AI on September 16, 2026 at 13:22 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-2380 has been fixed in the following releases: - 4.36.2F and later releases in the 4.36.x train No hotfix is available for this issue.


Vendor Workaround

The vulnerability can be mitigated by avoiding the transmission of requests containing sensitive information over gNMI, RESTCONF, or NETCONF. Additionally, debug tracing for the OpenConfig or Octa agents should not be enabled, i.e., do not configure "trace OpenConfig setting */*" or "trace Octa setting */*"; please note that this can only avoid sensitive information showing in the debug traces, but can not mitigate the issue cause by other configurations mentioned in the Required Configuration for Exploitation section. Should it be determined that sensitive information has been logged, the affected log files must be truncated and any compromised secrets rotated to prevent unauthorized credential usage. Use the following commands to clean up OpenConfig and Octa log files: switch(config)# bash sudo truncate -s 0 /var/log/agents/OpenConfig* switch(config)# bash sudo truncate -s 0 /var/log/agents/Octa* Then use the following commands to clean up previously rotated old log files: switch(config)# bash sudo find /var/log/agents -name 'OpenConfig*.gz' -type f -delete switch(config)# bash sudo find /var/log/agents -name 'Octa*.gz' -type f -delete


OpenCVE Recommended Actions

  • Upgrade Arista EOS to version 4.36.2F or later to obtain the remediated release.
  • Avoid sending requests that contain sensitive information over gNMI, RESTCONF, or NETCONF.
  • Disable debug tracing for the OpenConfig and Octa agents by removing the trace OpenConfig setting */* or trace Octa setting */*.
  • If sensitive data has already been logged, truncate the OpenConfig and Octa log files and rotate any compromised secrets.

Generated by OpenCVE AI on September 16, 2026 at 13:22 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:00:00 +0000

Type Values Removed Values Added
Description On affected platforms running Arista EOS with OpenConfig-related services (i.e., gNMI, gNSI, RESTCONF and NETCONF), sensitive requests and responses may be unintentionally logged. These may be stored on the local EOS device or recorded on remote accounting servers. Note that gRPC-based streaming via Streaming Telemetry Agent to CloudVision is not affected by this vulnerability. Examples of sensitive information include: - Sensitive CLI commands (e.g., "username bob secret myPass") - Sensitive OpenConfig YANG leafs (e.g., "system/aaa/global/tacacs/config/secret-key") 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 0168
Weaknesses CWE-256
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Arista

Published:

Updated: 2026-09-16T14:07:36.480Z

Reserved: 2026-02-11T21:25:18.920Z

Link: CVE-2026-2380

cve-icon Vulnrichment

Updated: 2026-09-16T14:01:38.003Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-2380

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T13:30:10Z

Weaknesses
  • CWE-256

    Plaintext Storage of a Password