CVE-2026-89461: power: supply: max17040: synchronize work cancellation on suspend

Published Sep 11, 2026
·
Updated

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

power: supply: max17040: synchronize work cancellation on suspend

max17040work() requeues itself after every poll. canceldelayedwork() only cancels a pending instance and does not wait for a callback that is already running.

If system suspend races with the polling callback, the callback can continue accessing the fuel gauge and requeue itself after the suspend callback returns.

Use canceldelayedworksync() to ensure polling is quiesced before suspend completes.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel max17040 power-supply/fuel-gauge driver are exposed when the driver’s periodic polling work can overlap with system suspend. The issue concerns access to the fuel gauge during that suspend race.

2

What condition is required to trigger the race?

A suspend operation must race with an already-running max17040 polling callback. Because the callback requeues itself after each poll, it can continue running and schedule further work after the suspend callback returns.

3

What is the relevant remediation?

The resolved change replaces non-synchronizing delayed-work cancellation with cancel_delayed_work_sync() during suspend. This waits for any running polling callback to finish, ensuring polling is quiesced before suspend completes.

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