CVE-2023-52935
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:15
- Zuletzt bearbeitet 25.11.2025 17:28:44
In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix ->anon_vma race If an ->anon_vma is attached to the VMA, collapse_and_free_pmd() requires it to be locked. Page table traversal is allowed under any one of the ...
CVE-2023-52933
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:37:14
- Zuletzt bearbeitet 28.10.2025 18:29:22
In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix handling and sanity checking of xattr_ids count A Sysbot [1] corrupted filesystem exposes two flaws in the handling and sanity checking of the xattr_ids count in the ...
CVE-2023-52934
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:14
- Zuletzt bearbeitet 28.10.2025 18:27:03
In the Linux kernel, the following vulnerability has been resolved: mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups In commit 34488399fa08 ("mm/madvise: add file and shmem support to MADV_COLLAPSE") we make the following change to find_pmd_or_...
CVE-2023-52932
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:37:13
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disk...
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...