CVE-2024-56569
- EPSS 0.05%
- Published 27.12.2024 15:15:15
- Last modified 03.11.2025 21:17:55
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix regression with module command in stack_trace_filter When executing the following command: # echo "write*:mod:ext3" > /sys/kernel/tracing/stack_trace_filter The c...
CVE-2024-56570
- EPSS 0.03%
- Published 27.12.2024 15:15:15
- Last modified 03.11.2025 21:17:55
In the Linux kernel, the following vulnerability has been resolved: ovl: Filter invalid inodes with missing lookup function Add a check to the ovl_dentry_weird() function to prevent the processing of directory inodes that lack the lookup function. ...
CVE-2024-56553
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 17.04.2025 21:15:48
In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc->delivered_freeze If a freeze notification is cleared with BC_CLEAR_FREEZE_NOTIFICATION before calling binder_freeze_notification_done(), then it is det...
CVE-2024-56554
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 10.02.2025 18:15:30
In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binder_release_work() When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the refer...
CVE-2024-56555
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 01.10.2025 20:17:27
In the Linux kernel, the following vulnerability has been resolved: binder: fix OOB in binder_add_freeze_work() In binder_add_freeze_work() we iterate over the proc->nodes with the proc->inner_lock held. However, this lock is temporarily dropped to...
- EPSS 0.03%
- Published 27.12.2024 15:15:14
- Last modified 10.02.2025 18:15:30
In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binder_add_freeze_work() In binder_add_freeze_work() we iterate over the proc->nodes with the proc->inner_lock held. However, this lock is temporarily dropp...
CVE-2024-56557
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 03.11.2025 21:17:53
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer The AD7923 was updated to support devices with 8 channels, but the size of tx_buf and ring_xfer was not increased acc...
CVE-2024-56558
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 03.11.2025 21:17:54
In the Linux kernel, the following vulnerability has been resolved: nfsd: make sure exp active before svc_export_show The function `e_show` was called with protection from RCU. This only ensures that `exp` will not be freed. Therefore, the referenc...
CVE-2024-56559
- EPSS 0.03%
- Published 27.12.2024 15:15:14
- Last modified 23.09.2025 20:08:53
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation When compiling kernel source 'make -j $(nproc)' with the up-and-running KASAN-enable...
CVE-2024-56560
- EPSS 0.04%
- Published 27.12.2024 15:15:14
- Last modified 07.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: slab: Fix too strict alignment check in create_cache() On m68k, where the minimum alignment of unsigned long is 2 bytes: Kernel panic - not syncing: __kmem_cache_create_args: ...