CVE-2024-35837
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 17.12.2025 19:22:58
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before i...
CVE-2024-35832
- EPSS 0.06%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 24.09.2025 21:04:58
In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit bch_fs::snapshots is allocated by kvzalloc in __snapshot_t_mut. It should be freed by kvfree not kfree. Or umount will ...
CVE-2024-35826
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 26.09.2025 16:07:22
In the Linux kernel, the following vulnerability has been resolved: block: Fix page refcounts for unaligned buffers in __bio_release_pages() Fix an incorrect number of pages being released for buffers that do not start at the beginning of a page.
CVE-2024-35817
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:16
- Zuletzt bearbeitet 26.09.2025 14:55:27
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgpu_ttm_backend_unbind will not clear the gart pa...
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-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-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-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.
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....