CVE-2025-21680
- EPSS 0.03%
- Published 31.01.2025 12:15:29
- Last modified 03.11.2025 21:19:06
In the Linux kernel, the following vulnerability has been resolved: pktgen: Avoid out-of-bounds access in get_imix_entries Passing a sufficient amount of imix entries leads to invalid access to the pkt_dev->imix_entries array because of the incorre...
CVE-2025-21681
- EPSS 0.04%
- Published 31.01.2025 12:15:29
- Last modified 03.11.2025 21:19:06
In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix lockup on tx to unregistering netdev with carrier Commit in a fixes tag attempted to fix the issue in the following sequence of calls: do_output -> ovs_vp...
CVE-2025-21682
- EPSS 0.03%
- Published 31.01.2025 12:15:29
- Last modified 01.10.2025 20:18:19
In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: always recalculate features after XDP clearing, fix null-deref Recalculate features when XDP is detached. Before: # ip li set dev eth0 xdp obj xdp_dummy.bpf.o sec xdp...
CVE-2025-21683
- EPSS 0.07%
- Published 31.01.2025 12:15:29
- Last modified 03.11.2025 21:19:06
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_sk_select_reuseport() memory leak As pointed out in the original comment, lookup in sockmap can return a TCP ESTABLISHED socket. Such TCP socket may have had SO_ATTACH...
CVE-2025-21669
- EPSS 0.07%
- Published 31.01.2025 12:15:28
- Last modified 03.11.2025 21:19:04
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are no...
CVE-2025-21670
- EPSS 0.03%
- Published 31.01.2025 12:15:28
- Last modified 01.10.2025 20:18:18
In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the ...
CVE-2025-21671
- EPSS 0.03%
- Published 31.01.2025 12:15:28
- Last modified 03.11.2025 21:19:05
In the Linux kernel, the following vulnerability has been resolved: zram: fix potential UAF of zram table If zram_meta_alloc failed early, it frees allocated zram->table without setting it NULL. Which will potentially cause zram_meta_free to acces...
CVE-2025-21672
- EPSS 0.02%
- Published 31.01.2025 12:15:28
- Last modified 01.10.2025 20:18:18
In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace[1]. This is because if argc is less than 0 and the function returns direct...
CVE-2025-21673
- EPSS 0.03%
- Published 31.01.2025 12:15:28
- Last modified 01.10.2025 20:18:18
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double free of TCP_Server_Info::hostname When shutting down the server in cifs_put_tcp_session(), cifsd thread might be reconnecting to multiple DFS targets before...
CVE-2025-21674
- EPSS 0.02%
- Published 31.01.2025 12:15:28
- Last modified 01.10.2025 20:18:18
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, ...