CVE-2026-77190 PUBLISHED

Security Advisory 0177

Assigner: Arista
Reserved: 20.08.2026 Published: 16.09.2026 Updated: 16.09.2026

On affected platforms running Arista EOS, an unauthenticated attacker who is network-adjacent to the switch and able to connect to a device with PIM Sparse Mode and MLAG configured, can send malformed messages that cause the Pimsm agent to terminate unexpectedly. The Pimsm agent is automatically restarted, but repeated attacks can cause the agent to restart continuously, resulting in a sustained denial of service.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L
CVSS Score: 6

Product Status

Vendor Arista Networks
Product EOS
Versions Default: unaffected
  • affected from 4.36.0F to 4.36.1F (incl.)
  • affected from 4.35.0F to 4.35.5M (incl.)
  • affected from 4.34.2F to 4.34.7M (incl.)

Affected Configurations

In order to be vulnerable to CVE-2026-77190, the following conditions must both be met:

  1. PIM Sparse Mode must be configured (IPv4 or IPv6). For example:

switch(config)# interface Ethernet1 switch(config-if-Et1)# pim ipv4 sparse-mode

switch# show agent Pimsm uptime Agent Name Restarts Uptime

<hr />

Pimsm 1 2 days, 14:00:28

or

switch(config)# interface Vlan2 switch(config-if-Vl2)# pim ipv6 sparse-mode

switch# show agent Pimsm6 uptime Agent Name Restarts Uptime

<hr />

Pimsm6 3 2 days, 14:00:20

  1. MLAG must be configured and active:

switch(config)# mlag switch(config-mlag)# local-interface vlan 4094 switch(config-mlag)# peer-address 10.0.0.2 switch(config-mlag)# peer-link port-channel 10 switch(config-mlag)# domain-id mlag1

switch# show mlag MLAG Configuration: domain-id : mlag1 local-interface : Vlan4094 peer-address : 10.0.0.2 peer-link : Port-Channel10 MLAG Status: state : Active peer-link status : Up local-int status : Up system-id : 00:11:22:01:03:01

Workarounds

There is no mitigation or workaround available.

Solutions

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-77190 has been fixed in the following releases: - 4.36.2F and later releases in the 4.36.x train - 4.35.6M and later releases in the 4.35.x train - 4.34.8M and later releases in the 4.34.x train

No hotfix is available for this issue.

References

Problem Types

  • CWE-20 Improper Input Validation CWE