CVE-2023-53465
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53465, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-01

Last updated on: 2025-10-02

Assigner: kernel.org

Description

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-01
Last Modified
2025-10-02
Generated
2026-07-06
AI Q&A
2025-10-01
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
qualcomm soundwire *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53465. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart