CVE-2024-56564
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 07.10.2025 18:45:47
In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to ceph_mds_auth_match() This eliminates a redundant get_current_cred() call, because ceph_mds_check_access() has already obtained this pointer. As a side ...
CVE-2024-56565
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 07.10.2025 18:34:52
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all discards after creating snapshot on lvm device Piergiorgio reported a bug in bugzilla as below: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 969...
CVE-2024-56566
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 23.09.2025 17:55:46
In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slub_debug=UFPZ. If allocated object failed in alloc_consistency_checks, all objects of the slab w...
CVE-2024-56567
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 21:17:54
In the Linux kernel, the following vulnerability has been resolved: ad7780: fix division by zero in ad7780_write_raw() In the ad7780_write_raw() , val2 can be zero, which might lead to a division by zero error in DIV_ROUND_CLOSEST(). The ad7780_wri...
CVE-2024-56568
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 21:17:55
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Defer probe of clients after smmu device bound Null pointer dereference occurs due to a race between smmu driver probe and client driver probe, when of_dma_configur...
CVE-2024-56569
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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.05%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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...