U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2022-48866

Change History

New CVE Received by NIST 7/16/2024 9:15:13 AM

Action Type Old Value New Value
Added Description

								
							
							
						
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
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/3ffbe85cda7f523dad896bae08cecd8db8b555ab [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/56185434e1e50acecee56d8f5850135009b87947 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/fc3ef2e3297b3c0e2006b5d7b3d66965e3392036 [No types assigned]