Impact
The Linux kernel’s Wacom HID driver starts the hardware before completing all initialization steps. If a “post‑start” probe fails—such as during LED or remote initialization—the driver’s error paths release resources but fail to stop the hardware. The result is that the device remains powered on while its driver objects are freed, potentially exhausting system resources or leaving the device in an unusable state. This flaw can ultimately cause a denial‑of‑service condition for the affected device and degrade overall system stability.
Affected Systems
All Linux kernel releases that include the Wacom HID driver and do not yet incorporate the commit fixing this issue are vulnerable. The fix is referenced in several kernel commit logs available through the provided URLs. Any distribution running a kernel prior to the commit that stops the hardware on a probe failure is affected, regardless of vendor.
Risk and Exploitability
The CVSS score of 8.8 indicates high severity. The EPSS score of < 1% implies a low probability of exploitation. The flaw manifests when a post‑start probe fails; the driver releases resources but fails to stop the hardware, leaving the device powered on in an unusable state. The likely attack path is local: any user or process capable of connecting a Wacom device that triggers such a failure can trigger the flaw. No remote exploitation path is evident from the description, and the vulnerability is not listed in the CISA KEV catalog.
OpenCVE Enrichment