CVE-2024-26750
- EPSS 0.02%
- Published 04.04.2024 09:15:07
- Last modified 18.03.2025 16:49:59
In the Linux kernel, the following vulnerability has been resolved: af_unix: Drop oob_skb ref before purging queue in GC. syzbot reported another task hung in __unix_gc(). [0] The current while loop assumes that all of the left candidates have oo...
CVE-2024-26780
- EPSS 0.02%
- Published 04.04.2024 09:15:07
- Last modified 18.03.2025 16:52:16
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix task hung while purging oob_skb in GC. syzbot reported a task hung; at the same time, GC was looping infinitely in list_for_each_entry_safe() for OOB skb. [0] syzbot...
CVE-2024-26772
- EPSS 0.01%
- Published 03.04.2024 17:15:53
- Last modified 04.04.2025 14:16:47
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() Places the logic for checking if the group's block bitmap is corrupt under the protection of the group ...
CVE-2024-26773
- EPSS 0.01%
- Published 03.04.2024 17:15:53
- Last modified 18.03.2025 16:47:14
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() Determine if the group block bitmap is corrupted before using ac_b_ex in ext4_mb_try_best_found() to ...
CVE-2024-26779
- EPSS 0.01%
- Published 03.04.2024 17:15:53
- Last modified 04.04.2025 14:15:05
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet...
CVE-2024-26755
- EPSS 0.16%
- Published 03.04.2024 17:15:52
- Last modified 04.04.2025 14:30:49
In the Linux kernel, the following vulnerability has been resolved: md: Don't suspend the array for interrupted reshape md_start_sync() will suspend the array if there are spares that can be added or removed from conf, however, if reshape is still ...
CVE-2024-26756
- EPSS 0.02%
- Published 03.04.2024 17:15:52
- Last modified 17.03.2025 16:56:57
In the Linux kernel, the following vulnerability has been resolved: md: Don't register sync_thread for reshape directly Currently, if reshape is interrupted, then reassemble the array will register sync_thread directly from pers->run(), in this cas...
CVE-2024-26757
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 04.04.2025 14:30:42
In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore read-only array in md_check_recovery() Usually if the array is not read-write, md_check_recovery() won't register new sync_thread in the first place. And if the ar...
CVE-2024-26758
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 04.04.2025 14:30:16
In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in md_check_recovery() mddev_suspend() never stop sync_thread, hence it doesn't make sense to ignore suspended array in md_check_recovery(), which ...
CVE-2024-26759
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 16.04.2025 19:15:50
In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWP_SYNCHRONOUS_IO, if two or more threads swapin the same entry at the same time, they get different pages (A...