CVE-2024-41047
- EPSS 0.01%
- Published 29.07.2024 15:15:13
- Last modified 09.10.2025 18:07:20
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 ("i40e: Fix reset path while removing the driver") introduced a new PF state "__I40E_IN_REMOVE" to...
CVE-2024-41050
- EPSS 0.02%
- Published 29.07.2024 15:15:13
- Last modified 25.09.2025 20:03:17
In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msg_id to avoid reuse Reusing the msg_id after a maliciously completed reopen request may cause a read request to remain unprocessed and result in ...
CVE-2024-41051
- EPSS 0.02%
- Published 29.07.2024 15:15:13
- Last modified 25.09.2025 19:49:59
In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemand_object_worker to finish when dropping object When queuing ondemand_object_worker() to re-open the object, cachefiles_object is not pinned. The cachefi...
CVE-2024-41056
- EPSS 0.01%
- Published 29.07.2024 15:15:13
- Last modified 07.10.2025 12:52:15
In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files Use strnlen() instead of strlen() on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw ...
CVE-2024-41035
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 07.10.2025 16:36:53
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor Syzbot has identified a bug in usbcore (see the Closes: tag below) caused by our assumption that t...
CVE-2024-41041
- EPSS 0.01%
- Published 29.07.2024 15:15:12
- Last modified 09.10.2025 18:19:49
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 25.09.2025 20:04:42
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 09.10.2025 18:19:35
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.01%
- 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...