CVE-2024-56607
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 08.10.2025 13:41:58
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask() When I try to manually set bitrates: iw wlan0 set bitrates legacy-2.4 1 I get sleeping from invalid context err...
CVE-2024-56609
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 03.11.2025 20:16:53
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb When removing kernel modules by: rmmod rtw88_8723cs rtw88_8703b rtw88_8723x rtw88_sdio rtw88_core Driver uses skb_qu...
CVE-2024-56610
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: kcsan: Turn report_filterlist_lock into a raw_spinlock Ran Xiaokai reports that with a KCSAN-enabled PREEMPT_RT kernel, we can see splats like: | BUG: sleeping function called fro...
CVE-2024-56611
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 01.10.2025 20:17:30
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up hav...
CVE-2024-56604
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() bt_sock_alloc() attaches allocated sk object to the provided sock object. If rfcomm_dlc_alloc() fails, w...
CVE-2024-56588
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 09.01.2025 16:16:22
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Create all dump files during debugfs initialization For the current debugfs of hisi_sas, after user triggers dump, the driver allocate memory space to save the regi...
CVE-2024-56589
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:01
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Add cond_resched() for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS ...
CVE-2024-56590
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:01
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some un...
CVE-2024-56591
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 07.10.2025 17:45:56
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disa...
CVE-2024-56592
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 08.10.2025 13:38:51
In the Linux kernel, the following vulnerability has been resolved: bpf: Call free_htab_elem() after htab_unlock_bucket() For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpf_map_fd_put_ptr() will ...