- EPSS 0.06%
- Published 20.05.2024 10:15:14
- Last modified 21.11.2024 09:21:24
In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in check_f...
- EPSS 0.05%
- Published 20.05.2024 10:15:14
- Last modified 21.11.2024 09:21:24
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev release event path tries to unregister an already unregi...
- EPSS 0.04%
- Published 20.05.2024 10:15:14
- Last modified 21.11.2024 09:21:24
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix incorrect list API usage Both the function that migrates all the chunks within a region and the function that migrates all the entries within a chunk ...
CVE-2024-36007
- EPSS 0.01%
- Published 20.05.2024 10:15:14
- Last modified 21.11.2024 09:21:25
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all...
CVE-2024-36008
- EPSS 0.02%
- Published 20.05.2024 10:15:14
- Last modified 21.11.2024 09:21:25
In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in ip_route_use_hint() syzbot was able to trigger a NULL deref in fib_validate_source() in an old tree [1]. It appears the bug exists in latest trees. A...
CVE-2024-36009
- EPSS 0.03%
- Published 20.05.2024 10:15:14
- Last modified 23.09.2025 18:47:09
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix netdev refcount issue The dev_tracker is added to ax25_cb in ax25_bind(). When the ax25 device is detaching, the dev_tracker of ax25_cb should be deallocated in ax25_kill...
CVE-2024-35987
- EPSS 0.03%
- Published 20.05.2024 10:15:13
- Last modified 24.09.2025 18:16:30
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix loading 64-bit NOMMU kernels past the start of RAM commit 3335068f8721 ("riscv: Use PUD/P4D/PGD pages for the linear mapping") added logic to allow using RAM below the k...
- EPSS 0.05%
- Published 20.05.2024 10:15:13
- Last modified 21.11.2024 09:21:22
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix TASK_SIZE on 64-bit NOMMU On NOMMU, userspace memory can come from anywhere in physical RAM. The current definition of TASK_SIZE is wrong if any RAM exists above 4G, cau...
CVE-2024-35989
- EPSS 0.02%
- Published 20.05.2024 10:15:13
- Last modified 04.04.2025 14:32:40
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. Howeve...
CVE-2024-35990
- EPSS 0.01%
- Published 20.05.2024 10:15:13
- Last modified 21.11.2024 09:21:22
In the Linux kernel, the following vulnerability has been resolved: dma: xilinx_dpdma: Fix locking There are several places where either chan->lock or chan->vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like [ 31....