CVE-2024-53115
- EPSS 0.04%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:33
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle The 'vmw_user_object_buffer' function may return NULL with incorrect inputs. To avoid possible null pointe...
CVE-2024-53116
- EPSS 0.04%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:33
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix handling of partial GPU mapping of BOs This commit fixes the bug in the handling of partial mapping of the buffer objects to the GPU, which caused kernel warnings....
CVE-2024-53117
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:33
In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Improve MSG_ZEROCOPY error handling Add a missing kfree_skb() to prevent memory leaks.
CVE-2024-53118
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:33
In the Linux kernel, the following vulnerability has been resolved: vsock: Fix sk_error_queue memory leak Kernel queues MSG_ZEROCOPY completion notifications on the error queue. Where they remain, until explicitly recv()ed. To prevent memory leaks,...
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-53120
- 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/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5_tc_ct_entry_add_rule(), in case ct_rule_add() callback returns error, zone_rule->attr is used uninitiat...
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-53105
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 03.11.2025 21:17:26
In the Linux kernel, the following vulnerability has been resolved: mm: page_alloc: move mlocked flag clearance into free_pages_prepare() Syzbot reported a bad page state problem caused by a page being freed using free_page() still having a mlocked...
CVE-2024-53106
- EPSS 0.02%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:20
In the Linux kernel, the following vulnerability has been resolved: ima: fix buffer overrun in ima_eventdigest_init_common Function ima_eventdigest_init() calls ima_eventdigest_init_common() with HASH_ALGO__LAST which is then used to access the arr...
CVE-2024-53107
- EPSS 0.01%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 01.10.2025 21:16:31
In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() The "arg->vec_len" variable is a u64 that comes from the user at the start of the function. The "arg->vec_len...