Latest CVE Feed
-
5.5
MEDIUMCVE-2024-53076
In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_avail... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 22, 2024
-
5.5
MEDIUMCVE-2024-53075
In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go through a ... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2024-53074
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API (9260 and down). On those devi... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53073
In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pending_async_copies on error The error flow in nfsd4_copy() calls cleanup_async_copy(), which already decrements nn->pending_async_copies.... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53072
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Detect when STB is not available Loading the amd_pmc module as: amd_pmc enable_stb=1 ...can result in the following messages in the kernel ring buffer: ... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53071
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Be stricter about IO mapping flags The current panthor_device_mmap_io() implementation has two issues: 1. For mapping DRM_PANTHOR_USER_FLUSH_ID_MMIO_OFFSET, panthor_dev... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 26, 2024
-
5.5
MEDIUMCVE-2024-53070
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix fault at system suspend if device was already runtime suspended If the device was already runtime suspended then during system suspend we cannot access the device registe... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53069
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: fix a NULL-pointer dereference Some SCM calls can be invoked with __scm being NULL (the driver may not have been and will not be probed as there's no SCM entry in d... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 22, 2024
-
7.8
HIGHCVE-2024-53068
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier() The scmi_dev->name is released prematurely in __scmi_device_destroy(), which causes slab-use-after-free when accessing... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Mar. 06, 2025
-
5.5
MEDIUMCVE-2024-53067
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management i... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Mar. 07, 2025
-
5.5
MEDIUMCVE-2024-53066
In the Linux kernel, the following vulnerability has been resolved: nfs: Fix KMSAN warning in decode_getfattr_attrs() Fix the following KMSAN warning: CPU: 1 UID: 0 PID: 7651 Comm: cp Tainted: G B Tainted: [B]=BAD_PAGE Hardware name: QEMU Standard P... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53065
In the Linux kernel, the following vulnerability has been resolved: mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_create Commit b035f5a6d852 ("mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible") red... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53064
In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpf_vc_core_init error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and wa... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
5.5
MEDIUMCVE-2024-53063
In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIG_DVB_DYNAMIC_MINORS is set o... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 25, 2024
-
7.1
HIGHCVE-2024-53062
In the Linux kernel, the following vulnerability has been resolved: media: mgb4: protect driver against spectre Frequency range is set from sysfs via frequency_range_store(), being vulnerable to spectre, as reported by smatch: drivers/media/pci/mgb4/m... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 22, 2024
-
7.8
HIGHCVE-2024-53061
In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to pr... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Feb. 18, 2025
-
5.5
MEDIUMCVE-2024-53060
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpi_evaluate_object() may return AE_NOT_FOUND (failure), which would result in dereferencing buffer.pointer (obj) ... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Dec. 03, 2024
-
7.8
HIGHCVE-2024-53059
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd() 1. The size of the response packet is not validated. 2. The response buffer is not freed. Resolve these issues ... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Dec. 03, 2024
-
5.5
MEDIUMCVE-2024-53058
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data In case the non-paged data of a SKB carries protocol header and protocol payload to be transmitted on a certain pla... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Nov. 22, 2024
-
7.8
HIGHCVE-2024-53057
In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT In qdisc_tree_reduce_backlog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus si... Read more
Affected Products : linux_kernel- Published: Nov. 19, 2024
- Modified: Dec. 11, 2024