CVE-2025-21890
- EPSS 0.18%
- Veröffentlicht 27.03.2025 14:57:16
- Zuletzt bearbeitet 29.10.2025 16:51:45
In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpf_rx_rsc() idpf_rx_rsc() uses skb_transport_offset(skb) while the transport header is not set yet. This triggers the following warning for CONFIG_DEB...
CVE-2025-21888
- EPSS 0.18%
- Veröffentlicht 27.03.2025 14:57:15
- Zuletzt bearbeitet 29.10.2025 16:54:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during dereg_mr for DM type Memory regions (MR) of type DM (device memory) do not have an associated umem. In the __mlx5_ib_dereg_mr() -> mlx5_free_priv_desc...
CVE-2025-21889
- EPSS 0.18%
- Veröffentlicht 27.03.2025 14:57:15
- Zuletzt bearbeitet 29.10.2025 16:55:49
In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perf_iterate_ctx() The perf_iterate_ctx() function performs RCU list traversal but currently lacks RCU read lock protection. This causes ...
CVE-2025-21887
- EPSS 0.18%
- Veröffentlicht 27.03.2025 14:57:14
- Zuletzt bearbeitet 14.07.2026 13:17:26
In the Linux kernel, the following vulnerability has been resolved: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up The issue was caused by dput(upper) being called before ovl_dentry_update_reval(), while upper->d_flags was ...
CVE-2025-21885
- EPSS 0.18%
- Veröffentlicht 27.03.2025 14:57:13
- Zuletzt bearbeitet 29.10.2025 16:52:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers While using nvme target with use_srq on, below kernel panic is noticed. [ 549.698111] bnxt_en 0000:41:0...
CVE-2025-21886
- EPSS 0.19%
- Veröffentlicht 27.03.2025 14:57:13
- Zuletzt bearbeitet 29.10.2025 16:53:07
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroy_unused_implicit_child_mr() to prevent hanging during parent deregistration as of below [1]. Upon entering...
CVE-2025-21884
- EPSS 0.19%
- Veröffentlicht 27.03.2025 14:57:12
- Zuletzt bearbeitet 29.10.2025 16:49:15
In the Linux kernel, the following vulnerability has been resolved: net: better track kernel sockets lifetime While kernel sockets are dismantled during pernet_operations->exit(), their freeing can be delayed by any tx packets still held in qdisc o...
CVE-2025-21883
- EPSS 0.19%
- Veröffentlicht 27.03.2025 14:57:11
- Zuletzt bearbeitet 29.10.2025 16:50:28
In the Linux kernel, the following vulnerability has been resolved: ice: Fix deinitializing VF in error path If ice_ena_vfs() fails after calling ice_create_vf_entries(), it frees all VFs without removing them from snapshot PF-VF mailbox list, lead...
CVE-2025-21881
- EPSS 0.19%
- Veröffentlicht 27.03.2025 14:57:10
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: uprobes: Reject the shared zeropage in uprobe_write_opcode() We triggered the following crash in syzkaller tests: BUG: Bad page state in process syz.7.38 pfn:1eff3 page: refc...
CVE-2025-21882
- EPSS 0.16%
- Veröffentlicht 27.03.2025 14:57:10
- Zuletzt bearbeitet 29.10.2025 16:56:36
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix vport QoS cleanup on error When enabling vport QoS fails, the scheduling node was never freed, causing a leak. Add the missing free and reset the vport scheduling no...