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 whenever probe fails because the error path does not call of_node_put. This reference‑count leak is a classic resource‑management flaw that can accumulate over time, eventually exhausting kernel memory and destabilizing the system, which may manifest as a denial of service.

Affected Systems

Any Linux kernel configuration that includes the SCMI regulator driver is susceptible; no explicit version range is provided, so all builds prior to the patch may be affected.

Risk and Exploitability

The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, indicating a low probability of real‑world exploitation. However, the vulnerability has a moderate CVSS score of 5.5, and an attacker with privileged local access could repeatedly trigger probe failures or load/unload the driver to accumulate the reference leak and exhaust kernel memory. The likely attack vector is local kernel manipulation or driver reload, as the flaw occurs during driver initialization.

Generated by OpenCVE AI on September 3, 2026 at 22:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that includes the SCMI regulator patch that adds of_node_put on the error path.
  • If an immediate kernel upgrade cannot be performed, unload or disable the SCMI regulator driver unless the hardware requires it.
  • Monitor kernel logs for repeated failures in process_scmi_regulator_of_node, which may indicate that the reference leak is occurring.

Generated by OpenCVE AI on September 3, 2026 at 22:26 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

Thu, 03 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-Other

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-08-17T04:52:59.288Z

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

Link: CVE-2026-64301

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-03T16:12:08.843

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-09-03T22:30:10Z

Weaknesses