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-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-2023-52670
- EPSS 0.29%
- 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.22%
- 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-52672
- EPSS 0.26%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 23.12.2025 18:29:06
In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wr_wait after setting max_usage Commit c73be61cede5 ("pipe: Add general notification queue support") a regression was introduced that would lock up resized pipes under...
CVE-2023-52667
- EPSS 0.27%
- Veröffentlicht 17.05.2024 14:15:09
- Zuletzt bearbeitet 10.01.2025 17:43:01
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kcalloc() for ft->g succeeds but kvzalloc() for in fails, fs_any_create_groups() will free ft->g. However, its c...
CVE-2023-52669
- EPSS 0.25%
- 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....
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-52664
- EPSS 0.28%
- Veröffentlicht 17.05.2024 14:15:08
- Zuletzt bearbeitet 07.01.2025 17:00:00
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aq_ring_free could be called multiple times on same ring, i...