CVE-2026-98093: ASoC: fsl_micfil: balance mclk enable/disable

Published Sep 25, 2026
·
Updated

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

ASoC: fslmicfil: balance mclk enable/disable

hwparams() enables mclk unconditionally and hwfree() disables it unconditionally, but the PCM core does not guarantee 1:1 pairing: hwfree() can run without hwparams(), and hwparams() 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 mclkflag, as fslsai.c does with mclkstreams.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In fsl_micfil, guard both the mclk enable and disable paths with the existing mclk_flag, balancing mclk_streams handling so hw_free() does not disable an unenabled clock and repeated hw_params() calls do not leak an enable reference.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:24 AM
Data Sourced
via MITRE·10:24 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which systems are affected?

The issue applies to Linux kernel systems using the ASoC fsl_micfil driver and its master-clock handling. The provided data does not identify affected kernel versions or configurations.

2

How might an affected system behave?

A hw_free() call without a preceding hw_params() can trigger an "already disabled" WARN(). Repeated hw_params() calls from the SETUP state can leak a clock-enable reference, leaving the clock unable to be gated.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203