CVE-2024-35955
- EPSS 0.27%
- Published 20.05.2024 10:15:10
- Last modified 04.04.2025 14:23:00
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...
CVE-2024-35956
- EPSS 0.02%
- Published 20.05.2024 10:15:10
- Last modified 23.09.2025 17:07:36
In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations Create subvolume, create snapshot and delete subvolume all use btrfs_subvolume_reserve_metadata() to reserve met...
CVE-2024-35957
- EPSS 0.02%
- Published 20.05.2024 10:15:10
- Last modified 23.09.2025 17:44:39
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARN_ON in iommu probe path Commit 1a75cc710b95 ("iommu/vt-d: Use rbtree to track iommu probed devices") adds all devices probed by the iommu driver in a rbtree ind...
CVE-2024-35948
- EPSS 0.03%
- Published 20.05.2024 10:15:09
- Last modified 04.04.2025 14:23:17
In the Linux kernel, the following vulnerability has been resolved: bcachefs: Check for journal entries overruning end of sb clean section Fix a missing bounds check in superblock validation. Note that we don't yet have repair code for this case -...
CVE-2024-35947
- EPSS 0.02%
- Published 19.05.2024 12:15:08
- Last modified 04.04.2025 14:23:31
In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUG_ON in >control parser Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EI...
- EPSS 0.06%
- Published 19.05.2024 11:15:50
- Last modified 21.11.2024 09:21:15
In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() Syzkaller hit 'WARNING in dg_dispatch_as_host' bug. memcpy: detected field-spanning write (size 56) of single field "&...
CVE-2024-35931
- EPSS 0.03%
- Published 19.05.2024 11:15:49
- Last modified 24.09.2025 18:36:29
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Skip do PCI error slot reset during RAS recovery Why: The PCI error slot reset maybe triggered after inject ue to UMC multi times, this caused system hang. ...
CVE-2024-35932
- EPSS 0.03%
- Published 19.05.2024 11:15:49
- Last modified 23.09.2025 15:46:56
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane->state->fb == state->fb Currently, when using non-blocking commits, we can see the following kernel warning: [ 110.908514] ------------[ cut here ]-...
- EPSS 0.04%
- Published 19.05.2024 11:15:49
- Last modified 21.11.2024 09:21:14
In the Linux kernel, the following vulnerability has been resolved: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() Many syzbot reports show extreme rtnl pressure, and many of them hint that smc acquires rtnl in netns creation for n...
- EPSS 0.06%
- Published 19.05.2024 11:15:49
- Last modified 21.11.2024 09:21:14
In the Linux kernel, the following vulnerability has been resolved: btrfs: send: handle path ref underflow in header iterate_inode_ref() Change BUG_ON to proper error handling if building the path buffer fails. The pointers are not printed so we do...