CVE-2026-31648
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:45:01
- Zuletzt bearbeitet 27.04.2026 20:13:14
In the Linux kernel, the following vulnerability has been resolved: mm: filemap: fix nr_pages calculation overflow in filemap_map_pages() When running stress-ng on my Arm64 machine with v7.0-rc3 kernel, I encountered some very strange crash issues ...
CVE-2026-31647
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:45:00
- Zuletzt bearbeitet 27.04.2026 20:18:54
In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpf_vc_xn struct. The conversion is safe ...
CVE-2026-31646
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:59
- Zuletzt bearbeitet 27.04.2026 20:19:01
In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool() page_pool_create() can return an ERR_PTR on failure. The return value is used unconditionally in the...
CVE-2026-31644
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:58
- Zuletzt bearbeitet 27.04.2026 20:19:21
In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix use-after-free and leak in lan966x_fdma_reload() When lan966x_fdma_reload() fails to allocate new RX buffers, the restore path restarts DMA using old descriptors ...
CVE-2026-31645
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:58
- Zuletzt bearbeitet 27.04.2026 20:19:07
In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix page pool leak in error paths lan966x_fdma_rx_alloc() creates a page pool but does not destroy it if the subsequent fdma_alloc_coherent() call fails, leaking the ...
CVE-2026-31643
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:57
- Zuletzt bearbeitet 27.04.2026 20:19:26
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix key parsing memleak In rxrpc_preparse_xdr_yfs_rxgk(), the memory attached to token->rxgk can be leaked in a few error paths after it's allocated. Fix this by freeing it...
CVE-2026-31641
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:56
- Zuletzt bearbeitet 27.04.2026 20:20:11
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix RxGK token loading to check bounds rxrpc_preparse_xdr_yfs_rxgk() reads the raw key length and ticket length from the XDR token as u32 values and passes each through roun...
CVE-2026-31642
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:44:56
- Zuletzt bearbeitet 27.04.2026 20:20:01
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call removal to use RCU safe deletion Fix rxrpc call removal from the rxnet->calls list to use list_del_rcu() rather than list_del_init() to prevent stuffing up reading ...
CVE-2026-31640
- EPSS 0.05%
- Veröffentlicht 24.04.2026 14:44:54
- Zuletzt bearbeitet 27.04.2026 20:20:22
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix use of wrong skb when comparing queued RESP challenge serial In rxrpc_post_response(), the code should be comparing the challenge serial number from the cached response ...
CVE-2026-31638
- EPSS 0.07%
- Veröffentlicht 24.04.2026 14:44:52
- Zuletzt bearbeitet 27.04.2026 20:20:36
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Only put the call ref if one was acquired rxrpc_input_packet_on_conn() can process a to-client packet after the current client call on the channel has already been torn down...