Review reviewHigh

CVE-2023-53465

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: soundwire: qcom: fix storing port config out-of-bounds The 'qcom_swrm_ctrl->pconfig' has size of QCOM_SDW_MAX_PORTS (14), however we index it starting from 1, not 0, to match real port numbers. This can lead to writing port config past 'pconfig' bounds and overwriting next member of 'qcom_swrm_ctrl' struct. Reported also by smatch: drivers/soundwire/qcom.c:1269 qcom_swrm_get_port_config() error: buffer overflow 'ctrl->pconfig' 14 <= 14

CVSS
7.1
EPSS
0.17%
6.51% percentile
CISA KEV
Not listed
Published
2025.10.01
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.17%
Technical severityCVSS 7.1

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: soundwire: qcom: fix storing port config out-of-bounds The 'qcom_swrm_ctrl->pconfig' has size of QCOM_SDW_MAX_PORTS (14), however we index it starting from 1, not 0, to match real port numbers. This can lead to writing port config past 'pconfig' bounds and overwriting next member of 'qcom_swrm_ctrl' struct. Reported also by smatch: drivers/soundwire/qcom.c:1269 qcom_swrm_get_port_config() error: buffer overflow 'ctrl->pconfig' 14 <= 14

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 9916c02ccd74e672b62dd1a9017ac2f237ebf512 < 20f7c4d51c94abb1a1a7c21900db4fb5afe5c8ff, >= 9916c02ccd74e672b62dd1a9017ac2f237ebf512 < 801daff0078087b5df9145c9f5e643c28129734b, >= 9916c02ccd74e672b62dd1a9017ac2f237ebf512 < 32eb67d7360d48c15883e0d21b29c0aab9da022e, >= 9916c02ccd74e672b62dd1a9017ac2f237ebf512 < 490937d479abe5f6584e69b96df066bc87be92e9, >= 5.13, >= 5.13 < 5.15.121, >= 5.16 < 6.1.40, >= 6.2 < 6.4.5
Fixed versions
5.15.121, 6.1.40, 6.4.5

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE
CWE-125