CVE-2024-53120
- EPSS 0.05%
- 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.04%
- 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.05%
- 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.04%
- 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.04%
- 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...
CVE-2024-53108
- EPSS 0.03%
- 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: drm/amd/display: Adjust VSDB parser for replay feature At some point, the IEEE ID identification for the replay check in the AMD EDID was added. However, this check causes the foll...
CVE-2024-53109
- EPSS 0.03%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 01.10.2025 21:16:32
In the Linux kernel, the following vulnerability has been resolved: nommu: pass NULL argument to vma_iter_prealloc() When deleting a vma entry from a maple tree, it has to pass NULL to vma_iter_prealloc() in order to calculate internal state of the...
CVE-2024-53110
- EPSS 0.04%
- 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: vp_vdpa: fix id_table array not null terminated error Allocate one extra virtio_device_id as null terminator, otherwise vdpa_mgmtdev_get_classes() may iterate multiple times and vi...
CVE-2024-53111
- EPSS 0.04%
- Veröffentlicht 02.12.2024 14:15:11
- Zuletzt bearbeitet 01.10.2025 21:16:32
In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in move_page_tables() On 32-bit platforms, it is possible for the expression `len + old_addr < old_end` to be false-positive if `len + old_addr` w...
CVE-2024-53112
- EPSS 0.05%
- 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...