
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 sndsocregistercard() -> sndsocbindcard() -> socinitpcmruntime() -> sndsocdaicompressnew() -> sndsocnewcompress(), where the 'codecdai' pointer could be null if card->dailink->num_codecs is 0 (Kernel Commit).
The vulnerability stems from insufficient null pointer checking in the soc-compress component. When card->dailink->numcodecs is 0, the asocrtdtocodec(rtd, 0) function can return a null pointer for 'codecdai'. 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 sndsocnewcompress() function where codecdai 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 issue has been fixed by adding proper null pointer validation before accessing the codecdai pointer. The fix involves wrapping the codecdai 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."