First published: Wed Jun 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwood_dma_hw_params() mv_mbus_dram_info() returns NULL if CONFIG_PLAT_ORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.13.12<5.15.161 | |
Linux Kernel | >=5.16<6.1.93 | |
Linux Kernel | >=6.2<6.6.33 | |
Linux Kernel | >=6.7<6.8.12 | |
Linux Kernel | >=6.9<6.9.3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-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-38550 has been assigned a low severity rating due to the potential for a NULL dereference in the Linux kernel's kirkwood_dma_hw_params function.
To fix CVE-2024-38550, ensure that you upgrade to one of the patched kernel versions: 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-38550 affects Linux kernel versions prior to the specified patch releases; it is advisable to avoid versions without the fix.
CVE-2024-38550 impacts the ASoC (ALSA System on Chip) component, specifically in the kirkwood_dma_hw_params function.
CVE-2024-38550 was discovered by researchers at Linux Verification.