CVE-2025-21715
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000_drv_remove dm is netdev private data and it cannot be used after free_netdev() call. Using dm after free_netdev() can cause UAF bug. Fix it by movin...
CVE-2025-21716
- EPSS 0.05%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix uninit-value in vxlan_vnifilter_dump() KMSAN reported an uninit-value access in vxlan_vnifilter_dump() [1]. If the length of the netlink message payload is less than si...
CVE-2025-21717
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 23.10.2025 13:06:44
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq kvzalloc_node is not doing a runtime check on the node argument (__alloc_pages_node_noprof does hav...
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the...
CVE-2025-21719
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mr_mfc_uses_dev() for unres entries syzbot found that calling mr_mfc_uses_dev() for unres entries would crash [1], because c->mfc_un.res.minvif / c->mfc_un.res.ma...
CVE-2025-21720
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 23.10.2025 13:06:19
In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. ...
CVE-2025-21721
- EPSS 0.05%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle errors that nilfs_prepare_chunk() may return Patch series "nilfs2: fix issues with rename operations". This series fixes BUG_ON check failures reported by syzbot ar...
CVE-2025-21722
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not force clear folio if buffer is referenced Patch series "nilfs2: protect busy buffer heads from being force-cleared". This series fixes the buffer head state inconsi...
CVE-2025-21723
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 01.10.2025 21:16:41
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix possible crash when setting up bsg fails If bsg_setup_queue() fails, the bsg_queue is assigned a non-NULL value. Consequently, in mpi3mr_bsg_exit(), the condition...
CVE-2024-58000
- EPSS 0.04%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 23.10.2025 17:48:41
In the Linux kernel, the following vulnerability has been resolved: io_uring: prevent reg-wait speculations With *ENTER_EXT_ARG_REG instead of passing a user pointer with arguments for the waiting loop the user can specify an offset into a pre-mapp...