Description
In the Linux kernel, the following vulnerability has been resolved:

remoteproc: scp: Fix device reference leak on failed lookup

Make sure to drop the reference taken to the SCP device when attempting
to look up its driver data before the driver has been bound.

Note that holding a reference to a device does not prevent its driver
data from going away.
Published: 2026-09-11
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Resource Leak
Action: Patch
AI Analysis

Impact

A defect in the Linux kernel’s remoteproc subsystem caused a device reference leak known as a resource leak (CWE‑772) when the driver data for an SCP device could not be found during lookup. The reference to the device is not released, allowing the memory and reference counter associated with the SCP device to accumulate over time and potentially exhaust kernel resources. This leads to degraded system performance or a denial‑of‑service state rather than immediate data exfiltration or code execution.

Affected Systems

The flaw affects all Linux kernel builds that include the remoteproc SCP driver; no specific kernel versions are listed, so the impact applies broadly to all affected releases until they incorporate this fix.

Risk and Exploitability

The CVSS score of 4.4 indicates moderate severity. The EPSS score of <1% indicates a very low estimated exploitation probability, and the vulnerability is not cataloged in CISA’s KEV list, suggesting low public exploitation likelihood. However, a local user with sufficient privileges could trigger the resource leak repeatedly, forcing the kernel to allocate additional references until subsystem stability is compromised. The likely attack vector is local privilege escalation or a privileged kernel module that triggers failed SCP device lookups.

Generated by OpenCVE AI on September 13, 2026 at 04:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that incorporates the remoteproc SCP device reference release fix
  • Disallow or remove unused SCP devices from the configuration to minimise the attack surface until the patch is installed
  • Monitor kernel logs and system memory usage for signs of accumulating device references and respond promptly if the leak is detected

Generated by OpenCVE AI on September 13, 2026 at 04:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: remoteproc: scp: Fix device reference leak on failed lookup Make sure to drop the reference taken to the SCP device when attempting to look up its driver data before the driver has been bound. Note that holding a reference to a device does not prevent its driver data from going away.
Title remoteproc: scp: Fix device reference leak on failed lookup
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-09-11T19:43:57.286Z

Reserved: 2026-09-11T19:38:34.717Z

Link: CVE-2026-89512

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:33.647

Modified: 2026-09-11T20:19:33.647

Link: CVE-2026-89512

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:57Z

Links: CVE-2026-89512 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:15:13Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime