CVE-2023-52677
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 25.09.2025 16:18:59
In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloc_to_page() which panics since the address does not lie in the vmalloc region.
CVE-2024-35834
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 19.09.2025 16:21:56
In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xsk_buff_free() call when __xsk_rcv_zc() failed to produce descriptor to XSK Rx queue.
CVE-2024-35835
- EPSS 0.16%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...
CVE-2024-35836
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 19.09.2025 16:40:19
In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed (other kernel module instance of the same PCI device have ...
- EPSS 0.05%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:21:00
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-35838
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 19.09.2025 18:41:14
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix potential sta-link leak When a station is allocated, links are added but not set to valid yet (e.g. during connection to an AP MLD), we might remove the station...
CVE-2024-35829
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 07.04.2025 19:06:07
In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.
- EPSS 0.07%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 21.11.2024 09:20:59
In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...
CVE-2024-35831
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 26.09.2025 16:06:17
In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix release of pinned pages when __io_uaddr_map fails Looking at the error path of __io_uaddr_map, if we fail after pinning the pages for any reasons, ret will be set to ...
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 ...