CVE Catalog

CVE-2026-93188

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the HID roccat driver uses an 8-bit, device-supplied profile index without a range check, even though the profiles array has only 5 elements. A malicious USB device claiming the Roccat Kone id can send a switch-profile event with an out-of-range value, causing an out-of-bounds read that is exposed via the actual_dpi sysfs attribute.

Risk Assessment

Plugging in a crafted USB device can cause an out-of-bounds kernel memory read, leading to data exposure or system instability. It requires physical access to a USB port.

Recommendation

Update the Linux kernel to a version containing the fix that rejects out-of-range indices in both code paths. Restrict USB port access to trusted devices.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: bound device-supplied profile index kone_keep_values_up_to_date() and kone_profile_activated() use an 8-bit, device-supplied profile value as an index into the 5-element kone->profiles[] array without a range check. A malicious USB device claiming the Roccat Kone id can send a switch-profile event (or a startup_profile read at probe) with an out-of-range value and make the driver read out of bounds; the result is exposed via the actual_dpi sysfs attribute. Reject out-of-range indices in both paths. This was found with static analysis and confirmed with the KUnit test added in the following patch (KASAN: slab-out-of-bounds).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS