CVE-2026-97407: ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt

Published Sep 24, 2026
·
Updated

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

ASoC: rockchip: rockchippdm: Handle runtime PM resume failures in setfmt

rockchippdmsetfmt() calls pmruntimegetsync() 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 pmruntimegetsync() with pmruntimeresumeandget() and return early on failure to avoid unpowered register accesses.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·04:03 PM
Data Sourced
via MITRE·04:03 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Is normal operation affected if runtime resume succeeds?

The unsafe register access occurs when the runtime PM resume fails. The issue is in the error-handling path after a failed resume, where the previous code continued despite an undefined device state.

2

What behavior does the resolved code implement?

It uses pm_runtime_resume_and_get() instead of pm_runtime_get() and returns immediately if runtime resume fails. This prevents hardware register accesses when the device may be unpowered.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203