In the Linux kernel, the following vulnerability has been resolved:
HID: wacom: stop hardware after post-start probe failures
wacomparseand_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-hidhwstart() failures through hidhwstop() before releasing driver resources.
This issue was identified during our ongoing static-analysis research while reviewing kernel code.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68091.json",
"cna_assigner": "Linux"
}