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-56557
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:14
- Zuletzt bearbeitet 18.04.2026 09:16:09
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.01%
- 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-56551
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 21:17:53
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix usage slab after free [ +0.000021] BUG: KASAN: slab-use-after-free in drm_sched_entity_flush+0x6cb/0x7a0 [gpu_sched] [ +0.000027] Read of size 8 at addr ffff8881b...
CVE-2024-56544
- EPSS 0.02%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 01.10.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: udmabuf: change folios array from kmalloc to kvmalloc When PAGE_SIZE 4096, MAX_PAGE_ORDER 10, 64bit machine, page_alloc only support 4MB. If above this, trigger this warn and retur...
CVE-2024-56548
- EPSS 0.02%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 03.11.2025 21:17:53
In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't query the device logical block size multiple times Devices block sizes may change. One of these cases is a loop device by using ioctl LOOP_SET_BLOCK_SIZE. While thi...
CVE-2024-56538
- EPSS 0.03%
- Veröffentlicht 27.12.2024 14:15:33
- Zuletzt bearbeitet 11.02.2025 16:15:43
In the Linux kernel, the following vulnerability has been resolved: drm: zynqmp_kms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This cause...
CVE-2024-56539
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:33
- Zuletzt bearbeitet 03.11.2025 21:17:52
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan() Replace one-element array with a flexible-array member in `struct mwifiex_ie_types_wildcard_ssid_p...