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

ASoC: Intel: avs: Clean up the bus when fetching ML caps fails

snd_hdac_ext_bus_get_ml_capabilities() may fail and its return code
shall be checked and accounted for. Address the issue by updating the
error-path for avs_pci_probe().

At the same time, if the function in question succeeds but the next part
of avs_pci_probe() fails, the hlink list shall be cleaned up before
leaving the scope.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Resource leak
Action: Apply Patch
AI Analysis

Impact

The kernel routine avs_pci_probe is responsible for probing Intel AVS sound devices. If the helper function snd_hdac_ext_bus_get_ml_capabilities returns an error, the code as written ignores that result and proceeds without properly cleaning up the bus resources. When it succeeds but a later part of avs_pci_probe fails, the allocated hlink list is also left unreleased. These gaps mean that partially initialized bus structures or hlink entries can remain in memory, causing a memory/resource leak that can accumulate over time and degrade system stability.

Affected Systems

Any Linux kernel that contains the Intel AVS (Audio System on Chip) driver and has not been patched to include the proper error‑path cleanup is affected. This includes all current mainline kernel releases until the commit that implements the cleanup is merged. The vulnerability is vendor‑agnostic within the Linux ecosystem, as the affected code resides in the kernel source tree under the ASOC sub‑system.

Risk and Exploitability

The CVSS score and EPSS value are not supplied, and the issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that the bug requires local or privileged access to trigger a probe failure; remote exploitation is unlikely without additional privilege escalation. The primary effect is a non‑remediated memory leak, which could lead to resource exhaustion or system instability over prolonged operation. The lack of available metrics makes precise risk quantification difficult, but the vulnerability constitutes a moderate severity local privilege need with potential for cumulative impact.

Generated by OpenCVE AI on September 25, 2026 at 18:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the avs_pci_probe error‑path cleanup patch referenced in the commit logs.
  • If the Intel AVS driver is not required, unload or blacklist the module using modprobe settings or kernel boot parameters.
  • Configure system monitoring to alert on AVS‑related error messages in dmesg or journalctl and verify that the kernel version includes the patched code.

Generated by OpenCVE AI on September 25, 2026 at 18:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Clean up the bus when fetching ML caps fails snd_hdac_ext_bus_get_ml_capabilities() may fail and its return code shall be checked and accounted for. Address the issue by updating the error-path for avs_pci_probe(). At the same time, if the function in question succeeds but the next part of avs_pci_probe() fails, the hlink list shall be cleaned up before leaving the scope.
Title ASoC: Intel: avs: Clean up the bus when fetching ML caps fails
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-09-25T10:24:02.308Z

Reserved: 2026-09-25T10:19:56.072Z

Link: CVE-2026-98055

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:34.440

Modified: 2026-09-25T11:17:34.440

Link: CVE-2026-98055

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T04:45:03Z

Weaknesses

No weakness.