CVE-2024-35971
- EPSS 0.21%
- Veröffentlicht 20.05.2024 10:15:11
- Zuletzt bearbeitet 24.09.2025 18:18:07
In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851_irq() thread may call ks8851_rx_pkts() in case there are any packets in the MAC FIFO, which calls netif...
CVE-2024-35950
- EPSS 0.25%
- Veröffentlicht 20.05.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes[] with dev->mode_config.mutex The modes[] array contains pointers to modes on the connectors' mode lists, which are protected by dev->mode_config.mu...
CVE-2024-35951
- EPSS 0.24%
- Veröffentlicht 20.05.2024 10:15:10
- Zuletzt bearbeitet 24.09.2025 18:56:52
In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() Subject: [PATCH] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() If some the pages or sgt allo...
CVE-2024-35952
- EPSS 0.17%
- Veröffentlicht 20.05.2024 10:15:10
- Zuletzt bearbeitet 23.09.2025 16:44:35
In the Linux kernel, the following vulnerability has been resolved: drm/ast: Fix soft lockup There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the register, VGACRI-Dx, checked in this API is a scratch re...
CVE-2024-35955
- EPSS 1.18%
- Veröffentlicht 20.05.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:43
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...
CVE-2024-35956
- EPSS 0.23%
- Veröffentlicht 20.05.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 21:16:11
In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations Create subvolume, create snapshot and delete subvolume all use btrfs_subvolume_reserve_metadata() to reserve met...
CVE-2024-35947
- EPSS 0.27%
- Veröffentlicht 19.05.2024 12:15:08
- Zuletzt bearbeitet 04.04.2025 14:23:31
In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUG_ON in >control parser Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EI...
CVE-2024-35944
- EPSS 0.23%
- Veröffentlicht 19.05.2024 11:15:50
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() Syzkaller hit 'WARNING in dg_dispatch_as_host' bug. memcpy: detected field-spanning write (size 56) of single field "&...
CVE-2024-35945
- EPSS 0.21%
- Veröffentlicht 19.05.2024 11:15:50
- Zuletzt bearbeitet 31.01.2025 15:01:01
In the Linux kernel, the following vulnerability has been resolved: net: phy: phy_device: Prevent nullptr exceptions on ISR If phydev->irq is set unconditionally, check for valid interrupt handler or fall back to polling mode to prevent nullptr exc...
CVE-2024-35946
- EPSS 0.21%
- Veröffentlicht 19.05.2024 11:15:50
- Zuletzt bearbeitet 31.01.2025 15:02:04
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix null pointer access when abort scan During cancel scan we might use vif that weren't scanning. Fix this by using the actual scanning vif.