CVE-2024-26985
- EPSS 0.01%
- Published 01.05.2024 06:15:16
- Last modified 18.09.2025 14:35:30
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init Add a unreference bo in the error path, to prevent leaking a bo ref. Return 0 on success to clarify the success path. (cherry ...
- EPSS 0.06%
- Published 01.05.2024 06:15:16
- Last modified 21.11.2024 09:03:33
In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential static_command_line memory overflow We allocate memory of size 'xlen + strlen(boot_command_line) + 1' for static_command_line, but the strings copied int...
CVE-2024-26990
- EPSS 0.01%
- Published 01.05.2024 06:15:16
- Last modified 18.09.2025 14:33:49
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status Check kvm_mmu_page_ad_need_write_protect() when deciding whether to write-protect or clear D-bits on TDP ...
CVE-2024-26991
- EPSS 0.01%
- Published 01.05.2024 06:15:16
- Last modified 08.04.2025 18:44:44
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes Fix KVM_SET_MEMORY_ATTRIBUTES to not overflow lpage_info array and trigger KASAN splat, as seen in the private...
CVE-2024-26992
- EPSS 0%
- Published 01.05.2024 06:15:16
- Last modified 18.09.2025 14:31:07
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/pmu: Disable support for adaptive PEBS Drop support for virtualizing adaptive PEBS, as KVM's implementation is architecturally broken without an obvious/easy path forward,...
CVE-2024-26980
- EPSS 0.01%
- Published 01.05.2024 06:15:15
- Last modified 08.04.2025 18:45:21
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf If ->ProtocolId is SMB2_TRANSFORM_PROTO_NUM, smb2 request size validation could be skipped. if request size is smaller than s...
CVE-2024-26984
- EPSS 0.01%
- Published 01.05.2024 06:15:15
- Last modified 08.04.2025 18:45:02
In the Linux kernel, the following vulnerability has been resolved: nouveau: fix instmem race condition around ptr stores Running a lot of VK CTS in parallel against nouveau, once every few hours you might see something like this crash. BUG: kerne...
- EPSS 0.01%
- Published 01.05.2024 06:15:14
- Last modified 08.04.2025 18:53:44
In the Linux kernel, the following vulnerability has been resolved: KVM: Always flush async #PF workqueue when vCPU is being destroyed Always flush the per-vCPU async #PF workqueue when a vCPU is clearing its completion queue, e.g. when a VM and al...
CVE-2024-26977
- EPSS 0.01%
- Published 01.05.2024 06:15:14
- Last modified 18.09.2025 14:36:44
In the Linux kernel, the following vulnerability has been resolved: pci_iounmap(): Fix MMIO mapping leak The #ifdef ARCH_HAS_GENERIC_IOPORT_MAP accidentally also guards iounmap(), which means MMIO mappings are leaked. Move the guard so we call iou...
CVE-2024-26970
- EPSS 0.01%
- Published 01.05.2024 06:15:13
- Last modified 20.03.2025 21:28:18
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the a...