CVE-2024-35808
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:14
- Zuletzt bearbeitet 19.09.2025 16:02:27
In the Linux kernel, the following vulnerability has been resolved: md/dm-raid: don't call md_reap_sync_thread() directly Currently md_reap_sync_thread() is called from raid_message() directly without holding 'reconfig_mutex', this is definitely un...
CVE-2024-35809
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:14
- Zuletzt bearbeitet 23.12.2025 18:29:25
In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtime_idle() callback and the .remove() callback in the rtsx_pcr PCI driver leads to a ke...
CVE-2024-35803
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:13
- Zuletzt bearbeitet 26.09.2025 15:57:45
In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Call mixed mode boot services on the firmware's stack Normally, the EFI stub calls into the EFI boot services using the stack that was live when the stub was entered. ...
CVE-2024-35805
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:36
In the Linux kernel, the following vulnerability has been resolved: dm snapshot: fix lockup in dm_exception_table_exit There was reported lockup when we exit a snapshot with many exceptions. Fix this by adding "cond_resched" to the loop that frees ...
CVE-2024-35799
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:12
- Zuletzt bearbeitet 19.09.2025 15:17:14
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent crash when disable stream [Why] Disabling stream encoder invokes a function that no longer exists. [How] Check if the function declaration is NULL in disa...
CVE-2023-52670
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 23.12.2025 18:20:53
In the Linux kernel, the following vulnerability has been resolved: rpmsg: virtio: Free driver_override when rpmsg_remove() Free driver_override when rpmsg_remove(), otherwise the following memory leak will occur: unreferenced object 0xffff0000d55...
CVE-2023-52671
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 25.09.2025 16:23:45
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix hang/underflow when transitioning to ODM4:1 [Why] Under some circumstances, disabling an OPTC and attempting to reclaim its OPP(s) for a different OPTC could c...
CVE-2023-52673
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 19.09.2025 14:47:36
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a debugfs null pointer error [WHY & HOW] Check whether get_subvp_en() callback exists before calling it.
- EPSS 0.04%
- Veröffentlicht 17.05.2024 14:15:09
- Zuletzt bearbeitet 12.06.2024 09:15:16
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52669
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:09
- Zuletzt bearbeitet 23.12.2025 18:46:18
In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left....