Junglewise Threat Intelligence

CVE-2026-63916: Linux Kernel Wacom HID driver out-of-bounds write in wacom_hid_set_device_mode

CVE-2026-63916 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Wacom tablet driver could allow a malicious or malformed device to cause a system crash. The issue occurs when the driver incorrectly handles how certain tablet settings are stored in memory, leading to an out-of-bounds write. This could potentially impact system stability or be used to gain unauthorized access if a user connects a specially crafted device.

Technical details

An out-of-bounds (OOB) write exists in the Wacom HID driver within the wacom_hid_set_device_mode() function. The driver incorrectly assumed that the HID_DG_INPUTMODE usage was always located in the first field (field[0]) of a feature report. If a device specifies this usage in a different field where the first field's report_count is smaller than the usage_index, the driver performs an OOB write to r->field[0]->value. This can be triggered by a malicious HID device or a device with malformed descriptors. The fix introduces proper tracking of the field index and adds bounds checking for both the field and value indices.

Affected products

  • Linux Linux Kernel 5ae6e89f7409 to 2add311d9964, 83bd8a5756a3, 5716a293fb19, ed598de9f615, 43e7c02d6090, b8338111e141, 5db3fca0cec7, c0a8899e02dde

Timeline

  • 2026-07-19: advisory: CVE-2026-63916 published by NVD
  • 2026-06-19: patched: Fix committed to Linux stable tree

References

Related threats