CVE-2026-64301: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

Published Jul 25, 2026
·
Updated

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

regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe()

scmiregulatorprobe() calls offindnodebyname() which takes a reference on the returned device node. On the error path where processscmiregulatorofnode() fails, the function returns without calling ofnodeput() on the child node, leaking the reference.

Add ofnodeput(np) on the error path to properly release the reference.

Affected Software

7 affected components
Linux Linux kernel
Linux Linux kernel>=5.11<5.15.212
Linux Linux kernel>=5.16<6.1.178
Linux Linux kernel>=6.2<6.6.145
Linux Linux kernel>=6.7<6.12.96
Linux Linux kernel>=6.13<6.18.39
Linux Linux kernel>=6.19<7.1.4

Event History

Jul 25, 2026
CVE Published
via MITRE·08:49 AM
Data Sourced
via MITRE·08:49 AM
Description
Data Sourced
via NVD·10:17 AM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What conditions are required to trigger the leak?

The SCMI regulator probe path must find a device-tree child node and then encounter a failure in process_scmi_regulator_of_node(). The vulnerable error path returns without releasing the reference acquired for that node.

2

What is the practical impact of repeated triggering?

Each affected probe failure leaks a device-node reference. The CVSS vector rates the availability impact as high, indicating that local authenticated exploitation may lead to resource exhaustion.

3

Is an update available?

Yes. A patch is available that adds of_node_put(np) to release the device-node reference on the affected error path.

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