In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: wcd938x: fix missing mbhc init error handling
MBHC initialisation can fail so add the missing error handling to avoid
dereferencing an error pointer when later configuring the jack:
Unable to handle kernel paging request at virtual address fffffffffffffff8
pc : wcd_mbhc_start+0x28/0x380 [snd_soc_wcd_mbhc]
lr : wcd938x_codec_set_jack+0x28/0x48 [snd_soc_wcd938x]
Call trace:
wcd_mbhc_start+0x28/0x380 [snd_soc_wcd_mbhc]
wcd938x_codec_set_jack+0x28/0x48 [snd_soc_wcd938x]
snd_soc_component_set_jack+0x28/0x8c [snd_soc_core]
qcom_snd_wcd_jack_setup+0x7c/0x19c [snd_soc_qcom_common]
sc8280xp_snd_init+0x20/0x2c [snd_soc_sc8280xp]
snd_soc_link_init+0x28/0x90 [snd_soc_core]
snd_soc_bind_card+0x628/0xbfc [snd_soc_core]
snd_soc_register_card+0xec/0x104 [snd_soc_core]
devm_snd_soc_register_card+0x4c/0xa4 [snd_soc_core]
sc8280xp_platform_probe+0xf0/0x108 [snd_soc_sc8280xp]
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in Qualcomm WCD938x audio codec handling. If headset jack initialization fails, later jack configuration can dereference an error pointer and crash the kernel. Business impact appears availability-focused on systems using this audio path; the bundle provides no CVSS score, remote reachability, or active exploitation evidence.
Executive priority
Handle through normal kernel patch management, with higher priority for fleets using Qualcomm-based laptops, tablets, or embedded devices where audio driver crashes affect availability. There is no cited evidence of active exploitation or broad remote exposure.
Technical view
The ASoC wcd938x codec lacked error handling for failed MBHC initialization. Later, wcd938x_codec_set_jack can call wcd_mbhc_start with an error pointer, causing a kernel paging request. The trace references snd_soc_wcd_mbhc, snd_soc_wcd938x, qcom_snd_wcd_jack_setup, and sc8280xp_snd_init.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions with the WCD938x Qualcomm audio codec path enabled. The source lists Linux 5.15 through 6.5-related affected version data, but exact distribution package exposure must be confirmed with vendor kernel advisories.
Exploitation context
The source bundle does not report active exploitation, and CISA KEV status is false. The described failure is a kernel crash from error-pointer dereference during audio jack setup, not a documented privilege escalation or remote attack path.
Researcher notes
Key evidence is the upstream Linux fix description and stack trace. The CVE record lacks CVSS, CWE, exploit status, and detailed affected package mapping. Do not assume exploitability beyond the documented error-pointer dereference and kernel crash condition.
Mitigation direction
Check distribution or device vendor advisories for patched kernel packages.
Prioritize devices using Qualcomm WCD938x audio codec support.
Apply kernel updates that include the referenced stable fixes.
If updates are unavailable, assess whether the affected audio codec path can be disabled.
Validation and detection
Inventory kernel versions and hardware using the WCD938x codec driver.
Confirm whether installed kernels contain one of the referenced stable commits.
Review boot or kernel logs for matching WCD938x MBHC failure traces.
Track vendor advisory status because CVSS and package mapping are absent.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53666 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Oct 7, 2025, 15:21 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.