First published: Tue Jul 16 2024(Updated: )
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
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.15.29 | 5.15.29 |
redhat/kernel | <5.16.15 | 5.16.15 |
redhat/kernel | <5.17 | 5.17 |
Linux Kernel | >=5.13<5.15.29 | |
Linux Kernel | >=5.16<5.16.15 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-48866 is classified as moderate due to the potential for an out-of-bounds read affecting kernel memory.
To fix CVE-2022-48866, upgrade your Linux kernel to version 5.15.29, 5.16.15, or 5.17 or later.
CVE-2022-48866 affects Linux kernel versions between 5.13 and 5.15.29, and includes specific versions 5.16.15 and 5.17.
CVE-2022-48866 is an out-of-bounds read vulnerability in the Linux kernel's HID subsystem.
The issue for CVE-2022-48866 was reported by Syzbot, which is a tool designed to detect kernel vulnerabilities.