CVE-2026-89619

Source
https://cve.org/CVERecord?id=CVE-2026-89619
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89619.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89619
Downstream
Published
2026-09-11T19:45:18Z
Modified
2026-09-13T03:47:20Z
Summary
HID: intel-thc-hid: intel-quickspi: bound GET_REPORT response to the caller buffer
Details

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

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

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

memcpy(buf, qsdev->report_buf, qsdev->report_len);

qsdev->report_len 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 quicki2c_get_report() and validates the response against it before the copy. Do the same here.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89619.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4138f21115aec3ebae7805ec3407c72d93558023
Fixed
72706b44b665679d7d60a488d8776a911f1a93f3
Fixed
54e0bafc0653bdf2a6c5f5f8ad8787a820d98663
Fixed
035ec4a71cb8020a927c123bbe75c2f88d614986

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89619.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89619.json"