CVE-2026-98093
Received Received - Intake

Linux Kernel ASoC FSL_MICFIL Clock Management Flaw

Vulnerability report for CVE-2026-98093, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's ASoC subsystem, specifically in the fsl_micfil driver. It involves improper management of the mclk clock signal. The hw_params() function enables the clock unconditionally, while hw_free() disables it unconditionally. However, the PCM core does not guarantee a 1:1 pairing between these calls, leading to issues where hw_free() might run without hw_params() or hw_params() might be called multiple times. This can trigger a warning about the clock already being disabled and leak an enable reference, making the clock ungateable.

The fix involves using the existing mclk_flag to guard both the enable and disable operations, similar to how it is done in the fsl_sai.c driver.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC subsystem and the fsl_micfil driver. Detection requires checking the kernel version and the presence of the vulnerable code in the driver. Use commands like 'uname -a' to check the kernel version and 'dmesg | grep fsl_micfil' to see if the driver is loaded and if any warnings related to mclk are present.

Impact Analysis

This vulnerability primarily affects systems using the Linux kernel with the fsl_micfil driver, such as embedded devices with audio capabilities. It could lead to system instability or crashes due to improper clock management. In severe cases, it might cause audio subsystem failures or unexpected behavior in applications relying on audio functionality.

Mitigation Strategies

Apply the latest kernel update that includes the fix for this vulnerability. If an update is not immediately available, consider disabling the fsl_micfil driver if it is not required for your system. Monitor kernel mailing lists or security advisories for updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-98093. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart