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

ASoC: SOF: Don't allow pointer operations on unconfigured streams

When reporting the pointer for a compressed stream we report the current
I/O frame position by dividing the position by the number of channels
multiplied by the number of container bytes. These values default to 0 and
are only configured as part of setting the stream parameters so this allows
a divide by zero to be configured. Validate that they are non zero,
returning an error if not
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ASoC SOF audio driver in the Linux kernel performs a calculation for a compressed stream’s I/O frame position by dividing the current position by the product of channels and container bytes. Because these values default to zero until stream parameters are explicitly configured, the division can trigger a divide‑by‑zero error. This results in a kernel crash or panic, causing a system‑wide denial of service. The weakness is a classic divide‑by‑zero fault, classified as CWE‑369.

Affected Systems

Linux kernel builds that include the ASoC SOF driver but have not incorporated the zero‑check patch referenced in the supplied git commit URLs are affected. The specific kernel versions are not listed, so any deployment running a pre‑patch kernel may be vulnerable.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. EPSS is < 1%, showing a very low likelihood of exploitation. Based on the description, it is inferred that the attack vector is local or requires privileged interaction with the audio driver. The vulnerability is not listed in CISA KEV. A successful exploit would cause a kernel crash, permanently disrupting system operation until a reboot or patch.

Generated by OpenCVE AI on June 11, 2026 at 05:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that includes the commit adding a zero‑check for stream parameters
  • Apply the latest security updates from the distribution’s kernel repository to ensure the ASoC SOF driver contains the fix
  • If a kernel update is not immediately possible, reduce risk by disabling the SOF ASoC driver or avoiding the use of compressed audio streams until the patch is applied

Generated by OpenCVE AI on June 11, 2026 at 05:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-685

Thu, 11 Jun 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
Metrics cvssV3_1

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


Mon, 01 Jun 2026 17:00:00 +0000


Fri, 29 May 2026 00:15:00 +0000


Thu, 28 May 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-369
CWE-685

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report the current I/O frame position by dividing the position by the number of channels multiplied by the number of container bytes. These values default to 0 and are only configured as part of setting the stream parameters so this allows a divide by zero to be configured. Validate that they are non zero, returning an error if not
Title ASoC: SOF: Don't allow pointer operations on unconfigured streams
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-06-14T18:00:36.371Z

Reserved: 2026-05-13T15:03:33.103Z

Link: CVE-2026-46179

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:33.540

Modified: 2026-06-11T03:00:06.000

Link: CVE-2026-46179

cve-icon Redhat

Severity :

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46179 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T06:00:10Z

Weaknesses