CyberRota Analysis
AI-GeneratedThe 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.
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.