CVE-2024-37021
- EPSS 0.21%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 03.11.2025 21:16:13
In the Linux kernel, the following vulnerability has been resolved: fpga: manager: add owner module and take its refcount The current implementation of the fpga manager assumes that the low-level module registers a driver for the parent device and ...
CVE-2024-38667
- EPSS 0.23%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 30.05.2025 19:30:24
In the Linux kernel, the following vulnerability has been resolved: riscv: prevent pt_regs corruption for secondary idle threads Top of the kernel thread stack should be reserved for pt_regs. However this is not the case for the idle threads of the...
CVE-2024-39292
- EPSS 0.23%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 04.11.2025 18:16:30
In the Linux kernel, the following vulnerability has been resolved: um: Add winch to winch_handlers before registering winch IRQ Registering a winch IRQ is racy, an interrupt may occur before the winch is added to the winch_handlers list. If that ...
CVE-2024-33847
- EPSS 0.23%
- Veröffentlicht 24.06.2024 14:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:35
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - mkfs.f2fs -O extra_attr,compression -f /dev/vdb - mo...
- EPSS 0.23%
- Veröffentlicht 24.06.2024 14:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:35
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock It needs to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock to avoid racing with checkp...
CVE-2024-38662
- EPSS 0.22%
- Veröffentlicht 21.06.2024 12:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:56
In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule v...
CVE-2024-38780
- EPSS 0.19%
- Veröffentlicht 21.06.2024 12:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:56
In the Linux kernel, the following vulnerability has been resolved: dma-buf/sw-sync: don't enable IRQ from sync_print_obj() Since commit a6aa8fca4d79 ("dma-buf/sw-sync: Reduce irqsave/irqrestore from known context") by error replaced spin_unlock_ir...
CVE-2024-36288
- EPSS 0.27%
- Veröffentlicht 21.06.2024 12:15:10
- Zuletzt bearbeitet 12.05.2026 12:16:48
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix loop termination condition in gss_free_in_token_pages() The in_token->pages[] array is not NULL terminated. This results in the following KASAN splat: KASAN: maybe w...
CVE-2024-38633
- EPSS 0.24%
- Veröffentlicht 21.06.2024 11:15:12
- Zuletzt bearbeitet 04.11.2025 18:16:29
In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uart_driver_registered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respect...
CVE-2024-38634
- EPSS 0.19%
- Veröffentlicht 21.06.2024 11:15:12
- Zuletzt bearbeitet 04.11.2025 18:16:29
In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port->lock when calling uart_handle_cts_change() uart_handle_cts_change() has to be called with port lock taken, Since we run it in a separate work, the lock ...