First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qdma_probe(). Switch to the managed version to fix both issues.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.1<5.4.269 | |
Linux Kernel | >=5.5<5.10.210 | |
Linux Kernel | >=5.11<5.15.149 | |
Linux Kernel | >=5.16<6.1.78 | |
Linux Kernel | >=6.2<6.6.17 | |
Linux Kernel | >=6.7<6.7.5 | |
Linux Kernel | =6.8-rc1 | |
Linux Kernel | =6.8-rc2 | |
Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.21-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35833 has been rated as a medium-severity vulnerability due to its potential impact on memory management in the Linux kernel.
To fix CVE-2024-35833, users should upgrade to the patched versions of the Linux kernel: 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, or 6.12.12-1.
CVE-2024-35833 affects systems running specific versions of the Linux kernel, particularly the Debian package for Linux.
CVE-2024-35833 is a memory leak vulnerability associated with queue command DMA in the DMA engine of the Linux kernel.
CVE-2024-35833 was identified and reported as an issue in the Linux kernel by developers involved in maintaining the kernel's DMA functionalities.