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

ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control

In snd_sof_update_control(), firmware-provided cdata->num_elems is
checked against local_cdata->data->size but never against the actual
allocation size. If local_cdata->data->size was previously set to an
inconsistent value, the memcpy could write past the allocated buffer.

Add a bounds check to ensure num_elems fits within the available space
in the ipc_control_data allocation before copying.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the routine that updates firmware control data does not verify that the number of elements reported by firmware fits within the actual buffer that has been allocated. As a result, the memcpy operation can write beyond the end of the allocated region. This can corrupt adjacent kernel memory, potentially allowing an attacker to gain code execution or cause a system crash. The weakness corresponds to a classic unchecked buffer boundary condition (CWE‑122).

Affected Systems

All Linux kernel installations that use the Advanced Sound Architecture (ASoC) subsystem with the System on Chip (SOF) firmware driver without the patch applied are potentially affected. No specific kernel version range was supplied, so any build compiled before the include of the bounds check commit is vulnerable.

Risk and Exploitability

The CVSS score is 7.8 and the EPSS score is less than 1%, indicating high severity but a low likelihood of exploitation. The vulnerability involves a heap-based buffer overflow, which historically can be leveraged for remote or local privilege escalation depending on how the driver is invoked. Because the patch has already been merged into the kernel, the risk is mitigated in recent releases, but any system still running an unpatched kernel is considered at high risk. The KEV catalog does not list this issue, meaning no known mass exploitation has been reported, but the potential impact of a successful exploitation remains significant.

Generated by OpenCVE AI on August 22, 2026 at 07:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the commit adding the bounds check in snd_sof_update_control (e.g., any recent mainline release following the provided git URLs).
  • Rebuild the kernel with the latest source if a distribution update is not available, ensuring the patch is applied.
  • If an update cannot be performed immediately, validate that any firmware supplied to the ASoC SOF driver does not report element counts that exceed the declared structure size, and consider restricting firmware sources to trusted providers.

Generated by OpenCVE AI on August 22, 2026 at 07:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-122

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control In snd_sof_update_control(), firmware-provided cdata->num_elems is checked against local_cdata->data->size but never against the actual allocation size. If local_cdata->data->size was previously set to an inconsistent value, the memcpy could write past the allocated buffer. Add a bounds check to ensure num_elems fits within the available space in the ipc_control_data allocation before copying.
Title ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control
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:42:10.529Z

Reserved: 2026-08-09T03:40:39.915Z

Link: CVE-2026-72261

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:54.257

Modified: 2026-08-17T06:18:28.470

Link: CVE-2026-72261

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72261 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T07:30:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-122

    Heap-based Buffer Overflow