CVE-2024-56562
- EPSS 0.03%
- 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: i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs() if (dev->boardinfo && dev->boardinfo->init_dyn_addr) ^^^ here check "in...
CVE-2024-56563
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 23.09.2025 20:42:57
In the Linux kernel, the following vulnerability has been resolved: ceph: fix cred leak in ceph_mds_check_access() get_current_cred() increments the reference counter, but the put_cred() call was missing.
CVE-2024-56564
- EPSS 0.04%
- 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.03%
- 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.03%
- 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-56570
- EPSS 0.03%
- 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-56557
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 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: ...