CVE-2024-53194
- EPSS 0.03%
- Published 27.12.2024 14:15:27
- Last modified 03.11.2025 21:17:39
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free of slot->bus on hot remove Dennis reports a boot crash on recent Lenovo laptops with a USB4 dock. Since commit 0fc70886569c ("thunderbolt: Reset USB4 v2 ho...
CVE-2024-53195
- EPSS 0.03%
- Published 27.12.2024 14:15:27
- Last modified 08.10.2025 14:07:06
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Get rid of userspace_irqchip_in_use Improper use of userspace_irqchip_in_use led to syzbot hitting the following WARN_ON() in kvm_timer_update_irq(): WARNING: CPU: 0 P...
CVE-2024-53196
- EPSS 0.04%
- Published 27.12.2024 14:15:27
- Last modified 03.11.2025 21:17:40
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Don't retire aborted MMIO instruction Returning an abort to the guest for an unsupported MMIO access is a documented feature of the KVM UAPI. Nevertheless, it's clear t...
CVE-2024-53197
- EPSS 1.8%
- Published 27.12.2024 14:15:27
- Last modified 04.11.2025 16:47:12
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usb_ge...
CVE-2024-53198
- EPSS 0.03%
- Published 27.12.2024 14:15:27
- Last modified 03.11.2025 21:17:40
In the Linux kernel, the following vulnerability has been resolved: xen: Fix the issue of resource not being properly released in xenbus_dev_probe() This patch fixes an issue in the function xenbus_dev_probe(). In the xenbus_dev_probe() function, w...
CVE-2024-53199
- EPSS 0.03%
- Published 27.12.2024 14:15:27
- Last modified 01.10.2025 20:17:19
In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imx_audmix_probe devm_kasprintf() can return a NULL pointer on failure,but this returned value in imx_audmix_probe() is not checked. Add NULL ch...
CVE-2024-53200
- EPSS 0.04%
- Published 27.12.2024 14:15:27
- Last modified 01.10.2025 20:17:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp This commit addresses a null pointer dereference issue in hwss_setup_dpp(). The issue could occur when p...
CVE-2024-53201
- EPSS 0.03%
- Published 27.12.2024 14:15:27
- Last modified 01.10.2025 20:17:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe This commit addresses a null pointer dereference issue in dcn20_program_pipe(). Previously, commit 8...
CVE-2024-53202
- EPSS 0.04%
- Published 27.12.2024 14:15:27
- Last modified 01.10.2025 20:17:20
In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix possible resource leak in fw_log_firmware_info() The alg instance should be released under the exception path, otherwise there may be resource leak here. To m...
- EPSS 0.04%
- Published 27.12.2024 14:15:26
- Last modified 10.02.2025 18:15:28
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in `ksmbd_conn_handler_loop()` and the freeing of `ksmbd_conn` in the workque...