CVE-2024-53138
- EPSS 0.01%
- Veröffentlicht 04.12.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 23:17:23
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of get_page() and page_ref_inc() APIs to increment the page reference. But on the release p...
CVE-2024-53127
- EPSS 0.01%
- Veröffentlicht 04.12.2024 15:15:12
- Zuletzt bearbeitet 03.11.2025 23:17:22
In the Linux kernel, the following vulnerability has been resolved: Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K" The commit 8396c793ffdf ("mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K") increased the max_req_siz...
CVE-2024-53130
- EPSS 0.01%
- Veröffentlicht 04.12.2024 15:15:12
- Zuletzt bearbeitet 03.11.2025 23:17:22
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint When using the "block:block_dirty_buffer" tracepoint, mark_buffer_dirty() may cause a NULL pointer dereference, or a gen...
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-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 14.4%
- 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 ...