Skip to main content

Linux Kernel CVE-2026-72261

| EUVDEUVD-2026-59160 HIGH
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-rv5q-q8w5-hj4r
7.8
CVSS 3.1 · Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) 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 and a low-privilege account are required; kernel heap overflow with no scope change justifies U/H/H/H; AC:L because the overflow condition is reachable without exceptional complexity once local access exists.

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
6.7 MEDIUM
AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Red Hat
7.0 MEDIUM
qualitative

Primary rating from Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67).

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

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:01 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 - 06:21 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 06:21 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

Heap buffer overflow in the Linux kernel ASoC SOF IPC3 audio subsystem allows a local low-privilege attacker to write past an allocated buffer via a missing bounds check in snd_sof_update_control(), potentially enabling kernel memory corruption, privilege escalation, or system crash. Affected systems span Linux 5.18 through multiple stable branches (6.1.x, 6.6.x, 6.12.x, 6.18.x, 7.1.x) on hosts with Intel SOF-capable audio DSP hardware. No public exploit is known and EPSS is low at 0.21%, but the CVSS 7.8 score reflects the severity of the potential kernel-level impact once local access is obtained.

Technical ContextAI

The vulnerability is in the Linux kernel's ASoC (Audio System on Chip) SOF (Sound Open Firmware) IPC3 (Inter-Processor Communication v3) control subsystem. The function snd_sof_update_control() processes firmware-supplied control data structures: it validates the firmware-provided cdata->num_elems field against local_cdata->data->size, but that data->size field may itself hold a stale or inconsistent value that does not accurately reflect the actual allocation size of the underlying ipc_control_data heap buffer. Because no secondary bounds check against the real allocation size is performed before the memcpy, an attacker who can influence the state of local_cdata->data->size (or exploit pre-existing inconsistency) can cause the copy to overrun the heap buffer. Although NVD did not assign a CWE, this maps to CWE-787 (Out-of-bounds Write): a write operation that exceeds the boundary of a heap allocation, capable of corrupting adjacent kernel data structures or metadata. SOF is the firmware stack for Intel audio DSPs and is active on a broad range of modern Intel-based consumer and enterprise laptops (Tiger Lake, Alder Lake, Raptor Lake generations and onwards).

RemediationAI

The primary remediation is to upgrade the Linux kernel to a patched stable release: 6.1.178, 6.6.145, 6.12.97, 6.18.40, or 7.1.5, depending on the branch in use. Upstream fix commits are available at git.kernel.org/stable and have been incorporated into the EUVD-confirmed patch set (EUVD-2026-59160). Distribution users (Debian, Ubuntu, RHEL, SUSE, Arch, etc.) should apply kernel security updates as issued by their distribution's security team, which are expected to backport these stable commits. If patching cannot be applied immediately, a targeted workaround is to blacklist or unload the snd_sof kernel module and associated SOF audio drivers (e.g., snd_sof_pci_intel_tgl, snd_sof_pci_intel_adl) on systems where Intel SOF audio functionality is not operationally required - note this disables audio output/input and may affect dependent applications. Additionally, restricting local user account access (eliminating unnecessary interactive shell accounts, enforcing least-privilege access) reduces the PR:L attack surface while patching is pending.

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-72261 vulnerability details – vuln.today

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