CVE-2024-42245
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 03.11.2025 22:17:49
In the Linux kernel, the following vulnerability has been resolved: Revert "sched/fair: Make sure to try to detach at least one movable task" This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06. b0defa7ae03ec changed the load balancing lo...
CVE-2024-42246
- EPSS 0.01%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 03.11.2025 22:17:49
In the Linux kernel, the following vulnerability has been resolved: net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket When using a BPF program on kernel_connect(), the call can return -EPERM. This causes xs_tcp_setup_soc...
CVE-2024-42247
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 03.11.2025 22:17:50
In the Linux kernel, the following vulnerability has been resolved: wireguard: allowedips: avoid unaligned 64-bit memory accesses On the parisc platform, the kernel issues kernel warnings because swap_endian() tries to load a 128-bit IPv6 address f...
CVE-2024-42248
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 08.08.2024 20:55:35
In the Linux kernel, the following vulnerability has been resolved: tty: serial: ma35d1: Add a NULL check for of_node The pdev->dev.of_node can be NULL if the "serial" node is absent. Add a NULL check to return an error in such cases.
CVE-2024-42249
- EPSS 0.05%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 08.08.2024 20:55:25
In the Linux kernel, the following vulnerability has been resolved: spi: don't unoptimize message in spi_async() Calling spi_maybe_unoptimize_message() in spi_async() is wrong because the message is likely to be in the queue and not transferred yet...
CVE-2024-42250
- EPSS 0.04%
- Veröffentlicht 07.08.2024 16:15:47
- Zuletzt bearbeitet 03.11.2025 22:17:50
In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of t...
CVE-2024-42232
- EPSS 0.02%
- Veröffentlicht 07.08.2024 16:15:46
- Zuletzt bearbeitet 03.11.2025 22:17:46
In the Linux kernel, the following vulnerability has been resolved: libceph: fix race between delayed_work() and ceph_monc_stop() The way the delayed work is handled in ceph_monc_stop() is prone to races with mon_fault() and possibly also finish_hu...
CVE-2024-42233
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:46
- Zuletzt bearbeitet 08.08.2024 14:56:18
In the Linux kernel, the following vulnerability has been resolved: filemap: replace pte_offset_map() with pte_offset_map_nolock() The vmf->ptl in filemap_fault_recheck_pte_none() is still set from handle_pte_fault(). But at the same time, we did ...
CVE-2024-42234
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:46
- Zuletzt bearbeitet 08.08.2024 14:55:29
In the Linux kernel, the following vulnerability has been resolved: mm: fix crashes from deferred split racing folio migration Even on 6.10-rc6, I've been seeing elusive "Bad page state"s (often on flags when freeing, yet the flags shown are not ba...
CVE-2024-42235
- EPSS 0.03%
- Veröffentlicht 07.08.2024 16:15:46
- Zuletzt bearbeitet 08.08.2024 14:55:16
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Add NULL pointer check to crst_table_free() base_crst_free() crst_table_free() used to work with NULL pointers before the conversion to ptdescs. Since crst_table_free() c...