CVE-2026-74332
Received Received - Intake

Out-of-Bounds Read in Linux Kernel ASoC AMD AC-SDW-SOF

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

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-sof: Bound DAI link iteration create_sdw_dailinks() walks sof_dais until it finds an entry with initialised cleared, but sof_dais is allocated with exactly num_ends entries. If all entries are initialised, the loop reads past the end of the array. Pass the allocated entry count to create_sdw_dailinks() and stop before reading past the array.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
amd acp-sdw-sof *

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 in the Linux kernel's ASoC subsystem for AMD's acp-sdw-sof driver. It involves a function called create_sdw_dailinks() that incorrectly iterates over an array called sof_dais. The function searches for an uninitialized entry but the array is allocated with exactly the number of entries needed. If all entries are initialized, the loop reads past the end of the array, causing a potential out-of-bounds memory access.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC AMD acp-sdw-sof driver and involves a buffer overflow due to improper array bounds checking. Detection requires checking the kernel version and driver code for the affected function create_sdw_dailinks(). No direct network detection commands are applicable.

Impact Analysis

This vulnerability could lead to memory corruption or crashes in systems running affected Linux kernels. It may cause instability, unexpected behavior, or denial of service if exploited. Systems using AMD audio hardware with the affected driver could be particularly vulnerable.

Compliance Impact

This vulnerability is a memory corruption issue in the Linux kernel's ASoC subsystem for AMD devices. It does not directly relate to data protection, privacy, or security controls typically addressed by GDPR or HIPAA. Compliance impact would depend on whether this flaw could be exploited to access or manipulate sensitive data, but no evidence suggests such a connection.

Mitigation Strategies

Apply the Linux kernel patch that resolves the ASoC amd acp-sdw-sof issue by passing the correct entry count to create_sdw_dailinks() and preventing array overread.

Chat Assistant

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

EPSS Chart