CVE-2024-57899
- EPSS 0.03%
- Veröffentlicht 15.01.2025 13:15:14
- Zuletzt bearbeitet 17.10.2025 16:09:44
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using or_eac...
CVE-2024-57903
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:14
- Zuletzt bearbeitet 03.11.2025 21:18:41
In the Linux kernel, the following vulnerability has been resolved: net: restrict SO_REUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot [1]. Trying to acquire a mu...
CVE-2024-57887
- EPSS 0.02%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: drm: adv7511: Fix use-after-free in adv7533_attach_dsi() The host_node pointer was assigned and freed in adv7533_parse_dt(), and later, adv7533_attach_dsi() uses the same. Fix this...
CVE-2024-57888
- EPSS 0.02%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 21.10.2025 11:41:58
In the Linux kernel, the following vulnerability has been resolved: workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker After commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") amdgp...
CVE-2024-57893
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Fix races at processing SysEx messages OSS sequencer handles the SysEx messages split in 6 bytes packets, and ALSA sequencer OSS layer tries to combine those. It s...
CVE-2024-57857
- EPSS 0.02%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 24.03.2025 17:30:34
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Remove direct link to net_device Do not manage a per device direct link to net_device. Rely on associated ib_devices net_device management, not doubling the effort locall...
CVE-2024-57883
- EPSS 0.03%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 18:15:44
In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: independent PMD page table shared count The folio refcount may be increased unexpectly through try_get_folio() by caller such as split_huge_pages. In huge_pmd_unshare...
CVE-2024-57795
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:11
- Zuletzt bearbeitet 11.01.2026 17:15:51
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Remove the direct link to net_device The similar patch in siw is in the link: https://git.kernel.org/rdma/rdma/c/16b87037b48889 This problem also occurred in RXE. The fo...
CVE-2024-39282
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:16:15
In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Fix FSM command timeout issue When driver processes the internal state change command, it use an asynchronous thread to process the command operation. If the main ...
CVE-2024-57843
- EPSS 0.03%
- Veröffentlicht 11.01.2025 15:15:07
- Zuletzt bearbeitet 24.09.2025 18:41:29
In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix overflow inside virtnet_rq_alloc When the frag just got a page, then may lead to regression on VM. Specially if the sysctl net.core.high_order_alloc_disable value i...