CVE-2024-26937
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:27
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Reset queue_priority_hint on parking Originally, with strict in order execution, we could complete execution only when the queue was empty. Preempt-to-busy allows repl...
CVE-2023-52648
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 18.09.2025 14:19:47
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Unmap the surface before resetting it on a plane state Switch to a new plane state requires unreferencing of all held surfaces. In the work required for mob cursors the...
- EPSS 0.04%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 06.01.2025 17:15:15
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26930
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 21.11.2024 09:03:24
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix double free of the ha->vp_map pointer Coverity scan reported potential risk of double free of the pointer ha->vp_map. ha->vp_map was freed in qla2x00_mem_alloc(...
CVE-2024-26931
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix command flush on cable pull System crash due to command failed to flush back to SCSI layer. BUG: unable to handle kernel NULL pointer dereference at 0000000000...
CVE-2024-26932
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 05.02.2025 22:15:28
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same...
CVE-2024-26933
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:07
- Zuletzt bearbeitet 21.11.2024 09:03:25
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port "disable" sysfs attribute The show and store callback routines for the "disable" sysfs attribute file in port.c acquire the device lock for the port...
CVE-2023-52647
- EPSS 0.04%
- Veröffentlicht 01.05.2024 06:15:06
- Zuletzt bearbeitet 18.09.2025 13:57:37
In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access When translating source to sink streams in the crossbar subdev, the driver tries to locate the remote sub...
CVE-2024-26927
- EPSS 0.06%
- Veröffentlicht 28.04.2024 12:15:21
- Zuletzt bearbeitet 21.03.2025 14:50:08
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Add some bounds checking to firmware data Smatch complains about "head->full_size - head->header_size" can underflow. To some extent, we're always going to have to trus...
CVE-2024-26928
- EPSS 0.02%
- Veröffentlicht 28.04.2024 12:15:21
- Zuletzt bearbeitet 01.12.2025 15:16:20
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_debug_files_proc_show() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.