CVE-2023-53666
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | From 5.16 (inc) to 6.1.42 (inc) |
| qualcomm | wcd938x | * |
| linux | snd_soc_wcd938x | * |
| linux | kernel | * |
| linux | snd_soc_sc8280xp | * |
| linux | snd_soc_core | * |
| linux | snd_soc_qcom_common | * |
| linux | snd_soc_wcd_mbhc | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's ASoC codec driver for wcd938x. It involves missing error handling during MBHC (Mic Bias Headset Control) initialization. If the initialization fails, the code does not properly handle the error and later attempts to dereference an error pointer, which can cause a kernel paging fault and potentially crash the system.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to crash due to an unhandled error pointer dereference during audio codec initialization. This can lead to system instability or denial of service on affected devices using the wcd938x codec driver.