CVE-2024-56606
- EPSS 0.04%
- Published 27.12.2024 15:15:20
- Last modified 03.11.2025 21:18:07
In the Linux kernel, the following vulnerability has been resolved: af_packet: avoid erroring out after sock_init_data() in packet_create() After sock_init_data() the allocated sk object is attached to the provided sock object. On error, packet_cre...
CVE-2024-56607
- EPSS 0.03%
- Published 27.12.2024 15:15:20
- Last modified 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-56608
- EPSS 0.06%
- Published 27.12.2024 15:15:20
- Last modified 03.11.2025 21:18:07
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' An issue was identified in the dcn21_link_encoder_create function where an out-of-bounds access could occur...
CVE-2024-56609
- EPSS 0.04%
- Published 27.12.2024 15:15:20
- Last modified 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.04%
- Published 27.12.2024 15:15:20
- Last modified 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.03%
- Published 27.12.2024 15:15:20
- Last modified 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-56612
- EPSS 0.04%
- Published 27.12.2024 15:15:20
- Last modified 01.10.2025 20:17:30
In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpin_user_pages() The recent addition of "pofs" (pages or folios) handling to gup has a flaw: it assumes that unpin_user_pages() handles NULL pages in...
CVE-2024-56613
- EPSS 0.03%
- Published 27.12.2024 15:15:20
- Last modified 01.10.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: sched/numa: fix memory leak due to the overwritten vma->numab_state [Problem Description] When running the hackbench program of LTP, the following memory leak is reported by kmemle...
CVE-2024-56614
- EPSS 0.06%
- Published 27.12.2024 15:15:20
- Last modified 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xsk_map_delete_elem function an unsigned integer (map->max_entries) is compared with a user-controlled signed i...
CVE-2024-56597
- EPSS 0.03%
- Published 27.12.2024 15:15:19
- Last modified 03.11.2025 21:18:03
In the Linux kernel, the following vulnerability has been resolved: jfs: fix shift-out-of-bounds in dbSplit When dmt_budmin is less than zero, it causes errors in the later stages. Added a check to return an error beforehand in dbAllocCtl itself.