CVE-2024-35974
- EPSS 0.02%
- Published 20.05.2024 10:15:12
- Last modified 24.09.2025 18:16:54
In the Linux kernel, the following vulnerability has been resolved: block: fix q->blkg_list corruption during disk rebind Multiple gendisk instances can allocated/added for single request queue in case of disk rebind. blkg may still stay in q->blkg...
CVE-2024-35976
- EPSS 0.01%
- Published 20.05.2024 10:15:12
- Last modified 04.04.2025 14:33:21
In the Linux kernel, the following vulnerability has been resolved: xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING syzbot reported an illegal copy in xsk_setsockopt() [1] Make sure to validate setsockopt() @optlen parameter. [1] B...
CVE-2024-35986
- EPSS 0.03%
- Published 20.05.2024 10:15:12
- Last modified 04.04.2025 14:33:00
In the Linux kernel, the following vulnerability has been resolved: phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered The power_supply frame-work is not really designed for there to be long living in kernel references to p...
CVE-2024-35958
- EPSS 0.03%
- Published 20.05.2024 10:15:11
- Last modified 21.11.2024 09:21:17
In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process ...
CVE-2024-35959
- EPSS 0.01%
- Published 20.05.2024 10:15:11
- Last modified 23.09.2025 17:48:29
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix mlx5e_priv_init() cleanup flow When mlx5e_priv_init() fails, the cleanup flow calls mlx5e_selq_cleanup which calls mlx5e_selq_apply() that assures that the `priv->st...
CVE-2024-35960
- EPSS 1.75%
- Published 20.05.2024 10:15:11
- Last modified 04.04.2025 14:22:45
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Properly link new fs rules into the tree Previously, add_rule_fg would only add newly created rules from the handle into the tree when they had a refcount of 1. On the ot...
CVE-2024-35961
- EPSS 0.02%
- Published 20.05.2024 10:15:11
- Last modified 24.09.2025 18:52:55
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Register devlink first under devlink lock In case device is having a non fatal FW error during probe, the driver will report the error to user via devlink. This will trig...
- EPSS 0.02%
- Published 20.05.2024 10:15:11
- Last modified 21.11.2024 09:21:18
In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that do_replace() handlers use copy_from_sockptr() (which I fixed), followed by unsafe copy_from_sockptr_...
CVE-2024-35963
- EPSS 0.01%
- Published 20.05.2024 10:15:11
- Last modified 24.09.2025 18:34:07
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sock: Fix not validating setsockopt user input Check user input length before copying data.
CVE-2024-35964
- EPSS 0.01%
- Published 20.05.2024 10:15:11
- Last modified 24.09.2025 18:34:12
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix not validating setsockopt user input Check user input length before copying data.