Impact
A race condition arises when the power management path sets shost->eh_noresume while a SCSI error handler iterates, causing the error handler to skip a runtime PM get and later release a runtime PM reference. This leaves an unmatched put, resulting in a Runtime PM usage count underflow. The description does not state that this will definitely trigger kernel instability, but such an underflow could potentially compromise kernel integrity.
Affected Systems
The flaw exists in the Linux kernel's SCSI core modules in all supported releases that contain the relevant code path. The vendor listed is Linux:Linux, so any running kernel that includes this logic is potentially impacted.
Risk and Exploitability
The CVSS score is 5.5, indicating moderate severity. The EPSS score is less than 1%, suggesting a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector would involve triggering the race condition by manipulating SCSI error handling or power state changes, but this is inferred and not explicitly detailed in the provided data. No public exploit is mentioned.
OpenCVE Enrichment