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.
OpenCVE Enrichment
Debian DLA