CVE-2023-52929
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:11
- Zuletzt bearbeitet 28.10.2025 18:30:58
In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after dev_set_name() If dev_set_name() fails, we leak nvmem->wp_gpio as the cleanup does not put this. While a minimal fix for this would be to add the gpi...
CVE-2023-52928
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:10
- Zuletzt bearbeitet 29.10.2025 17:14:01
In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrack_insn The verifier skips invalid kfunc call in check_kfunc_call(), which would be captured in fixup_kfunc_call() if such insn is not elimin...
CVE-2021-4454
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:09
- Zuletzt bearbeitet 28.10.2025 18:10:52
In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate The conclusion "j1939_session_deactivate() should be called with a session ref-count of at least 2" is incorrect. In...
CVE-2025-21891
- EPSS 0.03%
- Veröffentlicht 27.03.2025 14:57:17
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: ipvlan: ensure network headers are in skb linear part syzbot found that ipvlan_process_v6_outbound() was assuming the IPv6 network header isis present in skb->head [1] Add the nee...
CVE-2025-21892
- EPSS 0.02%
- Veröffentlicht 27.03.2025 14:57:17
- Zuletzt bearbeitet 29.10.2025 17:18:47
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix the recovery flow of the UMR QP This patch addresses an issue in the recovery flow of the UMR QP, ensuring tasks do not get stuck, as highlighted by the call trace [...
CVE-2025-21890
- EPSS 0.02%
- 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.02%
- 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.02%
- 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.03%
- Veröffentlicht 27.03.2025 14:57:14
- Zuletzt bearbeitet 06.12.2025 22:15:49
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.02%
- 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...