Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53866

7.8 · HIGH
Published Dec 9, 2025 EPSS 0.18% (7th pctl)

Overview

CVE-2023-53866 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ASoC: soc-compress: Reposition and add pcm_mutex

If panic_on_warn is set and compress stream(DPCM) is started,

then kernel panic occurred because card->pcm_mutex isn't held appropriately.

In the following functions, warning were issued at this line

"snd_soc_dpcm_mutex_assert_held".

static int dpcm_be_connect(struct snd_soc_pcm_runtime *fe,

struct snd_soc_pcm_runtime *be, int stream)

{

...

snd_soc_dpcm_mutex_assert_held(fe);

...

}

void dpcm_be_disconnect(struct snd_soc_pcm_runtime *fe, int stream)

{

...

snd_soc_dpcm_mutex_assert_held(fe);

...

}

void snd_soc_runtime_action(struct snd_soc_pcm_runtime *rtd,

int stream, int action)

{

...

snd_soc_dpcm_mutex_assert_held(rtd);

...

}

int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir,

int event)

{

...

snd_soc_dpcm_mutex_assert_held(fe);

...

}

These functions are called by soc_compr_set_params_fe, soc_compr_open_fe

and soc_compr_free_

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2023-53866?

CVE-2023-53866 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53866?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53866?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53866?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53866 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.