On affected platforms running Arista EOS with gRPC Network Security Interface (gNSI) Credentialz configured, a specially crafted request can cause unintended modifications to the target account's properties. This may result in the account being assigned elevated privileges or access beyond what an administrator intended.
In order to be vulnerable to CVE-2026-73454, the following condition must be met:
gNSI Credentialz must be enabled (Note: gNSI Credentialz is disabled by default):
switch(config)#show management api gnsi
Transport: default
Transport enabled: yes
Server: running on port 6030, in default VRF
Acctz enabled: no
Attestz enabled: no
Authz enabled: no
Certz enabled: no
Credentialz enabled: yes
Enrollz enabled: no
Pathz enabled: no
If Credentialz is not enabled there is no exposure to this issue.
Disable gNSI Credentialz service. Note: Disabling Credentialz prevents gNSI-based credential rotation (SSH keys, passwords, host parameters) but does not affect traditional EOS CLI credential management. Credentialz is not enabled by default.
switch(config)#management api gnsi
switch(config-mgmt-api-gnsi)#no service credentialz
The following EOS releases contain the fix for this vulnerability:
- 4.33.9M and later releases in the 4.33.x train
- 4.34.7.1M 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.