NONE · 0

CVE-2026-64301

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 tak...

Vulnerability 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.

References

FAQ

What is CVE-2026-64301?

CVE-2026-64301 is a documented vulnerability. 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 tak...

How severe is CVE-2026-64301?

CVSS scoring is not yet available for CVE-2026-64301. Check NVD for updates.

Is there a patch for CVE-2026-64301?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.