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.
Published: 2026-08-15
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a bug in the Advanced Sound Architecture for AMD devices: when creating Digital Audio Interface (DAI) links, the function walks the list of links until it encounters an uninitialized entry. Because the list is allocated with exactly the number of endpoints, if all entries are initialized the loop reads past the array boundary, potentially corrupting kernel memory. This flaw can lead to local privilege escalation or a system crash by executing arbitrary code or corrupting kernel data structures.

Affected Systems

All Linux kernel builds that include the AMD Advanced Sound Architecture module (acp-sdw-sof). The affected code resides in the sound subsystem of the kernel itself. No specific kernel variants or releases are listed, so any kernel version that bundles this module is potentially impacted.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity, while the EPSS score of < 1% suggests a very low probability of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is local: an attacker with local system access who can execute code in user space must abuse the audio subsystem to trigger the out‑of‑bounds read. Because the flaw results in uncontrolled memory access within the kernel, a successful exploit could lead to privilege escalation or a denial of service.

Generated by OpenCVE AI on August 17, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to the latest stable release that includes the patched acp-sdw-sof module and the boundary‑check fix.
  • If an upgrade is not possible, disable the affected audio subsystem by blacklisting the module (e.g., add `blacklist snd‑soc‑acp‑sdw‑sof` to `/etc/modprobe.d/blacklist.conf`) or removing it from boot to prevent the vulnerable code from loading.
  • Enable kernel hardening features such as KASLR, SMEP/SX, SELinux/AppArmor, and restrict unprivileged user capabilities to limit the impact of any potential exploitation.

Generated by OpenCVE AI on August 17, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Mon, 17 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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.
Title ASoC: amd: acp-sdw-sof: Bound DAI link iteration
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:45:58.074Z

Reserved: 2026-08-15T05:44:03.885Z

Link: CVE-2026-74332

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:34.043

Modified: 2026-08-17T06:19:27.670

Link: CVE-2026-74332

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74332 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T12:30:06Z

Weaknesses