SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-89512

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's remoteproc subsystem, specifically related to a device reference leak that occurs during failed driver lookups for the SCP device. This issue can lead to potential resource management problems, as holding a reference to the device does not guarantee the persistence of its driver data. Organizations using Linux in environments where remoteproc is utilized should prioritize addressing this vulnerability to mitigate risks associated with device management and system stability.

CVE
CVE-2026-89512
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

Original NVD 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.