CVE-2025-21693
- EPSS 0.02%
- Veröffentlicht 10.02.2025 16:15:38
- Zuletzt bearbeitet 16.04.2025 19:15:52
In the Linux kernel, the following vulnerability has been resolved: mm: zswap: properly synchronize freeing resources during CPU hotunplug In zswap_compress() and zswap_decompress(), the per-CPU acomp_ctx of the current CPU at the beginning of the ...
CVE-2024-57950
- EPSS 0.02%
- Veröffentlicht 10.02.2025 16:15:37
- Zuletzt bearbeitet 01.10.2025 20:18:07
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 [WHAT & HOW] Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoi...
CVE-2025-21684
- EPSS 0.01%
- Veröffentlicht 09.02.2025 12:15:29
- Zuletzt bearbeitet 03.11.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpio_lock to raw spinlock irq_chip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. ...
CVE-2023-52924
- EPSS 0.01%
- Veröffentlicht 05.02.2025 10:15:21
- Zuletzt bearbeitet 15.10.2025 20:04:35
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't skip expired elements during walk There is an asymmetry between commit/abort and preparation phase if the following conditions are met: 1. set is a ver...
CVE-2025-21680
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 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-21682
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 25.03.2026 11:16:09
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.02%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 12.05.2026 13:16:31
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.03%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 12.05.2026 13:16:31
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-21672
- EPSS 0.01%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 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...