CVE-2024-35912
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 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%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 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...
CVE-2024-35893
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 23.12.2025 19:27:57
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...
CVE-2024-35894
- EPSS 0.04%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 21.03.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent BPF accessing lowat from a subflow socket. Alexei reported the following splat: WARNING: CPU: 32 PID: 3276 at net/mptcp/subflow.c:1430 subflow_data_ready+0x147/0x1...
CVE-2024-35895
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:10
- Zuletzt bearbeitet 30.12.2024 17:12:29
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because ...