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

ASoC: Intel: avs: Fix unbalanced module reference count

strace_open() invokes try_module_get() which on success takes
the module reference. If any follow up operation causes
strace_open() to fail, the refcount shall be put down.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Kernel reference count imbalance leading to system instability or denial of service
Action: Immediate Patch
AI Analysis

Impact

An unbalanced reference count occurs in the Linux kernel’s ASoC Intel audio subsystem when strace_open() attempts to acquire a module reference via try_module_get() but does not decrement the count if subsequent operations fail. The resulting incorrect reference count prevents the module from unloading properly, potentially causing memory leaks and overall kernel instability. The flaw is an instance of improper reference counting (CWE‑665) and could lead to a denial‑of‑service scenario if an attacker can trigger the faulty code path.

Affected Systems

The vulnerability targets the Linux kernel, affecting all releases distributed by the Linux:Linux vendor that contain the buggy ASoC Intel audio driver before the commit referenced by the provided SHA identifiers. Any kernel built prior to those commits remains susceptible until the patch is integrated.

Risk and Exploitability

No CVSS or EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog, indicating limited public exploitation. Nonetheless, the impact on kernel stability is significant. The likely attack vector involves processes that invoke strace_open() or related file operations, potentially local or remote. Until the kernel is updated with the fix, the risk is considered moderate to high for affected systems.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the patch identified by the provided commit hashes.
  • If an upgrade is not immediately possible, unload or disable the affected module to avoid reference count imbalance.
  • Monitor system logs and stability metrics for signs of module load/unload failures until the patch is applied.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

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: Fix unbalanced module reference count strace_open() invokes try_module_get() which on success takes the module reference. If any follow up operation causes strace_open() to fail, the refcount shall be put down.
Title ASoC: Intel: avs: Fix unbalanced module reference count
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:01.701Z

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

Link: CVE-2026-98054

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-98054

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T16:30:15Z

Weaknesses