CVE-2024-26914
- EPSS 0.04%
- Published 17.04.2024 16:15:08
- Last modified 16.09.2025 16:40:00
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix incorrect mpc_combine array size [why] MAX_SURFACES is per stream, while MAX_PLANES is per asic. The mpc_combine is an array that records all the planes per as...
CVE-2024-26915
- EPSS 0.01%
- Published 17.04.2024 16:15:08
- Last modified 08.04.2025 18:56:18
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reset IH OVERFLOW_CLEAR bit Allows us to detect subsequent IH ring buffer overflows as well.
CVE-2024-26916
- EPSS 0.01%
- Published 17.04.2024 16:15:08
- Last modified 16.09.2025 16:34:30
In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd: flush any delayed gfxoff on suspend entry" commit ab4750332dbe ("drm/amdgpu/sdma5.2: add begin/end_use ring callbacks") caused GFXOFF control to be used more heavi...
CVE-2024-26918
- EPSS 0.04%
- Published 17.04.2024 16:15:08
- Last modified 16.09.2025 16:30:48
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPM_ACTIVE state for PME poll...
CVE-2024-26919
- EPSS 0.01%
- Published 17.04.2024 16:15:08
- Last modified 16.09.2025 17:01:28
In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: Fix debugfs directory leak The ULPI per-device debugfs root is named after the ulpi device's parent, but ulpi_unregister_interface tries to remove a debugfs directory na...
CVE-2024-26920
- EPSS 0.01%
- Published 17.04.2024 16:15:08
- Last modified 16.09.2025 17:02:17
In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix register_snapshot_trigger() to return error code if it failed to allocate a snapshot instead of 0 (success). Un...
CVE-2024-26906
- EPSS 0.01%
- Published 17.04.2024 11:15:11
- Last modified 16.09.2025 16:42:10
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() When trying to use copy_from_kernel_nofault() to read vsyscall page through a bpf program, the following oops was...
CVE-2024-26886
- EPSS 0.02%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:33:44
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: af_bluetooth: Fix deadlock Attemting to do sock_lock on .recvmsg may cause a deadlock as shown bellow, so instead of using sock_sock this uses sk_receive_queue.lock on b...
CVE-2024-26889
- EPSS 0.01%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:35:59
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix possible buffer overflow struct hci_dev_info has a fixed size name[8] field so in the event that hdev->name is bigger than that strcpy would attempt to wri...
CVE-2024-26890
- EPSS 0.06%
- Published 17.04.2024 11:15:10
- Last modified 21.03.2025 14:39:22
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtek_data'. If btrtl driver is used wit...