In the Linux kernel, the following vulnerability has been resolved:
regulator: scmi: fix ofnode refcount leak in scmiregulator_probe()
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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64301.json"
}