CVE-2024-35905
- EPSS 0.22%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:40
In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear ne...
CVE-2024-35907
- EPSS 0.23%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 30.12.2024 19:35:53
In the Linux kernel, the following vulnerability has been resolved: mlxbf_gige: call request_irq() after NAPI initialized The mlxbf_gige driver encounters a NULL pointer exception in mlxbf_gige_open() when kdump is enabled. The sequence to reprodu...
CVE-2024-35908
- EPSS 0.21%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 24.09.2025 18:52:20
In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tls_sw_recvmsg, we take a reference on the psock, and then call tls_rx_reader_lock. If that fails, we return di...
CVE-2024-35909
- EPSS 0.21%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 24.09.2025 18:51:02
In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle...
CVE-2024-35910
- EPSS 0.23%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:40
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-35912
- EPSS 0.21%
- 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-35915
- EPSS 0.22%
- Veröffentlicht 19.05.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:41
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.23%
- 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.23%
- 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.17%
- 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...