CVE-2024-56615
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed i...
CVE-2024-56616
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: drm/dp_mst: Fix MST sideband message body length check Fix the MST sideband message body length check, which must be at least 1 byte accounting for the message body CRC (aka messag...
CVE-2024-56619
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() Syzbot reported that when searching for records in a directory where the inode's i_size is corrupted and has...
CVE-2024-56623
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpc_thread to terminate (UNLOADING flag...
CVE-2024-56606
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:20
- Zuletzt bearbeitet 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.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-56597
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:19
- Zuletzt bearbeitet 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.