CVE-2024-56615
- EPSS 0.05%
- Published 27.12.2024 15:15:21
- Last modified 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed i...
CVE-2024-56616
- EPSS 0.03%
- Published 27.12.2024 15:15:21
- Last modified 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: drm/dp_mst: Fix MST sideband message body length check Fix the MST sideband message body length check, which must be at least 1 byte accounting for the message body CRC (aka messag...
CVE-2024-56617
- EPSS 0.03%
- Published 27.12.2024 15:15:21
- Last modified 01.10.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU Commit 5944ce092b97 ("arch_topology: Build cacheinfo from primary CPU") adds functionality that a...
CVE-2024-56618
- EPSS 0.04%
- Published 27.12.2024 15:15:21
- Last modified 01.10.2025 20:17:32
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx: gpcv2: Adjust delay after power up handshake The udelay(5) is not enough, sometimes below kernel panic still be triggered: [ 4.012973] Kernel panic - not syncing...
CVE-2024-56619
- EPSS 0.07%
- Published 27.12.2024 15:15:21
- Last modified 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() Syzbot reported that when searching for records in a directory where the inode's i_size is corrupted and has...
CVE-2024-56620
- EPSS 0.04%
- Published 27.12.2024 15:15:21
- Last modified 07.04.2025 09:15:16
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: qcom: Only free platform MSIs when ESI is enabled Otherwise, it will result in a NULL pointer dereference as below: Unable to handle kernel NULL pointer dereference at ...
CVE-2024-56621
- EPSS 0.04%
- Published 27.12.2024 15:15:21
- Last modified 07.03.2025 18:15:45
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcd_remove() Currently, RTC work is only cancelled during __ufshcd_wl_suspend(). When ufshcd is removed in ufshcd_remove(), RTC work is n...
CVE-2024-56622
- EPSS 0.05%
- Published 27.12.2024 15:15:21
- Last modified 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: sysfs: Prevent div by zero Prevent a division by 0 when monitoring is not enabled.
CVE-2024-56623
- EPSS 0.04%
- Published 27.12.2024 15:15:21
- Last modified 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpc_thread to terminate (UNLOADING flag...
CVE-2024-56624
- EPSS 0.04%
- Published 27.12.2024 15:15:21
- Last modified 26.09.2025 16:05:34
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix out_fput in iommufd_fault_alloc() As fput() calls the file->f_op->release op, where fault obj and ictx are getting released, there is no need to release these two afte...