CVE-2026-89935: iio: light: apds9306: fix PM reference leak in apds9306_read_data()

Published Sep 16, 2026
·
Updated

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

iio: light: apds9306: fix PM reference leak in apds9306readdata()

apds9306readdata() calls pmruntimeresumeandget() but several error paths return directly without calling pmruntimeputautosuspend(), leaking the runtime PM reference and preventing the device from autosuspending.

Use PMRUNTIMEACQUIREAUTOSUSPEND() and PMRUNTIMEACQUIREERR() to automatically handle runtime PM reference release on all return paths.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Use PM_RUNTIME_ACQUIRE_AUTOSUSPEND() and PM_RUNTIME_ACQUIRE_ERR() in apds9306_read_data() (instead of directly relying on pm_runtime_resume_and_get()) so runtime PM references are automatically released on all return paths, including error paths.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

What is the operational impact of the leak?

On affected error paths, a runtime PM reference is not released. This prevents the APDS9306 device from autosuspending.

2

When can the issue occur?

It occurs when apds9306_read_data() acquires a runtime PM reference with pm_runtime_resume_and_get() and subsequently returns through one of several error paths without calling pm_runtime_put_autosuspend().

3

How is the issue fixed?

The fix uses PM_RUNTIME_ACQUIRE_AUTOSUSPEND() and PM_RUNTIME_ACQUIRE_ERR() so that the runtime PM reference is released automatically on all return paths.

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