Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48866
HistoryJul 16, 2024 - 12:25 p.m.

CVE-2022-48866 HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts

2024-07-1612:25:28
Linux
github.com
1
linux kernel
hid
oob read

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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 usb_host_interface::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

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial