CVE-2024-53103
- EPSS 0.03%
- Published 02.12.2024 08:15:08
- Last modified 03.11.2025 23:17:20
In the Linux kernel, the following vulnerability has been resolved: hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer When hvs is released, there is a possibility that vsk->trans may not be initialized to NULL, which could lead...
CVE-2024-53104
- EPSS 11.36%
- Published 02.12.2024 08:15:08
- Last modified 04.11.2025 14:36:37
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format This can lead to out of bounds writes since frames of this type were not taken into account when c...
CVE-2023-52922
- EPSS 0.04%
- Published 28.11.2024 15:15:17
- Last modified 13.06.2025 20:15:22
In the Linux kernel, the following vulnerability has been resolved: can: bcm: Fix UAF in bcm_proc_show() BUG: KASAN: slab-use-after-free in bcm_proc_show+0x969/0xa80 Read of size 8 at addr ffff888155846230 by task cat/7862 CPU: 1 PID: 7862 Comm: c...
CVE-2024-53101
- EPSS 0.04%
- Published 25.11.2024 22:15:17
- Last modified 03.11.2025 23:17:20
In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in from_kuid and from_kgid ocfs2_setattr() uses attr->ia_mode, attr->ia_uid and attr->ia_gid in a trace point even though ATTR_MODE, ATTR_UID and ...
CVE-2024-53098
- EPSS 0.04%
- Published 25.11.2024 22:15:16
- Last modified 01.10.2025 21:16:30
In the Linux kernel, the following vulnerability has been resolved: drm/xe/ufence: Prefetch ufence addr to catch bogus address access_ok() only checks for addr overflow so also try to read the addr to catch invalid addr sent from userspace. (cherr...
CVE-2024-53099
- EPSS 0.04%
- Published 25.11.2024 22:15:16
- Last modified 03.11.2025 21:17:25
In the Linux kernel, the following vulnerability has been resolved: bpf: Check validity of link->type in bpf_link_show_fdinfo() If a newly-added link type doesn't invoke BPF_LINK_TYPE(), accessing bpf_link_type_strs[link->type] may result in an out...
CVE-2024-53100
- EPSS 0.03%
- Published 25.11.2024 22:15:16
- Last modified 03.11.2025 23:17:19
In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queue_lock lock and destroy Commit 76d54bf20cdc ("nvme-tcp: don't access released socket during error recovery") added a mutex_lock() call for the que...
CVE-2024-53096
- EPSS 0.04%
- Published 25.11.2024 22:15:15
- Last modified 03.11.2025 23:17:19
In the Linux kernel, the following vulnerability has been resolved: mm: resolve faulty mmap_region() error path behaviour The mmap_region() function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can ari...
CVE-2024-53097
- EPSS 0.05%
- Published 25.11.2024 22:15:15
- Last modified 03.11.2025 23:17:19
In the Linux kernel, the following vulnerability has been resolved: mm: krealloc: Fix MTE false alarm in __do_krealloc This patch addresses an issue introduced by commit 1a83a716ec233 ("mm: krealloc: consider spare memory for __GFP_ZERO") which cau...
CVE-2024-53090
- EPSS 0.02%
- Published 21.11.2024 19:15:12
- Last modified 01.10.2025 21:16:28
In the Linux kernel, the following vulnerability has been resolved: afs: Fix lock recursion afs_wake_up_async_call() can incur lock recursion. The problem is that it is called from AF_RXRPC whilst holding the ->notify_lock, but it tries to take a ...