CVE-2026-89619: HID: intel-thc-hid: intel-quickspi: bound GET_REPORT response to the caller buffer

Published Sep 11, 2026
·
Updated

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

HID: intel-thc-hid: intel-quickspi: bound GETREPORT response to the caller buffer

quickspihidrawrequest() receives the caller's buffer length in len, but quickspigetreport() never sees it and copies the whole device-supplied response into buf regardless:

memcpy(buf, qsdev->reportbuf, qsdev->reportlen);

qsdev->reportlen comes from the input report the touch controller returns, while buf is sized to whatever the caller asked hidraw for through HIDIOCGFEATURE or HIDIOCGINPUT. A response larger than that overflows buf with device-controlled content.

The intel-quicki2c sibling already passes the caller length down to quicki2cgetreport() and validates the response against it before the copy. Do the same here.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade intel-thc-hid: intel-quickspi to a version that resolves this vulnerability.

    Patch intel-thc-hid: intel-quickspi: bound GET_REPORT response to the caller buffer

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 conditions are required to trigger the overflow?

A caller must issue a hidraw feature or input report request using HIDIOCGFEATURE or HIDIOCGINPUT with a buffer smaller than the response returned by the touch controller. The controller-provided response length controls how much data is copied.

2

Who is exposed to this issue?

Systems using the Linux kernel's intel-quickspi HID driver are exposed when they communicate with the affected touch controller through hidraw report requests. The issue is specific to the intel-quickspi path described; the intel-quicki2c sibling already validates the response against the caller buffer length.

3

How can I determine whether a system has the fix?

Check whether the installed kernel includes one of the referenced stable commits. The corrected implementation passes the caller-provided length to the GET_REPORT handling path and rejects or bounds responses that exceed that length.

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