CVE-2024-26779
- EPSS 0.01%
- Published 03.04.2024 17:15:53
- Last modified 04.04.2025 14:15:05
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet...
CVE-2024-26754
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 07.01.2025 21:13:04
In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() The gtp_net_ops pernet operations structure for the subsystem must be registered before registering the generic ne...
CVE-2024-26763
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 18.03.2025 16:40:18
In the Linux kernel, the following vulnerability has been resolved: dm-crypt: don't modify the data when using authenticated encryption It was said that authenticated encryption could produce invalid tag when the data that is being encrypted is mod...
CVE-2024-26764
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 18.03.2025 16:36:22
In the Linux kernel, the following vulnerability has been resolved: fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio If kiocb_set_cancel_fn() is called for I/O submitted via io_uring, the following kernel warning appears: WARNING...
CVE-2024-26766
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 27.02.2025 21:59:09
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix sdma.h tx->num_descs off-by-one error Unfortunately the commit `fd8958efe877` introduced another error causing the `descs` array to overflow. This reults in further cr...
CVE-2024-26771
- EPSS 0.02%
- Published 03.04.2024 17:15:52
- Last modified 27.01.2025 14:59:26
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Add some null pointer checks to the edma_probe devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the al...
CVE-2024-26733
- EPSS 0.01%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:02:47
In the Linux kernel, the following vulnerability has been resolved: arp: Prevent overflow in arp_req_get(). syzkaller reported an overflown write in arp_req_get(). [0] When ioctl(SIOCGARP) is issued, arp_req_get() looks up an neighbour entry and c...
CVE-2024-26735
- EPSS 0.03%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:05:01
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix possible use-after-free and null-ptr-deref The pernet operations structure for the subsystem must be registered before registering the generic netlink family.
CVE-2024-26736
- EPSS 0.02%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:03:20
In the Linux kernel, the following vulnerability has been resolved: afs: Increase buffer size in afs_update_volume_status() The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow. Found by Linux V...
CVE-2024-26743
- EPSS 0%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 15:44:46
In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix qedr_create_user_qp error flow Avoid the following warning by making sure to free the allocated resources in case that qedr_init_user_queue() fail. -----------[ cut...