CVE-2026-63916
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
HID: wacom: Fix OOB write in wacom_hid_set_device_mode()<br />
<br />
wacom_hid_set_device_mode() currently assumes that the HID_DG_INPUTMODE<br />
usage is always located in the first field (field[0]) of the feature report.<br />
However, a device can specify HID_DG_INPUTMODE in a different field.<br />
<br />
If HID_DG_INPUTMODE is in a field other than the first one and the first<br />
field has a report_count smaller than the usage_index of HID_DG_INPUTMODE,<br />
this leads to an out-of-bounds write to r->field[0]->value.<br />
<br />
Fix this by storing the field index of HID_DG_INPUTMODE in &#39;struct<br />
hid_data&#39; during feature mapping. In wacom_hid_set_device_mode(), use<br />
this stored field index to access the correct field and add bounds<br />
checks to ensure both the field index and the value index are within<br />
valid ranges before writing.
Impacto
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2add311d99646c9d235b2c44f9c169ba30f5db3a
- https://git.kernel.org/stable/c/43e7c02d6090a82fd60d63491f6871aec906345e
- https://git.kernel.org/stable/c/5716a293fb19d382ca2336e08fd28a619a5f3c25
- https://git.kernel.org/stable/c/5db3fca0cec7b33bc5379411d0a60d792c9f9bc0
- https://git.kernel.org/stable/c/83bd8a5756a3c4a413ed8f6253f9eb2821e1ccaf
- https://git.kernel.org/stable/c/b8338111e14183972359009c12d0dbd81d2e1e16
- https://git.kernel.org/stable/c/c0a8899e02ddebd51e2589835182c239c2e224ae
- https://git.kernel.org/stable/c/ed598de9f61582902406d352d99f2073d8e00298



