CVE-2025-21795
- EPSS 0.22%
- Veröffentlicht 27.02.2025 03:15:20
- Zuletzt bearbeitet 14.07.2026 13:17:23
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix hang in nfsd4_shutdown_callback If nfs4_client is in courtesy state then there is no point to send the callback. This causes nfsd4_shutdown_callback to hang since cl_cb_i...
CVE-2025-21796
- EPSS 0.23%
- Veröffentlicht 27.02.2025 03:15:20
- Zuletzt bearbeitet 14.07.2026 13:17:23
In the Linux kernel, the following vulnerability has been resolved: nfsd: clear acl_access/acl_default after releasing them If getting acl_default fails, acl_access and acl_default will be released simultaneously. However, acl_access will still ret...
CVE-2025-21797
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:20
- Zuletzt bearbeitet 13.03.2025 21:52:13
In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Add missing delayed work cancel for headset status The cancel_delayed_work_sync() call was missed, causing a use-after-free in corsair_void_remove().
CVE-2025-21784
- EPSS 0.19%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 28.10.2025 20:39:36
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode() In function psp_init_cap_microcode(), it should bail out when failed to load firmware, otherwise it may caus...
CVE-2025-21786
- EPSS 0.22%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 21.03.2025 15:43:17
In the Linux kernel, the following vulnerability has been resolved: workqueue: Put the pwq after detaching the rescuer from the pool The commit 68f83057b913("workqueue: Reap workers via kthread_stop() and remove detach_completion") adds code to rea...
CVE-2025-21791
- EPSS 0.25%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:10
In the Linux kernel, the following vulnerability has been resolved: vrf: use RCU protection in l3mdev_l3_out() l3mdev_l3_out() can be called without RCU being held: raw_sendmsg() ip_push_pending_frames() ip_send_skb() ip_local_out() __ip...
CVE-2025-21777
- EPSS 0.19%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 28.10.2025 20:36:53
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Validate the persistent meta data subbuf array The meta data for a mapped ring buffer contains an array of indexes of all the subbuffers. The first entry is the reader...
CVE-2025-21778
- EPSS 0.19%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 28.10.2025 20:38:27
In the Linux kernel, the following vulnerability has been resolved: tracing: Do not allow mmap() of persistent ring buffer When trying to mmap a trace instance buffer that is attached to reserve_mem, it would crash: BUG: unable to handle page fau...
CVE-2025-21781
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:18
- Zuletzt bearbeitet 03.11.2025 21:19:09
In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix panic during interface removal Reference counting is used to ensure that batadv_hardif_neigh_node and batadv_hard_iface are not freed before/during batadv_v_elp_thr...
CVE-2025-21764
- EPSS 0.23%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 14.07.2026 13:17:22
In the Linux kernel, the following vulnerability has been resolved: ndisc: use RCU protection in ndisc_alloc_skb() ndisc_alloc_skb() can be called without RTNL or RCU being held. Add RCU protection to avoid possible UAF.