Back to overview

CVE-2026-64301

Description
In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() scmi_regulator_probe() calls of_find_node_by_name() which takes a reference on the returned device node. On the error path where process_scmi_regulator_of_node() fails, the function returns without calling of_node_put() on the child node, leaking the reference. Add of_node_put(np) on the error path to properly release the reference.

Metadata

CVE ID
CVE-2026-64301
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:49 UTC
Last updated
2026-07-25 08:49 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 0fbeae70ee7ce98e18a47337cd1f205dd88589e9 < 1e446e8f8c763be3de7d0362e024cdf46194ffef, 0fbeae70ee7ce98e18a47337cd1f205dd88589e9 < 637c11e3d8d43a7ee654591cda8d17c55a9234fa, 0fbeae70ee7ce98e18a47337cd1f205dd88589e9 < e2baf8ea13fb4b10bec2c4751aea05c00dabcd0f, 0fbeae70ee7ce98e18a47337cd1f205dd88589e9 < 3e1441a4d06d35a314961e40057bd1f0106bbc14 …
Linux Linux 5.11, 0 < 5.11, 5.15.212 ≤ 5.15.*, 6.1.178 ≤ 6.1.* …
Back to overview