CVE-2025-38022
- EPSS 0.06%
- Veröffentlicht 18.06.2025 09:28:29
- Zuletzt bearbeitet 19.01.2026 13:16:08
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem Call Trace: __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:...
CVE-2025-38023
- EPSS 0.12%
- Veröffentlicht 18.06.2025 09:28:29
- Zuletzt bearbeitet 17.12.2025 19:48:11
In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfs_get_lock_context in unlock path When memory is insufficient, the allocation of nfs_lock_context in nfs_get_lock_context() fails and returns -ENOMEM. If w...
CVE-2025-38019
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:27
- Zuletzt bearbeitet 14.11.2025 19:01:28
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices The driver only offloads neighbors that are constructed on top of net devices registered by it or their upp...
CVE-2025-38020
- EPSS 0.09%
- Veröffentlicht 18.06.2025 09:28:27
- Zuletzt bearbeitet 17.12.2025 19:48:31
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Disable MACsec offload for uplink representor profile MACsec offload is not supported in switchdev mode for uplink representors. When switching to the uplink representor...
CVE-2025-38018
- EPSS 0.09%
- Veröffentlicht 18.06.2025 09:28:26
- Zuletzt bearbeitet 17.12.2025 19:54:10
In the Linux kernel, the following vulnerability has been resolved: net/tls: fix kernel panic when alloc_page failed We cannot set frag_list to NULL pointer when alloc_page failed. It will be used in tls_strp_check_queue_ok when the next time tls_s...
CVE-2025-38015
- EPSS 0.09%
- Veröffentlicht 18.06.2025 09:28:24
- Zuletzt bearbeitet 17.12.2025 19:54:17
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc Memory allocated for idxd is not freed if an error occurs during idxd_alloc(). To fix it, free the allocated m...
CVE-2025-38014
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:23
- Zuletzt bearbeitet 14.11.2025 19:02:05
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper The idxd_cleanup() helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxd_cl...
CVE-2025-38013
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:22
- Zuletzt bearbeitet 17.11.2025 12:55:54
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request Make sure that n_channels is set after allocating the struct cfg80211_registered_device::int_scan_req m...
CVE-2025-38011
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:21
- Zuletzt bearbeitet 17.03.2026 13:09:22
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: csa unmap use uninterruptible lock After process exit to unmap csa and free GPU vm, if signal is accepted and then waiting to take vm lock is interrupted and return, it...
CVE-2025-38009
- EPSS 0.12%
- Veröffentlicht 18.06.2025 09:28:20
- Zuletzt bearbeitet 17.12.2025 19:55:20
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: disable napi on driver removal A warning on driver removal started occurring after commit 9dd05df8403b ("net: warn if NAPI instance wasn't shut down"). Disable tx napi ...