Description
In the Linux kernel, the following vulnerability has been resolved:

ASoC: amd: acp-sdw-legacy: Bound DAI link iteration

create_sdw_dailinks() walks soc_dais until it finds an entry with
initialised cleared, but soc_dais is allocated with exactly num_ends
entries. If all entries are initialised, the loop reads past the end of
the array.

This was reported by KASAN:

BUG: KASAN: slab-out-of-bounds in mc_probe+0x26b3/0x2774 [snd_acp_sdw_legacy_mach]
Read of size 1

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 vulnerability exists in the Linux kernel’s Advanced Sound Architecture (ASoC) driver for AMD ACP SDW legacy devices. A helper function, create_sdw_dailinks(), iterates over an array of Digital Audio Interface links without enforcing proper bounds checks, causing a read that can exceed the allocated array. This out‑of‑bounds read corrupts kernel memory and can lead to a kernel crash.

Affected Systems

All Linux kernel installations that include the ACP SDW legacy driver and have not incorporated the upstream fix are vulnerable. No specific kernel releases were enumerated in the advisory, so administrators should treat all versions prior to the patch commit as affected.

Risk and Exploitability

The likely attack vector is local; it requires the ability to trigger the driver’s probe routine, which can be achieved by loading the defective module or interacting with an audio device. The CVSS score of 8.4 indicates a high‑severity issue. The EPSS score of <1% and its absence from CISA’s KEV catalog suggest limited public exploitation evidence, yet the vulnerability remains significant for targeted attacks.

Generated by OpenCVE AI on August 17, 2026 at 13:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the upstream patch for the ACP SDW legacy driver
  • Apply any vendor backported patches specifically for the ACP SDW legacy driver if available
  • If a quick update is not possible, disable or unload the affected sound module to prevent the state that triggers the out‑of‑bounds read

Generated by OpenCVE AI on August 17, 2026 at 13:00 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 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

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

Type Values Removed Values Added
Weaknesses CWE-787

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:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

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-legacy: Bound DAI link iteration create_sdw_dailinks() walks soc_dais until it finds an entry with initialised cleared, but soc_dais is allocated with exactly num_ends entries. If all entries are initialised, the loop reads past the end of the array. This was reported by KASAN: BUG: KASAN: slab-out-of-bounds in mc_probe+0x26b3/0x2774 [snd_acp_sdw_legacy_mach] Read of size 1 Pass the allocated entry count to create_sdw_dailinks() and stop before reading past the array.
Title ASoC: amd: acp-sdw-legacy: 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:46:00.787Z

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

Link: CVE-2026-74333

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74333

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74333 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T13:15:04Z

Weaknesses