CVE-2026-93184
Last modified
CVE-2026-93184 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= be1df61cf06efb355c90702e46b8d46f055acb4e, < b5c3f8015af442c2411722cf8c220cfbae271230; >= be1df61cf06efb355c90702e46b8d46f055acb4e, < e921cc73fae68ccee932ad0a4fb11d637557db0e; >= be1df61cf06efb355c90702e46b8d46f055acb4e, < 22c944e440bc9b16c4ee409943d69bb8ef575c9e; >= be1df61cf06efb355c90702e46b8d46f055acb4e, < 3359ba93d01a23b2e4249e9e44ccfe48eb9c5d71 |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93184?
How severe is CVE-2026-93184?
How do I fix CVE-2026-93184?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93179In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9318tablib prior to 3.10.0 contains a stored cross-site scriptin…5.4
- CVE-2026-93180In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93181In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93182In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93183In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93185In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93186In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93188In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93189In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9319IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9
Are you affected by CVE-2026-93184?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
