CVE-2024-26940
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:09
- Zuletzt bearbeitet 20.03.2025 21:34:39
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed The driver creates /sys/kernel/debug/dri/0/mob_ttm even when the corresponding ttm_resource_manager is not allo...
CVE-2024-26941
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:09
- Zuletzt bearbeitet 14.01.2025 14:37:37
In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and unplugging a StarTech MSTDP122DP DisplayPort 1.2 MST hub (the same regre...
CVE-2024-26942
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:09
- Zuletzt bearbeitet 21.11.2024 09:03:26
In the Linux kernel, the following vulnerability has been resolved: net: phy: qcom: at803x: fix kernel panic with at8031_probe On reworking and splitting the at803x driver, in splitting function of at803x PHYs it was added a NULL dereference bug wh...
CVE-2024-26943
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:09
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc() allocation failure The kcalloc() in nouveau_dmem_evict_chunk() will return null if the physical memory has run out. As a result, if we dereference sr...
CVE-2024-26934
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:26
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usb_deauthorize_interface() Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interface_authorized_store() function is the only...
CVE-2024-26935
- 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: scsi: core: Fix unremoved procfs host directory regression Commit fc663711b944 ("scsi: core: Remove the /proc/scsi/${proc_name} directory earlier") fixed a bug related to modules l...
CVE-2024-26936
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:08
- Zuletzt bearbeitet 18.09.2025 14:19:00
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate request buffer size in smb2_allocate_rsp_buf() The response buffer should be allocated in smb2_allocate_rsp_buf before validating request. But the fields in payload...
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...
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(...