First published: Wed Apr 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Add some null pointer checks to the edma_probe devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <5.10.211 | |
Linux Kernel | >=5.11<5.15.150 | |
Linux Kernel | >=5.16<6.1.80 | |
Linux Kernel | >=6.2<6.6.19 | |
Linux Kernel | >=6.7<6.7.7 | |
Linux Kernel | =6.8-rc1 | |
Linux Kernel | =6.8-rc2 | |
Debian Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26771 is classified as a medium-severity vulnerability in the Linux kernel.
To fix CVE-2024-26771, upgrade to a patched version of the Linux kernel, such as 5.10.223-1 or higher.
CVE-2024-26771 affects multiple versions of the Linux kernel, specifically those before 5.10.223 and various version ranges from 5.11 to 6.8-rc2.
CVE-2024-26771 exploits a null pointer dereference in the DMA engine of the Linux kernel.
There is no known workaround for CVE-2024-26771; applying the available patches is recommended.