CVE-2024-53122
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:13
- Zuletzt bearbeitet 03.11.2025 23:17:21
In the Linux kernel, the following vulnerability has been resolved: mptcp: cope racing subflow creation in mptcp_rcv_space_adjust Additional active subflows - i.e. created by the in kernel path manager - are included into the subflow list before st...
CVE-2024-53124
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:13
- Zuletzt bearbeitet 12.05.2026 13:16:22
In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk->sk_forward_alloc Syzkaller reported this warning: ------------[ cut here ]------------ WARNING: CPU: 0 PID: 16 at net/ipv4/af_inet.c:156 inet_sock_...
CVE-2024-53114
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:32
In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client A number of Zen4 client SoCs advertise the ability to use virtualized VMLOAD/VMSAVE, but using these instructions is rep...
CVE-2024-53119
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 03.11.2025 23:17:21
In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix accept_queue memory leak As the final stages of socket destruction may be delayed, it is possible that virtio_transport_recv_listen() will be called after the acc...
CVE-2024-53121
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 03.11.2025 23:17:21
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, lock FTE when checking if active The referenced commits introduced a two-step process for deleting FTEs: - Lock the FTE, delete it from hardware, set the hardware de...
CVE-2024-53112
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:21
In the Linux kernel, the following vulnerability has been resolved: ocfs2: uncache inode which has failed entering the group Syzbot has reported the following BUG: kernel BUG at fs/ocfs2/uptodate.c:509! ... Call Trace: <TASK> ? __die_body+0x5f/0...
CVE-2024-53103
- EPSS 0.02%
- Veröffentlicht 02.12.2024 08:15:08
- Zuletzt bearbeitet 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 13.22%
- Veröffentlicht 02.12.2024 08:15:08
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 28.11.2024 15:15:17
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 25.11.2024 22:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:21
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 ...