CVE-2026-89936: iio: dac: m62332: Fix regulator reference count imbalance

Published Sep 16, 2026
·
Updated

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

iio: dac: m62332: Fix regulator reference count imbalance

m62332setvalue() enables the Vcc regulator on every write of a non-zero value and disables it on every write of zero, without tracking the channel's current state. Because the regulator is reference counted, changing a channel directly from one non-zero value to another enables it more than once, while a later write of zero disables it only once. The reference count never returns to zero and the regulator is left enabled indefinitely.

Only enable the regulator on the transition from zero to non-zero, and only disable it on the transition from non-zero to zero, using the previously stored channel value to detect the edge. Balance the regulator on the I2C error path so the reference count stays consistent if the write fails.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel iio: dac: m62332 to a version that resolves this vulnerability.

    Patch iio: dac: m62332: Fix regulator reference count imbalance
  2. Configuration

    Modify m62332_set_value() so the Vcc regulator is enabled only when the channel transitions from 0 to non-zero, and disabled only when transitioning from non-zero to 0; use the previously stored channel value to detect the edge, and ensure the regulator is enabled/disabled consistently on the I2C error path so the reference count does not become imbalanced.

    m62332_set_value() (iio: dac: m62332) Vcc regulator enable/disable reference counting = Enable only on transition from zero to non-zero; disable only on transition from non-zero to zero using previously stored channel state; keep regulator reference count consistent on I2C error path

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel m62332 IIO DAC driver are affected when software writes channel values. The imbalance occurs when a channel is changed from one non-zero value to another and is later set to zero.

2

What is the practical impact?

The Vcc regulator reference count can remain above zero after the channel is set to zero, leaving the regulator enabled indefinitely. This is a resource and power-management issue rather than an attacker-controlled condition described in the available data.

3

What should be done if the fix cannot be applied immediately?

Avoid changing a channel directly between non-zero values where possible. Returning the channel to zero before setting another non-zero value avoids the specific repeated-enable sequence described.

4

How does the fix handle failed I2C writes?

The fix balances the regulator reference count on the I2C error path. This keeps the count consistent when a hardware write fails.

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