CVE-2021-47650
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-93189HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-fips
NoYesSep 17, 2026
CVE-2026-93188MEDIUM6.5
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-tegra-5.15
NoYesSep 17, 2026
CVE-2026-93182NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-fips
NoYesSep 17, 2026
CVE-2026-93181NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-4.15
NoNoSep 17, 2026
CVE-2026-93174NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoYesSep 17, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management