CVE-2024-26938
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:09
- Zuletzt bearbeitet 05.01.2026 11:16:32
In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() If we have no VBT, or the VBT didn't declare the encoder in question, we won't have the 'devdata...
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-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-2022-48664
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:08
- Zuletzt bearbeitet 26.09.2025 19:14:53
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix hang during unmount when stopping a space reclaim worker Often when running generic/562 from fstests we can hang during unmount, resulting in a trace like this: Sep 0...
CVE-2022-48642
- EPSS 0.02%
- Veröffentlicht 28.04.2024 13:15:07
- Zuletzt bearbeitet 07.01.2025 16:58:08
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() It seems to me that percpu memory for chain stats started leaking since commit 3bc158f8d0330f0a ("netfilter: nf...
CVE-2022-48633
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:06
- Zuletzt bearbeitet 19.09.2025 14:56:52
In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARN_ON(lock->magic != lock) error psb_gem_unpin() calls dma_resv_lock() but the underlying ww_mutex gets destroyed by drm_gem_object_release() move the drm_gem_obj...
CVE-2022-48634
- EPSS 0.01%
- Veröffentlicht 28.04.2024 13:15:06
- Zuletzt bearbeitet 21.03.2025 18:26:33
In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix BUG: sleeping function called from invalid context errors gma_crtc_page_flip() was holding the event_lock spinlock while calling crtc_funcs->mode_set_base() which t...
- EPSS 0.04%
- Veröffentlicht 17.04.2024 11:15:11
- Zuletzt bearbeitet 30.04.2024 08:15:17
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26900
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:10
- Zuletzt bearbeitet 21.11.2024 09:03:20
In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev->serial If kobject_add() is fail in bind_rdev_to_array(), 'rdev->serial' will be alloc not be freed, and kmemleak occurs. unreferenced object 0xffff88815a...
CVE-2024-26866
- EPSS 0.02%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 27.01.2025 15:08:19
In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_host()/spi_alloc_target(), but uses devm_spi_register...