Skip to main content

Linux Kernel CVE-2026-72304

| EUVDEUVD-2026-59203 HIGH
2026-08-15 Linux GHSA-p327-qw84-66rm
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Local access with low privilege (audio group) is sufficient to reach the ALSA control write path; no user interaction or elevated rights required; kernel memory corruption scope is contained to the vulnerable system.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 08:19 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:55 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 05:55 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put

In sof_ipc4_bytes_put(), the copy size is derived from the old data->size in the buffer rather than the incoming new data's size field from ucontrol. If the new data has a different size, the copy uses the wrong length: it may truncate valid data or copy stale bytes.

Fix by validating and using the incoming data's sof_abi_hdr.size from ucontrol before copying.

AnalysisAI

Kernel memory corruption in the Linux ASoC Sound Open Firmware (SOF) IPC4 control subsystem allows a low-privileged local user to trigger incorrect buffer copy lengths in sof_ipc4_bytes_put(), potentially achieving high confidentiality, integrity, and availability impact. The root cause is a logic error - not a race - where the copy size is sourced from the stale in-kernel buffer's size field rather than from the incoming user-supplied sof_abi_hdr.size in ucontrol, enabling data truncation or stale-byte copying into kernel structures. No public exploit code or active exploitation has been identified at time of analysis; patch commits are available across multiple stable kernel series.

Technical ContextAI

The vulnerability resides in the ALSA System-on-Chip (ASoC) subsystem's Sound Open Firmware (SOF) IPC4 layer, specifically the kernel/sof/sound/soc/sof/ipc4-control.c path. SOF is Intel's firmware framework for DSP-based audio hardware, and IPC4 is its fourth-generation inter-processor communication protocol. The function sof_ipc4_bytes_put() is called when userspace writes a bytes-type ALSA control value via the snd_kcontrol_new interface. The bug is a Time-Of-Check-Time-Of-Use (TOCTOU) variant: the function reads data->size from the kernel-side buffer (reflecting the previously stored value) as the copy length, instead of using the sof_abi_hdr.size embedded in the incoming ucontrol->value.bytes.data blob. CPE cpe:2.3:a:linux:linux confirms all Linux kernel instances are in scope, but exploitation requires the SOF IPC4 driver stack to be loaded, which is hardware-dependent. Although no formal CWE is assigned in the NVD record, the closest applicable weakness class is CWE-367 (TOCTOU Race Condition) or CWE-20 (Improper Input Validation) since the core flaw is using a pre-existing value rather than validating and consuming the attacker-controlled incoming size.

RemediationAI

The primary fix is to upgrade to a patched Linux kernel stable release: 6.6.145, 6.12.97, 6.18.40, 7.1.5, or 7.2-rc1 or later. Upstream fix commits are available at https://git.kernel.org/stable/c/266f936db83aee6ca6473bbb06259bda52bf4fc3, https://git.kernel.org/stable/c/4cf6a7ebbf8787393b158b2cc341723e5bebc4a8, https://git.kernel.org/stable/c/fb4293173db2d474d8fbc0e5ecf4943e6df2b40e, https://git.kernel.org/stable/c/038406abde0d0883419ec89425ea941ec8bbef95, and https://git.kernel.org/stable/c/3ad673e7139cf214afd24321a829aad6575f4163. For systems where kernel upgrade is not immediately feasible, a compensating control is to unload or blacklist the snd-sof and related SOF kernel modules (e.g., via /etc/modprobe.d/blacklist-sof.conf with 'blacklist snd_sof_pci_intel_*') - this disables the vulnerable code path entirely at the cost of losing SOF-dependent audio functionality. On server and cloud instances where SOF audio hardware is absent, no action is required beyond standard patching cadence.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-72304 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy