← Back

A700s Firmware

a700s_firmware

Vendor: Netapp • 32 CVEs

CVEs (32)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
5Canonical
DebianFedoraproject+2 more
23A700s Firmware
Active Iq Unified ManagerBootstrap Os+20 more
Jun 17, 2026
Apr 29, 2020
N/A· v4
7.0 HIGH· v3
6.9 MEDIUM· v2
In the Linux kernel 4.19 through 5.6.7 on the s390 platform, code execution may occur because of a race condition, as demonstrated by code in enable_sacf_uaccess in arch/s390/lib/uaccess.c that fails to protect against a...Show more
In the Linux kernel 4.19 through 5.6.7 on the s390 platform, code execution may occur because of a race condition, as demonstrated by code in enable_sacf_uaccess in arch/s390/lib/uaccess.c that fails to protect against a concurrent page table upgrade, aka CID-3f777e19d171. A crash could also occur.Show less
4Canonical
FedoraprojectLinux+1 more
278300 Firmware
8700 FirmwareA220 Firmware+24 more
Jun 17, 2026
Apr 2, 2020
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
In the Linux kernel 5.5.0 and newer, the bpf verifier (kernel/bpf/verifier.c) did not properly restrict the register bounds for 32-bit operations, leading to out-of-bounds reads and writes in kernel memory. The vulnerabi...Show more
In the Linux kernel 5.5.0 and newer, the bpf verifier (kernel/bpf/verifier.c) did not properly restrict the register bounds for 32-bit operations, leading to out-of-bounds reads and writes in kernel memory. The vulnerability also affects the Linux 5.4 stable series, starting with v5.4.7, as the introducing commit was backported to that branch. This vulnerability was fixed in 5.6.1, 5.5.14, and 5.4.29. (issue is aka ZDI-CAN-10780)Show less
3Debian
LinuxNetapp
148300 Firmware
8700 FirmwareA400 Firmware+11 more
Jun 17, 2026
Jan 16, 2020
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
The flow_dissector feature in the Linux kernel 4.3 through 5.x before 5.3.10 has a device tracking vulnerability, aka CID-55667441c84f. This occurs because the auto flowlabel of a UDP IPv6 packet relies on a 32-bit hashr...Show more
The flow_dissector feature in the Linux kernel 4.3 through 5.x before 5.3.10 has a device tracking vulnerability, aka CID-55667441c84f. This occurs because the auto flowlabel of a UDP IPv6 packet relies on a 32-bit hashrnd value as a secret, and because jhash (instead of siphash) is used. The hashrnd value remains the same starting from boot time, and can be inferred by an attacker. This affects net/core/flow_dissector.c and related code.Show less
3Linux
NetappOpensuse
148300 Firmware
8700 FirmwareA400 Firmware+11 more
Jun 17, 2026
Dec 30, 2019
N/A· v4
5.5 MEDIUM· v3
4.9 MEDIUM· v2
mwifiex_tm_cmd in drivers/net/wireless/marvell/mwifiex/cfg80211.c in the Linux kernel before 5.1.6 has some error-handling cases that did not free allocated hostcmd memory, aka CID-003b686ace82. This will cause a memory...Show more
mwifiex_tm_cmd in drivers/net/wireless/marvell/mwifiex/cfg80211.c in the Linux kernel before 5.1.6 has some error-handling cases that did not free allocated hostcmd memory, aka CID-003b686ace82. This will cause a memory leak and denial of service.Show less
5Canonical
DebianLinux+2 more
168300 Firmware
8700 FirmwareA400 Firmware+13 more
Jun 17, 2026
Dec 25, 2019
N/A· v4
4.7 MEDIUM· v3
1.9 LOW· v2
In the Linux kernel through 5.4.6, there is a NULL pointer dereference in drivers/scsi/libsas/sas_discover.c because of mishandling of port disconnection during discovery, related to a PHY down race condition, aka CID-f7...Show more
In the Linux kernel through 5.4.6, there is a NULL pointer dereference in drivers/scsi/libsas/sas_discover.c because of mishandling of port disconnection during discovery, related to a PHY down race condition, aka CID-f70267f379b5.Show less
5Canonical
DebianLinux+2 more
168300 Firmware
8700 FirmwareA400 Firmware+13 more
Jun 17, 2026
Dec 23, 2019
N/A· v4
6.5 MEDIUM· v3
3.3 LOW· v2
An exploitable denial-of-service vulnerability exists in the Linux kernel prior to mainline 5.3. An attacker could exploit this vulnerability by triggering AP to send IAPP location updates for stations before the require...Show more
An exploitable denial-of-service vulnerability exists in the Linux kernel prior to mainline 5.3. An attacker could exploit this vulnerability by triggering AP to send IAPP location updates for stations before the required authentication process has completed. This could lead to different denial-of-service scenarios, either by causing CAM table attacks, or by leading to traffic flapping if faking already existing clients in other nearby APs of the same wireless infrastructure. An attacker can forge Authentication and Association Request packets to trigger this vulnerability.Show less
4Canonical
DebianLinux+1 more
18A700s Firmware
Active Iq Unified ManagerAff 8300 Firmware+15 more
Jun 17, 2026
Dec 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
In the Linux kernel 5.0.21 and 5.3.11, mounting a crafted btrfs filesystem image, performing some operations, and then making a syncfs system call can lead to a use-after-free in try_merge_free_space in fs/btrfs/free-spa...Show more
In the Linux kernel 5.0.21 and 5.3.11, mounting a crafted btrfs filesystem image, performing some operations, and then making a syncfs system call can lead to a use-after-free in try_merge_free_space in fs/btrfs/free-space-cache.c because the pointer to a left data structure can be the same as the pointer to a right data structure.Show less
6Broadcom
CanonicalDebian+3 more
188300 Firmware
8700 FirmwareA400 Firmware+15 more
Jun 17, 2026
Nov 4, 2019
N/A· v4
7.0 HIGH· v3
6.9 MEDIUM· v2
An issue was discovered in drivers/media/platform/vivid in the Linux kernel through 5.3.8. It is exploitable for privilege escalation on some Linux distributions where local users have /dev/video0 access, but only if the...Show more
An issue was discovered in drivers/media/platform/vivid in the Linux kernel through 5.3.8. It is exploitable for privilege escalation on some Linux distributions where local users have /dev/video0 access, but only if the driver happens to be loaded. There are multiple race conditions during streaming stopping in this driver (part of the V4L2 subsystem). These issues are caused by wrong mutex locking in vivid_stop_generating_vid_cap(), vivid_stop_generating_vid_out(), sdr_cap_stop_streaming(), and the corresponding kthreads. At least one of these race conditions leads to a use-after-free.Show less
7Canonical
DebianFedoraproject+4 more
39A220 Firmware
A320 FirmwareA700s Firmware+36 more
Jun 17, 2026
Sep 20, 2019
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
There is heap-based buffer overflow in kernel, all versions up to, excluding 5.3, in the marvell wifi chip driver in Linux kernel, that allows local users to cause a denial of service(system crash) or possibly execute ar...Show more
There is heap-based buffer overflow in kernel, all versions up to, excluding 5.3, in the marvell wifi chip driver in Linux kernel, that allows local users to cause a denial of service(system crash) or possibly execute arbitrary code.Show less
6Canonical
DebianLinux+3 more
34A220 Firmware
A320 FirmwareA700s Firmware+31 more
Jun 17, 2026
Sep 20, 2019
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
There is heap-based buffer overflow in Linux kernel, all versions up to, excluding 5.3, in the marvell wifi chip driver in Linux kernel, that allows local users to cause a denial of service(system crash) or possibly exec...Show more
There is heap-based buffer overflow in Linux kernel, all versions up to, excluding 5.3, in the marvell wifi chip driver in Linux kernel, that allows local users to cause a denial of service(system crash) or possibly execute arbitrary code.Show less
6Canonical
DebianLinux+3 more
23A700s Firmware
Active Iq Unified ManagerCn1610 Firmware+20 more
Jun 17, 2026
Jun 14, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A flaw was found in the Linux kernel. A heap based buffer overflow in mwifiex_uap_parse_tail_ies function in drivers/net/wireless/marvell/mwifiex/ie.c might lead to memory corruption and possibly other consequences.
7Canonical
DebianFedoraproject+4 more
12A700s Firmware
Active Iq Unified Manager For Vmware VsphereCn1610 Firmware+9 more
Jun 17, 2026
Jun 3, 2019
N/A· v4
8.8 HIGH· v3
8.3 HIGH· v2
A flaw that allowed an attacker to corrupt memory and possibly escalate privileges was found in the mwifiex kernel module while connecting to a malicious wireless network.