CVE-2025-21728
- EPSS 0.06%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:13
In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpf_send_signal(...
CVE-2025-21729
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 24.03.2025 18:57:27
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion The rtwdev->scanning flag isn't protected by mutex originally, so cancel_hw_scan can pass the condition, but sud...
CVE-2025-21730
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 23.10.2025 13:05:24
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed If WoWLAN failed in resume flow, the rtw89_ops_add_interface() triggered without removing the interface first. T...
CVE-2025-21731
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:13
In the Linux kernel, the following vulnerability has been resolved: nbd: don't allow reconnect after disconnect Following process can cause nbd_config UAF: 1) grab nbd_config temporarily; 2) nbd_genl_disconnect() flush all recv_work() and release...
CVE-2025-21714
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 24.03.2025 17:50:26
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using __xa_cmpxchg() to make sure this is the only time we are destroying this...
CVE-2025-21715
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000_drv_remove dm is netdev private data and it cannot be used after free_netdev() call. Using dm after free_netdev() can cause UAF bug. Fix it by movin...
CVE-2025-21717
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 23.10.2025 13:06:44
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq kvzalloc_node is not doing a runtime check on the node argument (__alloc_pages_node_noprof does hav...
CVE-2025-21719
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mr_mfc_uses_dev() for unres entries syzbot found that calling mr_mfc_uses_dev() for unres entries would crash [1], because c->mfc_un.res.minvif / c->mfc_un.res.ma...
CVE-2025-21720
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 23.10.2025 13:06:19
In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. ...
CVE-2025-21721
- EPSS 0.05%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle errors that nilfs_prepare_chunk() may return Patch series "nilfs2: fix issues with rename operations". This series fixes BUG_ON check failures reported by syzbot ar...