CVE-2022-48866
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
16/07/2024
Last modified:
23/07/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts<br />
<br />
Syzbot reported an slab-out-of-bounds Read in thrustmaster_probe() bug.<br />
The root case is in missing validation check of actual number of endpoints.<br />
<br />
Code should not blindly access usb_host_interface::endpoint array, since<br />
it may contain less endpoints than code expects.<br />
<br />
Fix it by adding missing validaion check and print an error if<br />
number of endpoints do not match expected number
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.13 (including) | 5.15.29 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.16.15 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



