CVE-2026-97407

Unknown

Last modified

CVE-2026-97407 is a vulnerability of currently unknown severity. 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..

Description

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

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= c85064435fe7a216ec0f0238ef2b8f7cd850a450, < a9cc27a4a9b5fe013e152841fd8408061fa2312f; >= c85064435fe7a216ec0f0238ef2b8f7cd850a450, < b2b5c2ca5a4924271fa86d75a252de32fa285375; >= c85064435fe7a216ec0f0238ef2b8f7cd850a450, < ee7b5f7b39332febf917f9ebf212842cc9379815; a8f82720673d41b85145f232c954fe3a365f72b5; 88294658ddbe0e35fa48e1679252e86b3b5ba1d2; 2f0ec100032e9f23b7561ec6f3b5c8a9806a7100; >= 4.14.118, < 4.15; >= 4.19.42, < 4.20; >= 5.0.15, < 5.1
LinuxLinux5.1

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-97407?
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.
How severe is CVE-2026-97407?
Severity scoring for CVE-2026-97407 is pending analysis.
How do I fix CVE-2026-97407?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-97407?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST