CVE-2025-21724
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index() Resolve a UBSAN shift-out-of-bounds issue in iova_bitmap_offset_to_index() where shifting the constant...
CVE-2025-21725
- EPSS 0.05%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix oops due to unset link speed It isn't guaranteed that NETWORK_INTERFACE_INFO::LinkSpeed will always be set by the server, so the client must handle any values and ...
CVE-2025-21726
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: padata: avoid UAF for reorder_work Although the previous patch can avoid ps and ps UAF for _do_serial, it can not avoid potential UAF issue for reorder_work. This issue can happen ...
CVE-2025-21727
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: padata: fix UAF in padata_reorder A bug was found when run ltp test: BUG: KASAN: slab-use-after-free in padata_find_next+0x29/0x1a0 Read of size 4 at addr ffff88bbfe003524 by task...
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.03%
- 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.03%
- 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...