CVE-2025-37929
- EPSS 0.16%
- Veröffentlicht 20.05.2025 15:21:55
- Zuletzt bearbeitet 10.11.2025 20:24:46
In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays Commit a5951389e58d ("arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() lists") added some addit...
CVE-2025-37930
- EPSS 0.17%
- Veröffentlicht 20.05.2025 15:21:55
- Zuletzt bearbeitet 10.11.2025 20:16:11
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill() Nouveau is mostly designed in a way that it's expected that fences only ever get signaled through nouveau_fence_signal(). H...
CVE-2025-37928
- EPSS 0.62%
- Veröffentlicht 20.05.2025 15:21:54
- Zuletzt bearbeitet 10.11.2025 20:32:41
In the Linux kernel, the following vulnerability has been resolved: dm-bufio: don't schedule in atomic context A BUG was reported as below when CONFIG_DEBUG_ATOMIC_SLEEP and try_verify_in_tasklet are enabled. [ 129.444685][ T934] BUG: sleeping fu...
CVE-2025-37926
- EPSS 0.2%
- Veröffentlicht 20.05.2025 15:21:53
- Zuletzt bearbeitet 17.03.2026 15:46:45
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_session_rpc_open A UAF issue can occur due to a race condition between ksmbd_session_rpc_open() and __session_rpc_close(). Add rpc_lock to the se...
CVE-2025-37927
- EPSS 0.2%
- Veröffentlicht 20.05.2025 15:21:53
- Zuletzt bearbeitet 10.11.2025 20:33:13
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIID_LEN again...
CVE-2025-37924
- EPSS 9.8%
- Veröffentlicht 20.05.2025 15:21:52
- Zuletzt bearbeitet 02.04.2026 09:16:18
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess->user = NULL was introduced to fix the dangling pointer created by ksmbd_free_user. However, it is possible anothe...
CVE-2025-37923
- EPSS 0.18%
- Veröffentlicht 20.05.2025 15:21:51
- Zuletzt bearbeitet 10.11.2025 20:58:04
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix oob write in trace_seq_to_buffer() syzbot reported this bug: ================================================================== BUG: KASAN: slab-out-of-bounds in trace...
CVE-2025-37921
- EPSS 0.17%
- Veröffentlicht 20.05.2025 15:21:50
- Zuletzt bearbeitet 10.11.2025 21:09:57
In the Linux kernel, the following vulnerability has been resolved: vxlan: vnifilter: Fix unlocked deletion of default FDB entry When a VNI is deleted from a VXLAN device in 'vnifilter' mode, the FDB entry associated with the default remote (assumi...
CVE-2025-37920
- EPSS 0.12%
- Veröffentlicht 20.05.2025 15:21:49
- Zuletzt bearbeitet 17.03.2026 15:50:29
In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race condition in AF_XDP generic RX path Move rx_lock from xsk_socket to xsk_buff_pool. Fix synchronization for shared umem mode in generic RX path where multiple sockets ...
CVE-2025-37917
- EPSS 0.16%
- Veröffentlicht 20.05.2025 15:21:47
- Zuletzt bearbeitet 14.07.2026 13:17:34
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll Use spin_lock_irqsave and spin_unlock_irqrestore instead of spin_lock and spin_unlock in mtk_star_emac dri...