
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-47650 affects the Linux kernel's ASoC (ALSA System on Chip) audio subsystem. The vulnerability involves a potential null pointer dereference in the soc-compress component. The issue occurs in the call trace snd_soc_register_card() -> snd_soc_bind_card() -> soc_init_pcm_runtime() -> snd_soc_dai_compress_new() -> snd_soc_new_compress(), where the 'codec_dai' pointer could be null if card->dai_link->num_codecs is 0 (Kernel Commit).
The vulnerability stems from insufficient null pointer checking in the soc-compress component. When card->dai_link->num_codecs is 0, the asoc_rtd_to_codec(rtd, 0) function can return a null pointer for 'codec_dai'. The code previously attempted to use this potentially null pointer without validation, which could lead to a null pointer dereference. The issue specifically occurs in the snd_soc_new_compress() function where codec_dai is accessed without proper validation (Kernel Commit).
If exploited, this vulnerability could lead to a null pointer dereference in the Linux kernel's audio subsystem. This could potentially cause a system crash or denial of service condition when processing audio on affected systems (NVD).
The vulnerability requires a specific condition where the card->dai_link->num_codecs is set to 0 and the snd_soc_register_card() function is called. This can occur through various platform implementations that use the ALSA SoC audio framework (Kernel Commit).
The issue has been fixed by adding proper null pointer validation before accessing the codec_dai pointer. The fix involves wrapping the codec_dai access in a conditional check to ensure it is not null before attempting to use it. The patch has been implemented in the Linux kernel (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."