imPC@ndo EN

Vulnerabilità Linux

14.802 CVE

CVE-2026-43385
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: net: Fix rcu_tasks stall in threaded busypoll I was debugging a NIC driver when I noticed that when I enable threaded busypoll, bpftrace hangs when starting up. dmesg showed: rcu_tasks_wa…

linux linux_kernel
0.00EPSS
CVE-2025-40300
Media 5.5

In the Linux kernel, the following vulnerability has been resolved: x86/vmscape: Add conditional IBPB mitigation VMSCAPE is a vulnerability that exploits insufficient branch predictor isolation between a guest and a userspace hypervisor (like QEMU). Existing…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2025-38211
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction The commit 59c68ac31e15 ("iw_cm: free cm_id resources on the last deref") simplified cm_id resource management by freein…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2024-36922
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq->read_ptr under lock If we read txq->read_ptr without lock, we can read the same value twice, then obtain the lock, and reclaim from there to two different places, bu…

linux linux_kernel
0.00EPSS
CVE-2023-3812
Alta 7.8

An out-of-bounds memory access flaw was found in the Linux kernel’s TUN/TAP device driver functionality in how a user generates a malicious (too big) networking packet when napi frags is enabled. This flaw allows a local user to crash or potentially escalate t…

linux linux_kernel · redhat enterprise_linux
0.00EPSS
CVE-2022-3636
Media 5.5

A vulnerability was identified in Linux Kernel 33fc42de33278b2b3ec6f3390512987bc29a62b7. This affects the function __mtk_ppe_check_skb of the file drivers/net/ethernet/mediatek/mtk_ppe.c of the component Ethernet Handler. Such manipulation leads to use after f…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2020-14390
Media 5.6

A flaw was found in the Linux kernel in versions before 5.9-rc6. When changing screen size, an out-of-bounds memory write can occur leading to memory corruption or a denial of service. Due to the nature of the flaw, privilege escalation cannot be fully ruled o…

debian debian_linux · linux linux_kernel
0.00EPSS
CVE-2026-64210
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix unlocked writing to ICOSQ During napi poll, when the affinity changes and there's still XSK work to be done, we trigger an ICOSQ interrupt on the new CPU. However, this t…

linux linux_kernel
0.00EPSS
CVE-2026-23453
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy mode Page recycling was removed from the XDP_DROP path in emac_run_xdp() to avoid conflicts with AF_XDP zero-copy mode, w…

linux linux_kernel
0.00EPSS
CVE-2022-49022
Alta 8.1

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration Fix possible out-of-bound access in ieee80211_get_rate_duration routine as reported by the following UBSAN report: UBSA…

linux linux_kernel
0.00EPSS
CVE-2022-48967
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported: memcpy: detected field-spanning write (size 129) of single field "target->…

linux linux_kernel
0.00EPSS
CVE-2024-49939
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid to add interface to list twice when SER If SER L2 occurs during the WoWLAN resume flow, the add interface flow is triggered by ieee80211_reconfig(). However, due to rtw89_…

linux linux_kernel
0.00EPSS
CVE-2023-52846
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prp_create_tagged_frame() The prp_fill_rct() function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path, it retur…

linux linux_kernel
0.00EPSS
CVE-2021-47203
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt fails, a …

linux linux_kernel
0.00EPSS
CVE-2023-33951
Media 6.7

A race condition vulnerability was found in the vmwgfx driver in the Linux kernel. The flaw exists within the handling of GEM objects. The issue results from improper locking when performing operations on an object. This flaw allows a local privileged user to …

linux linux_kernel · redhat enterprise_linux · redhat enterprise_linux_for_real_time · redhat enterprise_linux_for_real_time_for_nfv
0.00EPSS
CVE-2021-43056
Media 5.5

An issue was discovered in the Linux kernel for powerpc before 5.14.15. It allows a malicious KVM guest to crash the host, when the host is running on Power8, due to an arch/powerpc/kvm/book3s_hv_rmhandlers.S implementation bug in the handling of the SRR1 regi…

fedoraproject fedora · linux linux_kernel
0.00EPSS
CVE-2015-3212
Media 4.9

Race condition in net/sctp/socket.c in the Linux kernel before 4.1.2 allows local users to cause a denial of service (list corruption and panic) via a rapid series of system calls related to sockets, as demonstrated by setsockopt calls.

linux linux_kernel
0.00EPSS
CVE-2026-52989
Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers Currently, when nvmet_tcp_build_pdu_iovec() detects an out-of-bounds PDU length or offset, it triggers nvmet_tcp_fatal_…

linux linux_kernel
0.00EPSS
CVE-2026-31435
Alta 8.8

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the …

linux linux_kernel
0.00EPSS
CVE-2025-21704
Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usb_cdc_notification, we can't calculate an expected_size. Log an error and discar…

linux linux_kernel
0.00EPSS
CVE-2022-0646
Alta 7.8

A flaw use after free in the Linux kernel Management Component Transport Protocol (MCTP) subsystem was found in the way user triggers cancel_work_sync after the unregister_netdev during removing device. A local user could use this flaw to crash the system or e…

linux linux_kernel · netapp h300e_firmware · netapp h300s_firmware · netapp h410c_firmware · e altri 5
0.00EPSS
CVE-2011-1016
Bassa 1.9

The Radeon GPU drivers in the Linux kernel before 2.6.38-rc5 do not properly validate data related to the AA resolve registers, which allows local users to write to arbitrary memory locations associated with (1) Video RAM (aka VRAM) or (2) the Graphics Transla…

linux linux_kernel
0.00EPSS
CVE-2009-1883
Media 4.4

The z90crypt_unlocked_ioctl function in the z90crypt driver in the Linux kernel 2.6.9 does not perform a capability check for the Z90QUIESCE operation, which allows local users to leverage euid 0 privileges to force a driver outage.

linux linux_kernel
0.00EPSS
CVE-2007-5498
Media 4.9

The Xen hypervisor block backend driver for Linux kernel 2.6.18, when running on a 64-bit host with a 32-bit paravirtualized guest, allows local privileged users in the guest OS to cause a denial of service (host OS crash) via a request that specifies a large …

linux linux_kernel
0.00EPSS
CVE-2026-22990
Alta 7.5

In the Linux kernel, the following vulnerability has been resolved: libceph: replace overzealous BUG_ON in osdmap_apply_incremental() If the osdmap is (maliciously) corrupted such that the incremental osdmap epoch is different from what is expected, there is…

linux linux_kernel
0.00EPSS