CVE-2024-26644
- EPSS 0.01%
- Veröffentlicht 26.03.2024 16:15:12
- Zuletzt bearbeitet 17.07.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following ...
CVE-2024-26645
- EPSS 0.01%
- Veröffentlicht 26.03.2024 16:15:12
- Zuletzt bearbeitet 17.03.2025 15:20:10
In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracing_map Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce a...
CVE-2023-52620
- EPSS 0.01%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 12.05.2026 12:16:16
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.
CVE-2024-26642
- EPSS 0.01%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 12.05.2026 12:16:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ens...
CVE-2024-26643
- EPSS 0.01%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 12.05.2026 12:16:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymou...
CVE-2024-26640
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:11
- Zuletzt bearbeitet 10.03.2025 17:01:43
In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these...
CVE-2024-26641
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:11
- Zuletzt bearbeitet 28.03.2025 16:17:08
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...
CVE-2024-26635
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 10.03.2025 17:06:20
In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETH_P_TR_802_2. syzbot reported an uninit-value bug below. [0] llc supports ETH_P_802_2 (0x0004) and used to support ETH_P_TR_802_2 (0x0011), and syzbot abus...
CVE-2024-26636
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 10.03.2025 17:04:27
In the Linux kernel, the following vulnerability has been resolved: llc: make llc_ui_sendmsg() more robust against bonding changes syzbot was able to trick llc_ui_sendmsg(), allocating an skb with no headroom, but subsequently trying to push 14 byt...
CVE-2023-52617
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 08.04.2025 15:26:38
In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdev_release() crash after surprise hot remove A PCI device hot removal may occur while stdev->cdev is held open. The call to stdev_release() then happens duri...