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-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-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 ...
CVE-2025-39848
- EPSS 0.01%
- Veröffentlicht 19.09.2025 15:26:21
- Zuletzt bearbeitet 12.05.2026 13:17:16
In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25_kiss_rcv() Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d ("net: introduce per netns packet chains"). skb->dev b...
CVE-2025-39847
- EPSS 0.01%
- Veröffentlicht 19.09.2025 15:26:20
- Zuletzt bearbeitet 12.05.2026 13:17:15
In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in pad_compress_skb If alloc_skb() fails in pad_compress_skb(), it returns NULL without releasing the old skb. The caller does: skb = pad_compress_skb(ppp...
CVE-2025-39846
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 12.05.2026 13:17:15
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to res and used in pci_bus_alloc_resource(). Ther...
CVE-2025-39839
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:14
- Zuletzt bearbeitet 12.05.2026 13:17:14
In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadv_nc_skb_decode_packet() trusts coded_len and checks only against skb->len. XOR starts at sizeof(struct batadv_unicast_...
CVE-2025-39838
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:13
- Zuletzt bearbeitet 12.05.2026 13:17:14
In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL pointer dereference in UTF16 conversion There can be a NULL pointer dereference bug here. NULL is passed to __cifs_sfu_make_node without checks, which passes it ...
CVE-2023-53447
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:49
- Zuletzt bearbeitet 14.01.2026 20:16:05
In the Linux kernel, the following vulnerability has been resolved: f2fs: don't reset unchangable mount option in f2fs_remount() syzbot reports a bug as below: general protection fault, probably for non-canonical address 0xdffffc0000000009: 0000 [...