CVE-2023-52930
- EPSS 0.08%
- Veröffentlicht 27.03.2025 16:37:12
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit_17 double-free A userspace with multiple threads racing I915_GEM_SET_TILING to set the tiling to I915_TILING_NONE could trigger a double free of the bit...
CVE-2023-52931
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:37:12
- Zuletzt bearbeitet 01.04.2025 15:40:49
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vm_xa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our...
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 ...