← Back

Arista

arista

101 CVEs • 323 products

Products (323)

Click to collapse
Toggle
Eos
eos
Ng Firewall
ng_firewall
C 65 Firmware
c-65_firmware
C 75 Firmware
c-75_firmware
O 90 Firmware
o-90_firmware
W 68 Firmware
w-68_firmware
Terminattr
terminattr
Cloudeos
cloudeos
Mos
mos
Veos
veos
Access Point
access_point
Ceos Lab
ceos-lab
Veos Lab
veos-lab
Multiaccess
multiaccess
Velocloud Edge
velocloud_edge
Netvisor Os
netvisor_os
Dcs 7050t
dcs-7050t
Dcs 7050q
dcs-7050q
Dcs 7050s
dcs-7050s
7020r
7280e
7280r
7280r2
7280r3
7500e
7500r
7500r2
7500r3
Av2
av2
C 75
c-75
C75 E
c75-e
O 90
o-90
O90e
o90e
W 68
w-68
7010t 48
7010t-48
7050cx3 32s
7050cx3-32s
7050cx3m 32s
7050cx3m-32s
7050qx 32s
7050qx-32s
7050qx2 32s
7050qx2-32s
7050sx 128
7050sx-128
7050sx 64
7050sx-64
7050sx 72q
7050sx-72q
7050sx2 128
7050sx2-128
7050sx2 72q
7050sx2-72q
7050sx3 48c8
7050sx3-48c8
7050sx3 48yc
7050sx3-48yc
7050sx3 48yc8
7050sx3-48yc8
7050sx3 96yc8
7050sx3-96yc8
7050tx 48
7050tx-48
7050tx 64
7050tx-64
7050tx 72q
7050tx-72q
7050tx2 128
7050tx2-128
7050tx3 48c8
7050tx3-48c8
7060cx 32s
7060cx-32s
7060cx2 32s
7060cx2-32s
7060dx4 32
7060dx4-32
7060px4 32
7060px4-32
7060sx2 48yc6
7060sx2-48yc6
720xp 24y6
720xp-24y6
720xp 24zy4
720xp-24zy4
720xp 48y6
720xp-48y6
720xp 48zc2
720xp-48zc2
720xp 96zc2
720xp-96zc2
7250qx 64
7250qx-64
7260cx
7260cx3
7260cx3 64
7260cx3-64
7260qx
7300x 32q
7300x-32q
7300x 64s
7300x-64s
7300x 64t
7300x-64t
7300x3 32c
7300x3-32c
7300x3 48yc4
7300x3-48yc4

CVEs (101)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
6Arista
CiscoDebian+3 more
1681100 4p Firmware
1100 8p Firmware1100 Firmware+165 more
Jun 17, 2026
May 11, 2021
N/A· v4
2.6 LOW· v3
1.8 LOW· v2
The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse th...Show more
The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse this to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed.Show less
5Arista
DebianIeee+2 more
24Ac 1550 Firmware
Ac 3165 FirmwareAc 3168 Firmware+21 more
Jun 17, 2026
May 11, 2021
N/A· v4
3.5 LOW· v3
2.9 LOW· v2
The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under t...Show more
The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under the right circumstances, when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP, this can be abused to inject arbitrary network packets and/or exfiltrate user data.Show less
4Arista
DebianFedoraproject+1 more
4Debian Linux
DnsmasqEos+1 more
Jun 17, 2026
Jan 20, 2021
N/A· v4
3.7 LOW· v3
4.3 MEDIUM· v2
A flaw was found in dnsmasq before version 2.83. When receiving a query, dnsmasq does not check for an existing pending request for the same name and forwards a new request. By default, a maximum of 150 pending queries c...Show more
A flaw was found in dnsmasq before version 2.83. When receiving a query, dnsmasq does not check for an existing pending request for the same name and forwards a new request. By default, a maximum of 150 pending queries can be sent to upstream servers, so there can be at most 150 queries for the same name. This flaw allows an off-path attacker on the network to substantially reduce the number of attempts that it would have to perform to forge a reply and have it accepted by dnsmasq. This issue is mentioned in the "Birthday Attacks" section of RFC5452. If chained with CVE-2020-25684, the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.Show less
4Arista
DebianFedoraproject+1 more
4Debian Linux
DnsmasqEos+1 more
Jun 17, 2026
Jan 20, 2021
N/A· v4
3.7 LOW· v3
4.3 MEDIUM· v2
A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in forward.c:reply_query(), which is the forwarded query that matches the reply, by only using a weak hash of t...Show more
A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in forward.c:reply_query(), which is the forwarded query that matches the reply, by only using a weak hash of the query name. Due to the weak hash (CRC32 when dnsmasq is compiled without DNSSEC, SHA-1 when it is) this flaw allows an off-path attacker to find several different domains all having the same hash, substantially reducing the number of attempts they would have to perform to forge a reply and get it accepted by dnsmasq. This is in contrast with RFC5452, which specifies that the query name is one of the attributes of a query that must be used to match a reply. This flaw could be abused to perform a DNS Cache Poisoning attack. If chained with CVE-2020-25684 the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.Show less
4Arista
DebianFedoraproject+1 more
4Debian Linux
DnsmasqEos+1 more
Jun 17, 2026
Jan 20, 2021
N/A· v4
3.7 LOW· v3
4.3 MEDIUM· v2
A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in the forward.c:reply_query() if the reply destination address/port is used by the pending forwarded queries....Show more
A flaw was found in dnsmasq before version 2.83. When getting a reply from a forwarded query, dnsmasq checks in the forward.c:reply_query() if the reply destination address/port is used by the pending forwarded queries. However, it does not use the address/port to retrieve the exact forwarded query, substantially reducing the number of attempts an attacker on the network would have to perform to forge a reply and get it accepted by dnsmasq. This issue contrasts with RFC5452, which specifies a query's attributes that all must be used to match a reply. This flaw allows an attacker to perform a DNS Cache Poisoning attack. If chained with CVE-2020-25685 or CVE-2020-25686, the attack complexity of a successful attack is reduced. The highest threat from this vulnerability is to data integrity.Show less
1Arista
1Eos
Jun 17, 2026
Dec 28, 2020
N/A· v4
7.4 HIGH· v3
6.1 MEDIUM· v2
An issue with ARP packets in Arista’s EOS affecting the 7800R3, 7500R3, and 7280R3 series of products may result in issues that cause a kernel crash, followed by a device reload. The affected Arista EOS versions are: 4.2...Show more
An issue with ARP packets in Arista’s EOS affecting the 7800R3, 7500R3, and 7280R3 series of products may result in issues that cause a kernel crash, followed by a device reload. The affected Arista EOS versions are: 4.24.2.4F and below releases in the 4.24.x train; 4.23.4M and below releases in the 4.23.x train; 4.22.6M and below releases in the 4.22.x train.Show less
1Arista
1Eos
Jun 17, 2026
Dec 28, 2020
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In Arista EOS malformed packets can be incorrectly forwarded across VLAN boundaries in one direction. This vulnerability is only susceptible to exploitation by unidirectional traffic (ex. UDP) and not bidirectional traff...Show more
In Arista EOS malformed packets can be incorrectly forwarded across VLAN boundaries in one direction. This vulnerability is only susceptible to exploitation by unidirectional traffic (ex. UDP) and not bidirectional traffic (ex. TCP). This affects: EOS 7170 platforms version 4.21.4.1F and below releases in the 4.21.x train; EOS X-Series versions 4.21.11M and below releases in the 4.21.x train; 4.22.6M and below releases in the 4.22.x train; 4.23.4M and below releases in the 4.23.x train; 4.24.2.1F and below releases in the 4.24.x train.Show less
1Arista
1Eos
Jun 17, 2026
Dec 28, 2020
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
In EVPN VxLAN setups in Arista EOS, specific malformed packets can lead to incorrect MAC to IP bindings and as a result packets can be incorrectly forwarded across VLAN boundaries. This can result in traffic being discar...Show more
In EVPN VxLAN setups in Arista EOS, specific malformed packets can lead to incorrect MAC to IP bindings and as a result packets can be incorrectly forwarded across VLAN boundaries. This can result in traffic being discarded on the receiving VLAN. This affects versions: 4.21.12M and below releases in the 4.21.x train; 4.22.7M and below releases in the 4.22.x train; 4.23.5M and below releases in the 4.23.x train; 4.24.2F and below releases in the 4.24.x train.Show less
1Arista
1Eos
Jun 17, 2026
Oct 26, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Arista EOS before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause traffic loss or incorrect forwarding of traffic via a malformed link-state PDU to the I...Show more
Arista EOS before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause traffic loss or incorrect forwarding of traffic via a malformed link-state PDU to the IS-IS router.Show less
1Arista
1Cloudvision Exchange
Jun 17, 2026
Oct 26, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Arista’s CloudVision eXchange (CVX) server before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause a denial of service (crash and restart) in the Controll...Show more
Arista’s CloudVision eXchange (CVX) server before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause a denial of service (crash and restart) in the ControllerOob agent via a malformed control-plane packet.Show less
1Arista
1Eos
Jun 17, 2026
Oct 21, 2020
N/A· v4
7.5 HIGH· v3
4.3 MEDIUM· v2
Arista EOS before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause a denial of service (restart of agents) by crafting a malformed DHCP packet which leads...Show more
Arista EOS before 4.21.12M, 4.22.x before 4.22.7M, 4.23.x before 4.23.5M, and 4.24.x before 4.24.2F allows remote attackers to cause a denial of service (restart of agents) by crafting a malformed DHCP packet which leads to an incorrect route being installed.Show less
1Arista
1Cloudvision Portal
Jun 17, 2026
Sep 22, 2020
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
A vulnerability in Arista’s CloudVision Portal (CVP) prior to 2020.2 allows users with “read-only” or greater access rights to the Configlet Management module to download files not intended for access, located on the CVP...Show more
A vulnerability in Arista’s CloudVision Portal (CVP) prior to 2020.2 allows users with “read-only” or greater access rights to the Configlet Management module to download files not intended for access, located on the CVP server, by accessing a specific API.Show less
3Arista
DebianQualcomm
13Access Point
Apq8053 FirmwareDebian Linux+10 more
Jun 17, 2026
Sep 8, 2020
N/A· v4
6.5 MEDIUM· v3
3.3 LOW· v2
u'Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete s...Show more
u'Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic' in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wired Infrastructure and Networking in APQ8053, IPQ4019, IPQ8064, MSM8909W, MSM8996AU, QCA9531, QCN5502, QCS405, SDX20, SM6150, SM7150Show less
1Arista
2Cloudeos
Veos
Jun 17, 2026
Jun 10, 2020
N/A· v4
7.5 HIGH· v3
4.3 MEDIUM· v2
A vulnerability exists in Arista’s Cloud EOS VM / vEOS 4.23.2M and below releases in the 4.23.x train, 4.22.4M and below releases in the 4.22.x train, 4.21.3M to 4.21.9M releases in the 4.21.x train, 4.21.3FX-7368.*, 4.2...Show more
A vulnerability exists in Arista’s Cloud EOS VM / vEOS 4.23.2M and below releases in the 4.23.x train, 4.22.4M and below releases in the 4.22.x train, 4.21.3M to 4.21.9M releases in the 4.21.x train, 4.21.3FX-7368.*, 4.21.4-FCRFX.*, 4.21.4.1, 4.21.7.1, 4.22.2.0.1, 4.22.2.2.1, 4.22.3.1, and 4.23.2.1 Router code in a scenario where TCP MSS options are configured.Show less
4Arista
CanonicalDebian+1 more
4Cloudvision Portal
Debian LinuxPam Tacplus+1 more
Jun 17, 2026
Jun 6, 2020
N/A· v4
7.5 HIGH· v3
4.3 MEDIUM· v2
In support.c in pam_tacplus 1.3.8 through 1.5.1, the TACACS+ shared secret gets logged via syslog if the DEBUG loglevel and journald are used.
1Arista
1Eos
Jun 17, 2026
Apr 16, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue was found in Arista EOS. Specific malformed ARP packets can impact the software forwarding of VxLAN packets. This issue is found in Arista’s EOS VxLAN code, which can allow attackers to crash the VxlanSwFwd agen...Show more
An issue was found in Arista EOS. Specific malformed ARP packets can impact the software forwarding of VxLAN packets. This issue is found in Arista’s EOS VxLAN code, which can allow attackers to crash the VxlanSwFwd agent. This affects EOS 4.21.8M and below releases in the 4.21.x train, 4.22.3M and below releases in the 4.22.x train, 4.23.1F and below releases in the 4.23.x train, and all releases in 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 code train.Show less
6Arista
DebianFedoraproject+3 more
6Communications Performance Intelligence Center
Debian LinuxEos+3 more
Jun 17, 2026
Mar 6, 2020
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
utility.c in telnetd in netkit telnet through 0.17 allows remote attackers to execute arbitrary code via short writes or urgent data, because of a buffer overflow involving the netclear and nextitem functions.
1Arista
3Dcs 7050cx3 32s R Firmware
Dcs 7050qx 32s R FirmwareDcs 7280sram 48c6 R Firmware
Jun 17, 2026
Feb 20, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Arista DCS-7050QX-32S-R 4.20.9M, DCS-7050CX3-32S-R 4.20.11M, and DCS-7280SRAM-48C6-R 4.22.0.1F devices (and possibly other products) allow attackers to bypass intended TACACS+ shell restrictions via a | character. NOTE:...Show more
Arista DCS-7050QX-32S-R 4.20.9M, DCS-7050CX3-32S-R 4.20.11M, and DCS-7280SRAM-48C6-R 4.22.0.1F devices (and possibly other products) allow attackers to bypass intended TACACS+ shell restrictions via a | character. NOTE: the vendor reports that this is a configuration issue relating to an overly permissive regular expression in the TACACS+ server permitted commandsShow less
7Arista
CanonicalFedoraproject+4 more
11Enterprise Linux
EosFedora+8 more
Nov 21, 2024
Jan 31, 2020
N/A· v4
3.5 LOW· v3
2.7 LOW· v2
The process_tx_desc function in hw/net/e1000.c in QEMU before 2.4.0.1 does not properly process transmit descriptor data when sending a network packet, which allows attackers to cause a denial of service (infinite loop a...Show more
The process_tx_desc function in hw/net/e1000.c in QEMU before 2.4.0.1 does not properly process transmit descriptor data when sending a network packet, which allows attackers to cause a denial of service (infinite loop and guest crash) via unspecified vectors.Show less
3Arista
FedoraprojectQemu
3Eos
FedoraQemu
Nov 21, 2024
Jan 23, 2020
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
Buffer overflow in the send_control_msg function in hw/char/virtio-serial-bus.c in QEMU before 2.4.0 allows guest users to cause a denial of service (QEMU process crash) via a crafted virtio control message.