CVE-2024-26787
- EPSS 0.01%
- Published 04.04.2024 09:15:08
- Last modified 20.03.2025 10:39:37
In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIG_DMA_API_DEBUG_SG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline trackin...
CVE-2024-26788
- EPSS 0.01%
- Published 04.04.2024 09:15:08
- Last modified 01.04.2025 20:35:20
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: init irq after reg initialization Initialize the qDMA irqs after the registers are configured so that interrupts that may have been pending from a primary kern...
CVE-2024-26789
- EPSS 0.02%
- Published 04.04.2024 09:15:08
- Last modified 04.04.2025 14:29:32
In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/neonbs - fix out-of-bounds access on short input The bit-sliced implementation of AES-CTR operates on blocks of 128 bytes, and will fall back to the plain NEON versio...
CVE-2024-26794
- EPSS 0.23%
- Published 04.04.2024 09:15:08
- Last modified 19.06.2025 13:15:31
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26795
- EPSS 0.01%
- Published 04.04.2024 09:15:08
- Last modified 19.03.2025 11:42:41
In the Linux kernel, the following vulnerability has been resolved: riscv: Sparse-Memory/vmemmap out-of-bounds fix Offset vmemmap so that the first page of vmemmap will be mapped to the first page of physical memory in order to ensure that vmemmap’...
CVE-2024-26797
- EPSS 0.03%
- Published 04.04.2024 09:15:08
- Last modified 04.04.2025 14:28:24
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent potential buffer overflow in map_hw_resources Adds a check in the map_hw_resources function to prevent a potential buffer overflow. The function was access...
CVE-2024-26798
- EPSS 0.04%
- Published 04.04.2024 09:15:08
- Last modified 01.04.2025 20:35:32
In the Linux kernel, the following vulnerability has been resolved: fbcon: always restore the old font data in fbcon_do_set_font() Commit a5a923038d70 (fbdev: fbcon: Properly revert changes when vc_resize() failed) started restoring old font data u...
CVE-2024-26799
- EPSS 0.02%
- Published 04.04.2024 09:15:08
- Last modified 04.04.2025 14:28:13
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where __lpass_get_dmactl_handle is called and the driver id dai_id is invalid the pointer dmactl is not being assigned a va...
CVE-2024-26745
- EPSS 0.02%
- Published 04.04.2024 09:15:07
- Last modified 04.04.2025 14:12:28
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV When kdump kernel tries to copy dump data over SR-IOV, LPAR panics due to NULL pointer exception: Ker...
CVE-2024-26746
- EPSS 0.01%
- Published 04.04.2024 09:15:07
- Last modified 18.03.2025 16:45:08
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Ensure safe user copy of completion record If CONFIG_HARDENED_USERCOPY is enabled, copying completion record from event log cache to user triggers a kernel bug. [...