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

HID: wacom: stop hardware after post-start probe failures

wacom_parse_and_register() starts HID hardware before registering inputs
and initializing pad LEDs/remotes. Those later steps can fail, but their
error paths currently release Wacom resources without stopping the HID
hardware.

Route post-hid_hw_start() failures through hid_hw_stop() before
releasing driver resources.

This issue was identified during our ongoing static-analysis research while
reviewing kernel code.
Published: 2026-08-10
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on August 13, 2026 at 23:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a Linux kernel that includes the patch that routes post‑start failures through hid_hw_stop() before releasing driver resources.
  • Blacklist the Wacom driver by adding the line "blacklist wacom" to /etc/modprobe.d/blacklist.conf or by removing the module with "modprobe -r wacom" to prevent it from loading.
  • Limit exposure by removing physical Wacom devices from untrusted machines and ensuring that only authorized users can attach such devices.

Generated by OpenCVE AI on August 13, 2026 at 23:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: HID: wacom: stop hardware after post-start probe failures wacom_parse_and_register() starts HID hardware before registering inputs and initializing pad LEDs/remotes. Those later steps can fail, but their error paths currently release Wacom resources without stopping the HID hardware. Route post-hid_hw_start() failures through hid_hw_stop() before releasing driver resources. This issue was identified during our ongoing static-analysis research while reviewing kernel code.
Title HID: wacom: stop hardware after post-start probe failures
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-08-17T04:58:39.275Z

Reserved: 2026-07-30T09:28:09.367Z

Link: CVE-2026-68091

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T12:17:21.870

Modified: 2026-08-17T05:18:08.303

Link: CVE-2026-68091

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68091 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T23:30:03Z

Weaknesses