CVE-2024-38384
- EPSS 0.04%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 24.03.2025 17:29:07
In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix list corruption from reorder of WRITE ->lqueued __blkcg_rstat_flush() can be run anytime, especially when blk_cgroup_bio_start is being executed. If WRITE of `->lq...
CVE-2024-38663
- EPSS 0.03%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 03.10.2025 15:08:59
In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix list corruption from resetting io stat Since commit 3b8cc6298724 ("blk-cgroup: Optimize blkcg_rstat_flush()"), each iostat instance is added to blkcg percpu list, s...
CVE-2024-38664
- EPSS 0.02%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 30.05.2025 19:30:07
In the Linux kernel, the following vulnerability has been resolved: drm: zynqmp_dpsub: Always register bridge We must always register the DRM bridge, since zynqmp_dp_hpd_work_func calls drm_bridge_hpd_notify, which in turn expects hpd_mutex to be i...
CVE-2024-38667
- EPSS 0.03%
- 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-39291
- EPSS 0.03%
- Veröffentlicht 24.06.2024 14:15:12
- Zuletzt bearbeitet 30.05.2025 19:31:00
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() The function gfx_v9_4_3_init_microcode in gfx_v9_4_3.c was generating about potential tru...
CVE-2024-39292
- EPSS 0.03%
- 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-32936
- EPSS 0.02%
- Veröffentlicht 24.06.2024 14:15:11
- Zuletzt bearbeitet 17.09.2025 17:01:11
In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: Fix races while restarting DMA After the frame is submitted to DMA, it may happen that the submitted list is not updated soon enough, and the DMA callback ...
CVE-2024-33847
- EPSS 0.03%
- 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.02%
- 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-34030
- EPSS 0.03%
- Veröffentlicht 24.06.2024 14:15:11
- Zuletzt bearbeitet 24.03.2025 17:29:24
In the Linux kernel, the following vulnerability has been resolved: PCI: of_property: Return error for int_map allocation failure Return -ENOMEM from of_pci_prop_intr_map() if kcalloc() fails to prevent a NULL pointer dereference in this case. [bh...