
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53866 is a kernel panic vulnerability in the Linux kernel's ASoC (Audio System on Chip) subsystem, specifically in the soc-compress component handling DPCM (Dynamic PCM) compress streams. The flaw arises because card->pcm_mutex is not held appropriately in several compress stream functions, causing assertion failures that trigger a kernel panic when panic_on_warn is set. It was published on December 9, 2025, and affects the Linux kernel. The CVSS category is estimated as Medium, with an EPSS score of 0.000180 (Feedly).
The root cause is a missing mutex lock (CWE-667: Improper Locking) in the ASoC compress stream path. Functions such as dpcm_be_connect, dpcm_be_disconnect, snd_soc_runtime_action, and dpcm_dapm_stream_event all call snd_soc_dpcm_mutex_assert_held() to verify that card->pcm_mutex is held, but their callers — soc_compr_set_params_fe, soc_compr_open_fe, and soc_compr_free_fe — invoke these functions without acquiring the mutex. When panic_on_warn is enabled in the kernel configuration, the resulting warning assertion causes a kernel panic. The fix repositions and adds pcm_mutex locking around the affected compress stream operations (Feedly).
Successful triggering of this vulnerability causes a kernel panic on systems where panic_on_warn is set, resulting in a complete denial of service (system crash and reboot). The impact is limited to availability — there is no evidence of confidentiality or integrity compromise. The vulnerability is local in nature and primarily affects embedded or audio-focused Linux systems using DPCM compress streams (Feedly).
Apply the upstream Linux kernel patches that reposition and add pcm_mutex locking in the soc-compress component. The fixes are available in the stable kernel tree at commits 9a9942cbdb7c, 37a3eb6054d1, and aa9ff6a4955f on kernel.org. As a short-term workaround, disabling panic_on_warn in the kernel configuration will prevent the kernel panic (warnings will still be issued but will not crash the system). Users should update to a patched kernel version as soon as one is available for their distribution (Feedly).
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."