CVE-2022-48866

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48866
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48866.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48866
Downstream
Related
Published
2024-07-16T13:15:13Z
Modified
2025-08-09T20:01:26Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts

Syzbot reported an slab-out-of-bounds Read in thrustmaster_probe() bug. The root case is in missing validation check of actual number of endpoints.

Code should not blindly access usbhostinterface::endpoint array, since it may contain less endpoints than code expects.

Fix it by adding missing validaion check and print an error if number of endpoints do not match expected number

References

Affected packages