CVE-2026-89504: regulator: as3722_get_regulator_dt_data: fix premature of_node_put leaving dangling of_node pointer

Published Sep 11, 2026
·
Updated

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

regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer

In as3722getregulatordtdata(), ofgetchildbyname() acquires a reference on np, which is then assigned to pdev->dev.ofnode. The function immediately calls ofnodeput(np), releasing the reference and leaving pdev->dev.ofnode as a dangling pointer.

Remove the ofnodeput(np) call to let the device hold the reference.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Apply the kernel fix for “regulator: as3722_get_regulator_dt_data: fix premature of_node_put leaving dangling of_node pointer” by removing the of_node_put(np) call in as3722_get_regulator_dt_data() so the device keeps the reference and pdev->dev.of_node is not left dangling.

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 should be assessed for exposure?

Assess Linux kernel deployments that use the AS3722 regulator driver with device-tree-based regulator configuration. The issue occurs in the driver's handling of a child device-tree node.

2

How can I determine whether the issue is present in a kernel source tree?

Inspect as3722_get_regulator_dt_data(). Affected code assigns the node returned by of_get_child_by_name() to pdev->dev.of_node and then calls of_node_put(np); corrected code retains the reference and does not make that call.

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