Description
On affected platforms running Arista EOS, under certain circumstances plaintext shared secrets for configured Terminal Access Controller Access-Control System Plus (TACACS+) servers
Published: 2026-09-15
Score: 6 Medium
EPSS: n/a
KEV: No
Impact: Credential Exposure
Action: Patch
AI Analysis

Impact

The vulnerability arises when the TACACS+ server shared secrets are logged in plaintext. This occurs only when Tacacs level 6 tracing is enabled on Arista EOS devices—a condition that is not mentioned in the CVE description but is inferred from the workaround instructions and the vendor remediation. Because the raw secrets are written to agent logs, anyone who can read the logs can recover the authentication keys, potentially enabling unauthorized access or privilege escalation. The weakness corresponds to CWE‑532, a failure to protect sensitive information in logs.

Affected Systems

Affected are Arista Networks EOS devices running firmware versions earlier than 4.36.2F in the 4.36 train, earlier than 4.35.5M in the 4.35 train, earlier than 4.34.8M in the 4.34 train, and earlier than 4.33.10M in the 4.33 train. All versions in these trains are vulnerable until the specified patched releases are installed.

Risk and Exploitability

The CVSS score of 6.0 indicates medium severity. EPSS data is not available, so the global exploitation probability is uncertain. The vulnerability is not listed in of active exploitation. The likely attack vector is gaining read access to the device’s agent logs, which can be achieved by local console or SSH access with privileged rights or by exploiting other pathways that expose logs. An attacker who extracts the leaked secrets can authenticate as a TACACS+ client or hijack privileged sessions.

Generated by OpenCVE AI on September 16, 2026 at 01:51 UTC.

Remediation

Vendor Solution

CVE-2026-73465 has been fixed in the following releases: * 4.36.2F and later releases in the 4.36.x train. * 4.35.5M and later releases in the 4.35.x train. * 4.34.8M and later releases in the 4.34.x train. * 4.33.10M and later releases in the 4.33.x train.


Vendor Workaround

The workaround is to disable Tacacs level 6 tracing on agent Aaa. switch(config)# no trace Aaa enable Tacacs levels 6 Clean Up Existing Log Files If any of the above agent logging levels have been enabled, it’s necessary to clean up the existing log files to remove the already leaked secrets and keys. Use the following commands to clean up Aaa or ConfigAgent log files: switch(config)# bash sudo truncate -s 0 /var/log/agents/Aaa* switch(config)# bash sudo truncate -s 0 /var/log/agents/ConfigAgent*   Then use the following commands to clean up previously rotated old log files: switch(config)# bash sudo find /var/log/agents -name 'Aaa*.gz' -type f -delete switch(config)# bash sudo find /var/log/agents -name 'ConfigAgent*.gz' -type f -delete


OpenCVE Recommended Actions

  • Upgrade the EOS firmware to at least 4.36.2F in the 4.36 train, or to 4.35.5M in the 4.35 train, or to 4.34.8M in the 4.34 train, or to 4.33.10M in the 4.33 train, whichever applies to your device.
  • Disable Tacacs level 6aa enable Tacacs levels 6.
  • Truncate current agent log files to remove stored secrets with switch(config)# bash sudo truncate -s 0 /var/log/agents/Aaa* and switch(config)# bash sudo truncate -s 0 /var/log/agents/ConfigAgent*.
  • Delete older rotated log archives that may still contain secrets with switch(config)# bash sudo find /var/log/agents -name 'Aaa*.gz' -type f -delete and switch(config)# bash sudo find /var/log/agents -name 'ConfigAgent*.gz' -type f -delete.

Generated by OpenCVE AI on September 16, 2026 at 01:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description On affected platforms running Arista EOS, under certain circumstances plaintext shared secrets for configured Terminal Access Controller Access-Control System Plus (TACACS+) servers
Title On affected platforms running Arista EOS, under certain circumstances plaintext shared secrets for configured Terminal Access Controller Access-Control System Plus (TACACS+) servers
Weaknesses CWE-532
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Arista

Published:

Updated: 2026-09-16T03:57:05.900Z

Reserved: 2026-08-12T16:47:18.121Z

Link: CVE-2026-73467

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-15T19:17:39.477

Modified: 2026-09-16T04:18:40.883

Link: CVE-2026-73467

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T02:00:14Z

Weaknesses
  • CWE-532

    Insertion of Sensitive Information into Log File