CVE-2024-57841
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:35
In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in tcp_conn_request() If inet_csk_reqsk_queue_hash_add() return false, tcp_conn_request() will return without free the dst memory, which allocated in af_ops->r...
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-57882
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix TCP options overflow. Syzbot reported the following splat: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP ...
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-57884
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() The task sometimes continues looping in throttle_direct_reclaim() because allow_direct_recl...
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-57802
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:11
- Zuletzt bearbeitet 03.11.2025 21:18:34
In the Linux kernel, the following vulnerability has been resolved: netrom: check buffer length before accessing it Syzkaller reports an uninit value read from ax25cmp when sending raw message through ieee802154 implementation. ===================...
CVE-2024-36476
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:16:12
In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Ensure 'ib_sge list' is accessible Move the declaration of the 'ib_sge list' variable outside the 'always_invalidate' block to ensure it remains accessible for use throu...
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...