CVE-2026-89627: HID: roccat: free buffered reports when destroying device

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

HID: roccat: free buffered reports when destroying device

roccatreportevent() duplicates each report with kmemdup() and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused.

The device destruction paths free struct roccatdevice without releasing reports still stored in cbuf[]. This makes those allocations unreachable and leaks up to ROCCATCBUFSIZE report buffers per device.

Add a small destructor that frees every buffered report before freeing the device, and use it in both paths that can destroy a registered device.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:45 PM
Data Sourced
via MITRE·07:45 PM
Description

Frequently Asked Questions

1

What systems are exposed to this leak?

Systems using the Linux kernel's ROCCAT HID device support are exposed when registered ROCCAT devices receive buffered reports and are later destroyed. The leak is limited to report buffers retained in the driver's circular buffer at device teardown.

2

Does exploitation require an attacker to send specially crafted reports?

The provided information identifies a resource leak caused by normal report duplication and device destruction. It does not state that malformed or specially crafted reports are required.

3

What is the impact if the issue is triggered repeatedly?

Each affected device destruction can leave up to ROCCAT_CBUF_SIZE report-buffer allocations unreachable. Repeated device lifecycle events could therefore accumulate unreleased kernel memory.

4

What should be done if an update cannot be applied immediately?

The provided information does not specify a workaround. Reducing unnecessary connection, disconnection, or destruction of affected ROCCAT devices may limit opportunities for the leak to accumulate.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203