CVE Catalog

CVE-2026-98054

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the ASoC Intel AVS driver's strace_open() invokes try_module_get(), which on success takes a module reference. If any follow-up operation causes strace_open() to fail, the reference count is not released, resulting in an unbalanced state.

Risk Assessment

An unbalanced module reference count can prevent the module from being unloaded, leading to resource leaks and potential system instability when this path is triggered repeatedly.

Recommendation

Update the Linux kernel to a version with the fix that releases the module reference when strace_open() fails after a successful try_module_get().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS