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-26855
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 07.01.2025 22:06:59
In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() The function ice_bridge_setlink() may encounter a NULL pointer dereference if nlmsg_find_attr() returns NUL...
CVE-2024-26856
- EPSS 0.02%
- Published 17.04.2024 11:15:08
- Last modified 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5_del_mact_entry Based on the static analyzis of the code it looks like when an entry from the MAC table was removed, the entry was stil...
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-26858
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map Just simply reordering the functions mlx5e_ptp_metadata_map_put ...
CVE-2024-26859
- EPSS 0.01%
- Published 17.04.2024 11:15:08
- Last modified 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in page_pool Fix race condition leading to system crash during EEH error handling During EEH error recovery, the bnx2x driver's transmit ...
CVE-2024-26860
- EPSS 0.02%
- Published 17.04.2024 11:15:08
- Last modified 07.01.2025 17:13:52
In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix a memory leak when rechecking the data Memory for the "checksums" pointer will leak if the data is rechecked after checksum failure (because the associated kfree ...