First published: Tue Nov 05 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc Commit 15c7fab0e047 ("ASoC: qcom: Move Soundwire runtime stream alloc to soundcards") moved the allocation of Soundwire stream runtime from the Qualcomm Soundwire driver to each individual machine sound card driver, except that it forgot to update SC7280 card. Just like for other Qualcomm sound cards using Soundwire, the card driver should allocate and release the runtime. Otherwise sound playback will result in a NULL pointer dereference or other effect of uninitialized memory accesses (which was confirmed on SDM845 having similar issue).
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.8<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50105 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-50105, upgrade to the latest kernel version that includes the patch, such as 5.10.223-1 or 6.12.15-1.
CVE-2024-50105 impacts the Soundwire runtime stream allocation in the Linux kernel, particularly for Qualcomm's SC7280 platform.
CVE-2024-50105 affects Linux kernel versions between 6.8 and 6.11.6, as well as 6.12-rc1 to 6.12-rc4.
There is no specific workaround for CVE-2024-50105 recommended; updating to a patched version is the best course of action.