CVE-2025-39870
- EPSS 0.14%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 20.01.2026 20:40:34
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.14%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 14.07.2026 13:17:50
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.13%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 08.01.2026 10:15:49
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...
CVE-2025-39873
- EPSS 0.15%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 20.01.2026 20:33:41
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...
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:45
- Zuletzt bearbeitet 29.09.2025 06:16:41
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-39866
- EPSS 0.29%
- Veröffentlicht 19.09.2025 15:26:35
- Zuletzt bearbeitet 14.07.2026 13:17:50
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.15%
- 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.15%
- 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-39864
- EPSS 0.15%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 12.05.2026 13:17:16
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix use-after-free in cmp_bss() Following bss_free() quirk introduced in commit 776b3580178f ("cfg80211: track hidden SSID networks properly"), adjust cfg80211_upda...
CVE-2025-39862
- EPSS 0.13%
- Veröffentlicht 19.09.2025 15:26:32
- Zuletzt bearbeitet 14.01.2026 20:16:09
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix list corruption after hardware restart Since stations are recreated from scratch, all lists that wcids are added to must be cleared before calling ieee80211...