CVE-2024-38388
- EPSS 0.03%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 01.04.2025 18:28:22
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup Use the control private_free callback to free the associated data block. This ensures that the memory won't leak, whateve...
CVE-2024-38390
- EPSS 0.03%
- Veröffentlicht 21.06.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:25:34
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xx_destroy() before adreno_gpu_init() leads to a null pointer dereference on: msm_gpu_cleanup() : p...
CVE-2023-52884
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 24.03.2025 18:10:20
In the Linux kernel, the following vulnerability has been resolved: Input: cyapa - add missing input core locking to suspend/resume functions Grab input->mutex during suspend/resume functions like it is done in other input drivers. This fixes the f...
CVE-2024-31076
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 04.11.2025 18:16:19
In the Linux kernel, the following vulnerability has been resolved: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via pro...
CVE-2024-33619
- EPSS 0.02%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 21.11.2024 09:17:15
In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtime_map when allocated priv.runtime_map is only allocated when efi_novamap is not set. Otherwise, it is an uninitialized value. In the error path,...
CVE-2024-33621
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 04.11.2025 18:16:20
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound Raw packet from PF_PACKET socket ontop of an IPv6-backed ipvlan device will hit WARN_ON_ONCE() in sk_mc_loop() through sc...
CVE-2024-36244
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 22:16:57
In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: extend minimum interval restriction to entire cycle too It is possible for syzbot to side-step the restriction imposed by the blamed commit in the Fixes: tag, be...
CVE-2022-48771
- EPSS 0.04%
- Veröffentlicht 20.06.2024 12:15:15
- Zuletzt bearbeitet 06.01.2025 21:41:47
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix stale file descriptors on failed usercopy A failing usercopy of the fence_rep object will lead to a stale entry in the file descriptor table as put_unused_fd() won'...
CVE-2023-52883
- EPSS 0.09%
- Veröffentlicht 20.06.2024 12:15:15
- Zuletzt bearbeitet 24.03.2025 18:10:42
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible null pointer dereference abo->tbo.resource may be NULL in amdgpu_vm_bo_update.
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 17.09.2025 17:18:53
In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev struct rpmsg_ctrldev contains a struct cdev. The current code frees the rpmsg_ctrldev struct in rpmsg_ctrldev_re...