CVE-2024-56577
- EPSS 0.03%
- Published 27.12.2024 15:15:16
- Last modified 01.10.2025 20:17:28
In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtk_jpeg_core.c since commit 09aea13ecf6f ("media: mtk-jpeg: refactor some variables")...
CVE-2024-56578
- EPSS 0.05%
- Published 27.12.2024 15:15:16
- Last modified 03.11.2025 21:17:58
In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in ...
CVE-2024-56579
- EPSS 0.05%
- Published 27.12.2024 15:15:16
- Last modified 03.11.2025 21:17:58
In the Linux kernel, the following vulnerability has been resolved: media: amphion: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise video_drvdata() may return NULL in t...
CVE-2024-56562
- EPSS 0.03%
- Published 27.12.2024 15:15:15
- Last modified 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%
- Published 27.12.2024 15:15:15
- Last modified 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%
- Published 27.12.2024 15:15:15
- Last modified 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%
- Published 27.12.2024 15:15:15
- Last modified 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%
- Published 27.12.2024 15:15:15
- Last modified 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.05%
- Published 27.12.2024 15:15:15
- Last modified 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.04%
- 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: 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...