CVE-2025-39891
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:31
- Zuletzt bearbeitet 23.01.2026 02:32:19
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chan_stats array to zero The adapter->chan_stats[] array is initialized in mwifiex_init_channel_scan_gap() with vmalloc(), which doesn't zero out memo...
CVE-2024-58241
- EPSS 0.02%
- Veröffentlicht 24.09.2025 11:15:31
- Zuletzt bearbeitet 14.01.2026 20:16:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Disable works on hci_unregister_dev This make use of disable_work_* on hci_unregister_dev since the hci_dev is about to be freed new submissions are not disara...
CVE-2025-39883
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:48
- Zuletzt bearbeitet 16.01.2026 19:26:44
In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory When I did memory failure tests, below panic occurs: page dumped because: VM_BUG_ON_PAGE(PagePoisone...
CVE-2025-39884
- EPSS 0.01%
- Veröffentlicht 23.09.2025 06:15:48
- Zuletzt bearbeitet 14.01.2026 20:16:10
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfs_inode to be ...
CVE-2025-39885
- EPSS 0.03%
- Veröffentlicht 23.09.2025 06:15:48
- Zuletzt bearbeitet 16.01.2026 19:29:02
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix recursive semaphore deadlock in fiemap call syzbot detected a OCFS2 hang due to a recursive semaphore on a FS_IOC_FIEMAP of the extent list on a specially crafted mmap f...
CVE-2025-39877
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:47
- Zuletzt bearbeitet 20.01.2026 20:29:36
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in state_show() state_show() reads kdamond->damon_ctx without holding damon_sysfs_lock. This allows a use-after-free race: CPU 0 ...
CVE-2025-39869
- EPSS 0.03%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 20.01.2026 20:41:15
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queue_priority_map Fix a critical memory allocation bug in edma_setup_from_hw() where queue_priority_map was allocated with insu...
CVE-2025-39866
- EPSS 0.03%
- Veröffentlicht 19.09.2025 15:26:35
- Zuletzt bearbeitet 12.05.2026 13:17:17
In the Linux kernel, the following vulnerability has been resolved: fs: writeback: fix use-after-free in __mark_inode_dirty() An use-after-free issue occurred when __mark_inode_dirty() get the bdi_writeback that was in the progress of switching. C...
CVE-2025-39865
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:34
- Zuletzt bearbeitet 12.05.2026 13:17:17
In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in tee_shm_put tee_shm_put have NULL pointer dereference: __optee_disable_shm_cache --> shm = reg_pair_to_ptr(...);//shm maybe return NULL ...
CVE-2025-39863
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 25.03.2026 11:16:12
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work The brcmf_btcoex_detach() only shuts down the btcoex timer, if the flag timer_on is false. However, the ...