CVE-2023-52644
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 02.04.2025 13:17:33
In the Linux kernel, the following vulnerability has been resolved: wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled When QoS is disabled, the queue priority value will not map to the correct ieee80211 queue since there is onl...
CVE-2024-26847
- EPSS 0.05%
- Published 17.04.2024 11:15:08
- Last modified 16.09.2025 16:03:46
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: use correct function name for resetting TCE tables The PAPR spec spells the function name as "ibm,reset-pe-dma-windows" but in practice firmware uses the singular...
CVE-2024-26851
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 02.04.2025 13:17:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: Add protection for bmp length out of range UBSAN load reports an exception of BRK#5515 SHIFT_ISSUE:Bitwise shifts that are out of bounds for their dat...
CVE-2024-26852
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 21.03.2025 15:03:25
In the Linux kernel, the following vulnerability has been resolved: net/ipv6: avoid possible UAF in ip6_route_mpath_notify() syzbot found another use-after-free in ip6_route_mpath_notify() [1] Commit f7225172f25a ("net/ipv6: prevent use after free...
CVE-2024-26853
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 02.04.2025 13:17:04
In the Linux kernel, the following vulnerability has been resolved: igc: avoid returning frame twice in XDP_REDIRECT When a frame can not be transmitted in XDP_REDIRECT (e.g. due to a full queue), it is necessary to free it by calling xdp_return_fr...
CVE-2024-26854
- EPSS 0.08%
- Published 17.04.2024 11:15:08
- Last modified 21.03.2025 15:03:48
In the Linux kernel, the following vulnerability has been resolved: ice: fix uninitialized dplls mutex usage The pf->dplls.lock mutex is initialized too late, after its first use. Move it to the top of ice_dpll_init. Note that the "err_exit" error ...
CVE-2024-26857
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 21.03.2025 15:03:58
In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneve_rx() syzbot triggered a bug in geneve_rx() [1] Issue is similar to the one I fixed in commit 8d975c15c0cd ("ip6_tunnel: make sure ...
CVE-2024-26861
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 02.04.2025 13:16:54
In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receiving_counter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair->receiving_counter.counter. Use REA...
- EPSS 0.01%
- Published 17.04.2024 10:15:10
- Last modified 29.04.2025 16:30:34
In the Linux kernel, the following vulnerability has been resolved: efi: runtime: Fix potential overflow of soft-reserved region size md_size will have been narrowed if we have >= 4GB worth of pages in a soft-reserved region.
CVE-2024-26844
- EPSS 0.01%
- Published 17.04.2024 10:15:10
- Last modified 02.04.2025 13:17:54
In the Linux kernel, the following vulnerability has been resolved: block: Fix WARNING in _copy_from_iter Syzkaller reports a warning in _copy_from_iter because an iov_iter is supposedly used in the wrong direction. The reason is that syzcaller man...