CVE-2024-35796
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:11
- Zuletzt bearbeitet 21.11.2024 09:20:54
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.02%
- 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-52670
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 21.11.2024 08:40:19
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...
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:10
- Zuletzt bearbeitet 21.11.2024 08:40:19
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-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-52667
- EPSS 0.13%
- 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-52668
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:09
- Zuletzt bearbeitet 19.09.2025 14:26:06
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfs_zone_activate() The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking d...
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:09
- Zuletzt bearbeitet 21.11.2024 08:40:19
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.01%
- 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 ...