CVE-2024-35910
- EPSS 0.02%
- Published 19.05.2024 09:15:11
- Last modified 21.11.2024 09:21:10
In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik ...
CVE-2024-35911
- EPSS 0.03%
- Published 19.05.2024 09:15:11
- Last modified 23.09.2025 14:44:14
In the Linux kernel, the following vulnerability has been resolved: ice: fix memory corruption bug with suspend and rebuild The ice driver would previously panic after suspend. This is caused from the driver *only* calling the ice_vsi_free_q_vector...
CVE-2024-35912
- EPSS 0.02%
- Published 19.05.2024 09:15:11
- Last modified 23.09.2025 14:45:47
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: rfi: fix potential response leaks If the rx payload length check fails, or if kmemdup() fails, we still need to free the command response. Fix that.
CVE-2024-35913
- EPSS 0.04%
- Published 19.05.2024 09:15:11
- Last modified 24.09.2025 18:50:28
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF When we want to know whether we should look for the mac_id or the link_id in struct iwl_mvm_session_prot_notif, we ...
CVE-2024-35914
- EPSS 0.01%
- Published 19.05.2024 09:15:11
- Last modified 23.09.2025 15:14:31
In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsd_rename() Commit a8b0026847b8 ("rename(): avoid a deadlock in the case of parents having no common ancestor") added an error bail out path. Howe...
CVE-2024-35915
- EPSS 0.02%
- Published 19.05.2024 09:15:11
- Last modified 03.02.2025 16:09:55
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. Whe...
CVE-2024-35890
- EPSS 0.03%
- Published 19.05.2024 09:15:10
- Last modified 24.09.2025 21:07:41
In the Linux kernel, the following vulnerability has been resolved: gro: fix ownership transfer If packets are GROed with fraglist they might be segmented later on and continue their journey in the stack. In skb_segment_list those skbs can be reuse...
CVE-2024-35891
- EPSS 0.01%
- Published 19.05.2024 09:15:10
- Last modified 30.12.2024 17:07:18
In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Fix potential null pointer dereference In lan8814_get_sig_rx() and lan8814_get_sig_tx() ptp_parse_header() may return NULL as ptp_header due to abnormal packet ty...
CVE-2024-35892
- EPSS 0.01%
- Published 19.05.2024 09:15:10
- Last modified 19.09.2025 18:51:15
In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() qdisc_tree_reduce_backlog() is called with the qdisc lock held, not RTNL. We must use qdisc_lookup_rcu() instead of qdi...
- EPSS 0.06%
- Published 19.05.2024 09:15:10
- Last modified 21.11.2024 09:21:08
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: prevent kernel-infoleak syzbot found that tcf_skbmod_dump() was copying four bytes from kernel stack to user space [1]. The issue here is that 'struct tc_sk...