CVE-2024-54460
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 01.10.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in iso_listen_bis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning iso_listen_bis, to avoid...
CVE-2024-54680
- EPSS 0.02%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 02.04.2025 16:15:35
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-54683
- EPSS 0.02%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 01.10.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ========...
CVE-2024-55639
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 16.10.2025 17:04:08
In the Linux kernel, the following vulnerability has been resolved: net: renesas: rswitch: avoid use-after-put for a device tree node The device tree node saved in the rswitch_device structure is used at several driver locations. So passing this no...
CVE-2024-55641
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 15.10.2025 18:30:34
In the Linux kernel, the following vulnerability has been resolved: xfs: unlock inodes when erroring out of xfs_trans_alloc_dir Debugging a filesystem patch with generic/475 caused the system to hang after observing the following sequences in dmesg...
CVE-2024-55642
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 01.10.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned block device always execute a zone report whenever ...
CVE-2024-53687
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 15.10.2025 20:46:50
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix IPIs usage in kfence_protect_page() flush_tlb_kernel_range() may use IPIs to flush the TLBs of all the cores, which triggers the following warning when the irqs are disa...
CVE-2024-53690
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 03.11.2025 21:17:47
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfs_rmdir. [1] Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".ni...
CVE-2024-54191
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in iso_conn_big_sync This fixes the circular locking dependency warning below, by reworking iso_sock_recvmsg, to ensure that the socket lock is al...
CVE-2024-54193
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:26
- Zuletzt bearbeitet 15.10.2025 19:56:43
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal() Move pm_runtime_set_active() to ivpu_pm_init() so when ivpu_ipc_send_receive_internal() is executed before ivpu_pm_enable()...