- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 03.11.2025 22:17:26
In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix UAF when resolving a clash KASAN reports the following UAF: BUG: KASAN: slab-use-after-free in tcf_ct_flow_table_process_conn+0x12b/0x380 [act_ct] Read of size 1 ...
CVE-2024-41041
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). syzkaller triggered the warning [0] in udp_v4_early_demux(). In udp_v[46]_early_demux() and sk_lookup(), we do not touch the ...
CVE-2024-41042
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prefer nft_chain_validate nft_chain_validate already performs loop detection because a cycle will result in a call stack overflow (ctx->level >= NFT_JUMP_STAC...
CVE-2024-41043
- EPSS 0.04%
- Published 29.07.2024 15:15:12
- Last modified 25.09.2025 20:04:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: drop bogus WARN_ON Happens when rules get flushed/deleted while packet is out, so remove this WARN_ON. This WARN exists in one form or another since v4...
CVE-2024-41044
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since 'ppp_async_encode()' assumes valid LCP packets (with code from 1 to 7 inclusive), add 'ppp_check_packet()' to ensure...
CVE-2024-41045
- EPSS 0.02%
- Published 29.07.2024 15:15:12
- Last modified 25.09.2025 20:03:33
In the Linux kernel, the following vulnerability has been resolved: bpf: Defer work in bpf_timer_cancel_and_free Currently, the same case as previous patch (two timer callbacks trying to cancel each other) can be invoked through bpf_map_update_elem...
CVE-2024-41046
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple tim...
CVE-2024-41023
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 21.11.2024 09:32:05
In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix task_struct reference leak During the execution of the following stress test with linux-rt: stress-ng --cyclic 30 --timeout 30 --minimize --quiet kmemleak fre...
CVE-2024-41025
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 03.02.2025 15:43:55
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix memory leak in audio daemon attach operation Audio PD daemon send the name as part of the init IOCTL call. This name needs to be copied to kernel for which memor...
CVE-2024-41026
- EPSS 0.08%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:17:27
In the Linux kernel, the following vulnerability has been resolved: mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length No check is done on the size of the data to be transmiited. This causes a kernel panic when this size ex...