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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SCMI regulator driver in the Linux kernel leaks a device-node reference when the probe fails, due to the missing of_node_put on the error path. This reference-count leak is a classic resource-management flaw (CWE‑391) that can accumulate over time, exhausting kernel memory and causing a system‑wide denial of service.

Affected Systems

Any Linux kernel build that includes the SCMI regulator driver is susceptible; the CVE does not specify a version range, but the fix has been committed to the kernel source and referenced in the public patch set.

Risk and Exploitability

The EPSS score is below 1% and the issue is not listed in the CISA KEV catalog, indicating a very low likelihood of real‑world exploitation. An attacker would need privileged access to load or reload the driver or to force probe failures repeatedly. In the absence of such capabilities, the risk to typical deployments remains low, though a persistent privileged threat actor could trigger the leak enough times to degrade system stability.

Generated by OpenCVE AI on August 2, 2026 at 13:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel version that includes the SCMI regulator patch that adds of_node_put on the error path.
  • If a kernel upgrade cannot be performed immediately, unload or disable the SCMI regulator driver unless the underlying hardware requires it.
  • If the kernel must remain unchanged, monitor kernel logs for repeated failures in process_scmi_regulator_of_node, which could indicate the reference leak is occurring.

Generated by OpenCVE AI on August 2, 2026 at 13:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 26 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:49:36.999Z

Reserved: 2026-07-19T15:36:31.778Z

Link: CVE-2026-64301

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:11.043

Modified: 2026-08-11T15:00:57.447

Link: CVE-2026-64301

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64301 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T13:30:17Z

Weaknesses

No weakness.