- EPSS 0.04%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 03.11.2025 18:16:51
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix double free in idxd_setup_wqs() The clean up in idxd_setup_wqs() has had a couple bugs because the error handling is a bit subtle. It's simpler to just re-wri...
CVE-2025-39871
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 12.12.2025 19:01:59
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Remove improper idxd_free The call to idxd_free() introduces a duplicate put_device() leading to a reference count underflow: refcount_t: underflow; use-after-free...
CVE-2025-39872
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 12.12.2025 19:01:42
In the Linux kernel, the following vulnerability has been resolved: hsr: hold rcu and dev lock for hsr_get_port_ndev hsr_get_port_ndev calls hsr_for_each_port, which need to hold rcu lock. On the other hand, before return the port device, we need t...
- EPSS 0.04%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 03.11.2025 18:16:51
In the Linux kernel, the following vulnerability has been resolved: can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB can_put_echo_skb() takes ownership of the SKB and it may be freed during or after the call. However, xil...
CVE-2025-39874
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 12.12.2025 18:48:05
In the Linux kernel, the following vulnerability has been resolved: macsec: sync features on RTM_NEWLINK Syzkaller managed to lock the lower device via ETHTOOL_SFEATURES: netdev_lock include/linux/netdevice.h:2761 [inline] netdev_lock_ops includ...
CVE-2025-39875
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 11.12.2025 19:36:48
In the Linux kernel, the following vulnerability has been resolved: igb: Fix NULL pointer dereference in ethtool loopback test The igb driver currently causes a NULL pointer dereference when executing the ethtool loopback test. This occurs because ...
CVE-2025-39868
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:45
- Zuletzt bearbeitet 12.12.2025 19:04:50
In the Linux kernel, the following vulnerability has been resolved: erofs: fix runtime warning on truncate_folio_batch_exceptionals() Commit 0e2f80afcfa6("fs/dax: ensure all pages are idle prior to filesystem unmount") introduced the WARN_ON_ONCE t...
- EPSS 0.05%
- Veröffentlicht 19.09.2025 15:26:35
- Zuletzt bearbeitet 06.12.2025 22:15:51
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...
- EPSS 0.05%
- Veröffentlicht 19.09.2025 15:26:34
- Zuletzt bearbeitet 03.11.2025 18:16:50
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 12.12.2025 20:09:54
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 ...