CVE-2024-36936
- EPSS 0.01%
- Published 30.05.2024 16:15:16
- Last modified 17.09.2025 22:18:53
In the Linux kernel, the following vulnerability has been resolved: efi/unaccepted: touch soft lockup during memory accept Commit 50e782a86c98 ("efi/unaccepted: Fix soft lockups caused by parallel memory acceptance") has released the spinlock so ot...
CVE-2024-36937
- EPSS 0.02%
- Published 30.05.2024 16:15:16
- Last modified 17.09.2025 22:19:30
In the Linux kernel, the following vulnerability has been resolved: xdp: use flags field to disambiguate broadcast redirect When redirecting a packet using XDP, the bpf_redirect_map() helper will set up the redirect destination information in struc...
- EPSS 0.09%
- Published 30.05.2024 16:15:16
- Last modified 21.11.2024 09:22:51
In the Linux kernel, the following vulnerability has been resolved: nfs: Handle error of rpc_proc_register() in nfs_net_init(). syzkaller reported a warning [0] triggered while destroying immature netns. rpc_proc_register() was called in init_nfs_...
CVE-2024-36917
- EPSS 0.01%
- Published 30.05.2024 16:15:15
- Last modified 17.09.2025 22:16:44
In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blk_ioctl_discard() There is no check for overflow of 'start + len' in blk_ioctl_discard(). Hung task occurs if submit an discard ioctl with the following pa...
CVE-2024-36918
- EPSS 0.02%
- Published 30.05.2024 16:15:15
- Last modified 17.09.2025 22:18:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOC_MAX_SIZE. This brings the bloom map in line with man...
- EPSS 0.07%
- Published 30.05.2024 16:15:15
- Last modified 21.11.2024 09:22:49
In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these r...
CVE-2024-36920
- EPSS 0.01%
- Published 30.05.2024 16:15:15
- Last modified 01.10.2025 13:53:19
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Avoid memcpy field-spanning write WARNING When the "storcli2 show" command is executed for eHBA-9600, mpi3mr driver prints this WARNING message: memcpy: detected f...
CVE-2024-36922
- EPSS 0.01%
- Published 30.05.2024 16:15:15
- Last modified 01.10.2025 13:52:14
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 ...
- EPSS 0.06%
- Published 30.05.2024 16:15:14
- Last modified 14.01.2025 17:15:17
In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets TCP_SYN_RECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the followin...
CVE-2024-36906
- EPSS 0.04%
- Published 30.05.2024 16:15:14
- Last modified 17.09.2025 22:14:51
In the Linux kernel, the following vulnerability has been resolved: ARM: 9381/1: kasan: clear stale stack poison We found below OOB crash: [ 33.452494] ================================================================== [ 33.453513] BUG: KASAN:...