Answer in brief
CVE-2026-98093 records a Unknown severity vulnerability in ASoC: fsl_micfil: balance mclk enable/disable. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b47024dc624bcffb89d238f4a5b490363cea2a1e <470db2026a435b79f7ecb4d65523ea16a99d55d8 || >=b47024dc624bcffb89d238f4a5b490363cea2a1e <fa1bbe3534499dd89d3b0b941d6dd4ddb70c31b5 || >=b47024dc624bcffb89d238f4a5b490363cea2a1e <d3dbccfe6afa7b9a6a7ed65cfaa76a47fa050a56 | 470db2026a435b79f7ecb4d65523ea16a99d55d8, fa1bbe3534499dd89d3b0b941d6dd4ddb70c31b5, d3dbccfe6afa7b9a6a7ed65cfaa76a47fa050a56 |
| Linux/Linuxgeneric | 6.13 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.