CVE-2026-64366
8.8Linux · Kernel
A slab-out-of-bounds write vulnerability exists in the Linux kernel Wacom HID driver, potentially allowing memory corruption through a specially crafted report.
Executive summary
A heap-based memory corruption vulnerability in the Linux kernel Wacom HID driver allows for potential system compromise or denial of service via adjacent network access.
Vulnerability
This flaw involves a slab-out-of-bounds write in the wacom_wac_queue_insert function, triggered when a kfifo object is empty during a report processing loop. An unauthenticated attacker in the adjacent network can exploit this by sending a crafted report, leading to memory corruption and potential code execution.
Business impact
The vulnerability carries a CVSS score of 8.8, indicating a high potential for system compromise. Successful exploitation could result in complete system downtime, unauthorized data access, or the execution of arbitrary code with kernel-level privileges, posing a significant risk to the integrity and availability of the affected infrastructure.
Remediation
Immediate Action: Apply the vendor-provided patches by updating the Linux kernel to version 6.18.39, 7.1.4, or later versions where the fix has been backported.
Proactive Monitoring: Monitor system logs for kernel panics, segmentation faults, or unusual driver-related activity that may indicate an attempt to trigger the out-of-bounds write condition.
Compensating Controls: Restrict access to the affected hardware interfaces and utilize network segmentation to limit the reachability of devices from untrusted adjacent network segments.
Exploitation status
Public Exploit Available: No (unknown)
Analyst recommendation
Given the critical nature of kernel-level vulnerabilities, organizations should prioritize the deployment of the patched kernel versions. System administrators should verify their distribution's security repositories for the relevant updates and schedule maintenance windows to reboot systems into the secure kernel version as soon as possible.