CVE-2026-97407
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt
rockchip_pdm_set_fmt() calls pm_runtime_get_sync() before accessing hardware registers, but ignores its return value. If the runtime resume fails, the function continues to perform register accesses while the device state is undefined. Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() and return early on failure to avoid unpowered register accesses.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | c85064435fe7a216ec0f0238ef2b8f7cd850a450 < a9cc27a4a9b5fe013e152841fd8408061fa2312f | affected |
| Linux | Linux | c85064435fe7a216ec0f0238ef2b8f7cd850a450 < b2b5c2ca5a4924271fa86d75a252de32fa285375 | affected |
| Linux | Linux | c85064435fe7a216ec0f0238ef2b8f7cd850a450 < ee7b5f7b39332febf917f9ebf212842cc9379815 | affected |
| Linux | Linux | a8f82720673d41b85145f232c954fe3a365f72b5 | affected |
| Linux | Linux | 88294658ddbe0e35fa48e1679252e86b3b5ba1d2 | affected |
| Linux | Linux | 2f0ec100032e9f23b7561ec6f3b5c8a9806a7100 | affected |
| Linux | Linux | 4.14.118 < 4.15 | affected |
| Linux | Linux | 4.19.42 < 4.20 | affected |
| Linux | Linux | 5.0.15 < 5.1 | affected |
| Linux | Linux | 5.1 | affected |
| Linux | Linux | 0 < 5.1 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/a9cc27a4a9b5fe013e152841fd8408061fa2312f
- https://git.kernel.org/stable/c/b2b5c2ca5a4924271fa86d75a252de32fa285375
- https://git.kernel.org/stable/c/ee7b5f7b39332febf917f9ebf212842cc9379815
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.