CVE-2024-42105
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:38
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix inode number range checks Patch series "nilfs2: fix potential issues related to reserved inodes". This series fixes one use-after-free issue reported by syzbot, caused...
CVE-2024-42106
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:39
In the Linux kernel, the following vulnerability has been resolved: inet_diag: Initialize pad field in struct inet_diag_req_v2 KMSAN reported uninit-value access in raw_lookup() [1]. Diag for raw sockets uses the pad field in struct inet_diag_req_v...
CVE-2024-42107
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 08.01.2025 21:32:03
In the Linux kernel, the following vulnerability has been resolved: ice: Don't process extts if PTP is disabled The ice_ptp_extts_event() function can race with ice_ptp_release() and result in a NULL pointer dereference which leads to a kernel pani...
CVE-2024-42108
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 17.04.2025 16:56:53
In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitch_poll() The use-after-free is actually in rswitch_tx_free(), which is inlined in rswitch_poll(). Since `skb` and `gq->skbs[gq->dirty]` ...
CVE-2024-42109
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:39
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: unconditionally flush pending work before notifier syzbot reports: KASAN: slab-uaf in nft_ctx_update include/net/netfilter/nf_tables.h:1831 KASAN: slab-uaf i...
CVE-2024-42110
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:39
In the Linux kernel, the following vulnerability has been resolved: net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() The following is emitted when using idxd (DSA) dmanegine as the data mover for ntb_transport that...
CVE-2024-42111
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 26.09.2025 15:27:54
In the Linux kernel, the following vulnerability has been resolved: btrfs: always do the basic checks for btrfs_qgroup_inherit structure [BUG] Syzbot reports the following regression detected by KASAN: BUG: KASAN: slab-out-of-bounds in btrfs_qgr...
CVE-2024-42112
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 07.10.2025 16:56:22
In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb...
CVE-2024-42113
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 26.09.2025 15:33:08
In the Linux kernel, the following vulnerability has been resolved: net: txgbe: initialize num_q_vectors for MSI/INTx interrupts When using MSI/INTx interrupts, wx->num_q_vectors is uninitialized. Thus there will be kernel panic in wx_alloc_q_vecto...
CVE-2024-42114
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:39
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values syzbot is able to trigger softlockups, setting NL80211_ATTR_TXQ_QUANTUM to 2^31. We had a similar issue in sch_fq, fixed w...