CVE-2026-93184

Source
https://cve.org/CVERecord?id=CVE-2026-93184
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93184.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93184
Downstream
Published
2026-09-17T16:12:10Z
Modified
2026-09-18T03:48:45Z
Summary
ASoC: fsl_audmix: rework runtime PM handling in probe
Details

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

ASoC: fsl_audmix: rework runtime PM handling in probe

After pm_runtime_enable() the AUDMIX block is powered off and stays suspended until the first runtime resume. Register writes issued between probe() and the first resume (e.g. from DAPM or ALSA control paths) target unpowered hardware and cause a system hang.

Fix this by calling pm_runtime_resume_and_get() immediately after pm_runtime_enable() to power the hardware up and enable its clocks. Release the reference afterwards with pm_runtime_put() to allow the runtime PM framework to suspend the device and switch the regmap to cache-only mode when idle.

When CONFIG_PM is disabled or runtime PM is not enabled, pm_runtime_* calls are stubs that do not power up the hardware. Handle this case explicitly by calling fsl_audmix_runtime_resume() directly so the hardware is always initialised and its clocks are enabled, ensuring register accesses succeed regardless of PM configuration.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93184.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
be1df61cf06efb355c90702e46b8d46f055acb4e
Fixed
b5c3f8015af442c2411722cf8c220cfbae271230
Fixed
e921cc73fae68ccee932ad0a4fb11d637557db0e
Fixed
22c944e440bc9b16c4ee409943d69bb8ef575c9e
Fixed
3359ba93d01a23b2e4249e9e44ccfe48eb9c5d71

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93184.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.2.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93184.json"