CVE-2024-50164
- EPSS 0.07%
- Published 07.11.2024 10:15:07
- Last modified 03.11.2025 21:17:03
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEM_UNINIT's meaning Lonial reported an issue in the BPF verifier where check_mem_size_reg() has the following code: if (!tnum_is_const(reg->var_off)) ...
CVE-2024-50165
- EPSS 0.04%
- Published 07.11.2024 10:15:07
- Last modified 01.10.2025 21:15:56
In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve param->string when parsing mount options In bpf_parse_param(), keep the value of param->string intact so it can be freed later. Otherwise, the kmalloc area pointed to...
CVE-2024-50166
- EPSS 0.04%
- Published 07.11.2024 10:15:07
- Last modified 01.10.2025 21:15:56
In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In mac_probe() there are multiple calls to of_find_device_by_node(), fman_bind() and fman_port_bind() which takes references...
CVE-2024-50167
- EPSS 0.05%
- Published 07.11.2024 10:15:07
- Last modified 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.
CVE-2024-50168
- EPSS 0.04%
- Published 07.11.2024 10:15:07
- Last modified 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() The sun3_82586_send_packet() returns NETDEV_TX_OK without freeing skb in case of skb->len being too long, add ...
CVE-2024-50141
- EPSS 0.05%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context PRMT needs to find the correct type of block to translate the PA-VA mapping for EFI runtime services. The issu...
CVE-2024-50142
- EPSS 0.03%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: xfrm: validate new SA's prefixlen using SA family when sel.family is unset This expands the validation introduced in commit 07bf7908950a ("xfrm: Validate address prefix lengths in ...
CVE-2024-50143
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udf_get_fileshortad Check for overflow when computing alen in udf_current_aext to mitigate later uninit-value use in udf_get_fileshortad KMSAN bug[1]. ...
CVE-2024-50144
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 01.10.2025 21:15:53
In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put() with fence_fini() Currently we can call fence_fini() twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the...
CVE-2024-50145
- EPSS 0.04%
- Published 07.11.2024 10:15:06
- Last modified 03.11.2025 23:16:54
In the Linux kernel, the following vulnerability has been resolved: octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx() build_skb() returns NULL in case of a memory allocation failure so handle it inside __octep_oq_process_rx...