CVE-2023-53465
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
01/10/2025
Last modified:
20/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
soundwire: qcom: fix storing port config out-of-bounds<br />
<br />
The &#39;qcom_swrm_ctrl->pconfig&#39; has size of QCOM_SDW_MAX_PORTS (14),<br />
however we index it starting from 1, not 0, to match real port numbers.<br />
This can lead to writing port config past &#39;pconfig&#39; bounds and<br />
overwriting next member of &#39;qcom_swrm_ctrl&#39; struct. Reported also by<br />
smatch:<br />
<br />
drivers/soundwire/qcom.c:1269 qcom_swrm_get_port_config() error: buffer overflow &#39;ctrl->pconfig&#39; 14
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.13 (including) | 5.15.121 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.40 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.4.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



