CVE Catalog

CVE-2026-98093

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the ASoC fsl_micfil driver's hw_params() and hw_free() enabled and disabled the mclk clock without balancing. The PCM core does not guarantee 1:1 pairing, so hw_free() can run without hw_params(), and hw_params() can be called multiple times, causing an "already disabled" warning or an enable reference leak.

Risk Assessment

A clock enable reference leak may occur, leaving the clock ungated, which increases power consumption and may lead to audio device instability.

Recommendation

Update the Linux kernel to a version with the fix that guards both sides with the existing mclk_flag, as done in fsl_sai.c.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_micfil: balance mclk enable/disable hw_params() enables mclk unconditionally and hw_free() disables it unconditionally, but the PCM core does not guarantee 1:1 pairing: hw_free() can run without hw_params(), and hw_params() can be called multiple times from the SETUP state. This triggers an "already disabled" WARN() in the first case and leaks an enable reference in the second, leaving the clock ungateable. Guard both sides with the existing mclk_flag, as fsl_sai.c does with mclk_streams.

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