CVE-2024-35800
- EPSS 0.23%
- Veröffentlicht 17.05.2024 14:15:12
- Zuletzt bearbeitet 19.09.2025 15:35:08
In the Linux kernel, the following vulnerability has been resolved: efi: fix panic in kdump kernel Check if get_next_variable() is actually valid pointer before calling it. In kdump kernel this method is set to NULL that causes panic during the kex...
CVE-2024-35801
- EPSS 0.23%
- Veröffentlicht 17.05.2024 14:15:12
- Zuletzt bearbeitet 19.09.2025 15:44:30
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD Commit 672365477ae8 ("x86/fpu: Update XFD state where required") and commit 8bf26758ca96 ("x86/fpu: Add XFD state to fpstate") int...
CVE-2024-35795
- EPSS 0.17%
- Veröffentlicht 17.05.2024 14:15:11
- Zuletzt bearbeitet 10.01.2025 18:10:58
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix deadlock while reading mqd from debugfs An errant disk backup on my desktop got into debugfs and triggered the following deadlock scenario in the amdgpu debugfs fil...
CVE-2024-35796
- EPSS 0.23%
- Veröffentlicht 17.05.2024 14:15:11
- Zuletzt bearbeitet 23.12.2025 18:29:13
In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: platform_get_resource replaced by wrong function The function platform_get_resource was replaced with devm_platform_ioremap_resource_byname and is called using 0 as ...
CVE-2024-35797
- EPSS 0.65%
- Veröffentlicht 17.05.2024 14:15:11
- Zuletzt bearbeitet 19.09.2025 14:53:03
In the Linux kernel, the following vulnerability has been resolved: mm: cachestat: fix two shmem bugs When cachestat on shmem races with swapping and invalidation, there are two possible bugs: 1) A swapin error can have resulted in a poisoned swap...
CVE-2023-52661
- EPSS 0.22%
- Veröffentlicht 17.05.2024 14:15:08
- Zuletzt bearbeitet 19.09.2025 14:19:01
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe() If clk_get_sys(..., "pll_d2_out0") fails, the clk_get_sys() call must be undone. Add the ...
CVE-2023-52662
- EPSS 0.23%
- Veröffentlicht 17.05.2024 14:15:08
- Zuletzt bearbeitet 14.01.2025 14:55:24
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node When ida_alloc_max fails, resources allocated before should be freed, including *res allocated by kmalloc and ttm_resource_init.
CVE-2023-52663
- EPSS 0.22%
- Veröffentlicht 17.05.2024 14:15:08
- Zuletzt bearbeitet 07.01.2025 16:58:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() Driver uses kasprintf() to initialize fw_{code,data}_bin members of struct acp_dev_data, but kfree() is never called to deall...
CVE-2024-35793
- EPSS 0.17%
- Veröffentlicht 17.05.2024 13:15:59
- Zuletzt bearbeitet 26.09.2025 16:20:35
In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in ...
CVE-2024-35794
- EPSS 0.22%
- Veröffentlicht 17.05.2024 13:15:59
- Zuletzt bearbeitet 26.09.2025 16:20:03
In the Linux kernel, the following vulnerability has been resolved: dm-raid: really frozen sync_thread during suspend 1) commit f52f5c71f3d4 ("md: fix stopping sync thread") remove MD_RECOVERY_FROZEN from __md_stop_writes() and doesn't realize t...