CVE-2023-53465
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qualcomm | soundwire | * |
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 a buffer overflow in the Linux kernel's soundwire driver for Qualcomm hardware. Specifically, the 'qcom_swrm_ctrl->pconfig' array has a size of 14, but the code indexes it starting from 1 instead of 0, which can cause writes beyond the array bounds. This leads to overwriting adjacent memory in the 'qcom_swrm_ctrl' structure.
How can this vulnerability impact me? :
The buffer overflow can cause memory corruption in the kernel, potentially leading to system instability, crashes, or exploitation by attackers to execute arbitrary code with kernel privileges.