CVE-2024-26640
- EPSS 0.01%
- Published 18.03.2024 11:15:11
- Last modified 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%
- Published 18.03.2024 11:15:11
- Last modified 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%
- Published 18.03.2024 11:15:10
- Last modified 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%
- Published 18.03.2024 11:15:10
- Last modified 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.02%
- Published 18.03.2024 11:15:09
- Last modified 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...
CVE-2023-52618
- EPSS 0.11%
- Published 18.03.2024 11:15:09
- Last modified 04.04.2025 14:51:32
In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "dev_search_path" can technically be as large as PATH_MAX, there was a risk of truncation when copying it and a second stri...
CVE-2023-52619
- EPSS 0.01%
- Published 18.03.2024 11:15:09
- Last modified 10.03.2025 15:48:56
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...
CVE-2024-26633
- EPSS 0.02%
- Published 18.03.2024 11:15:09
- Last modified 04.04.2025 14:49:01
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...
CVE-2023-52612
- EPSS 0.01%
- Published 18.03.2024 11:15:08
- Last modified 27.02.2025 03:20:23
In the Linux kernel, the following vulnerability has been resolved: crypto: scomp - fix req->dst buffer overflow The req->dst buffer size should be checked before copying from the scomp_scratch->dst to avoid req->dst buffer overflow problem.
CVE-2023-52616
- EPSS 0.02%
- Published 18.03.2024 11:15:08
- Last modified 10.03.2025 15:50:52
In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init When the mpi_ec_ctx structure is initialized, some fields are not cleared, causing a crash when referencing the field...