Bug 2298640 (CVE-2022-48866) - CVE-2022-48866 kernel: HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
Summary: CVE-2022-48866 kernel: HID: hid-thrustmaster: fix OOB read in thrustmaster_in...
Keywords:
Status: NEW
Alias: CVE-2022-48866
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-18 09:10 UTC by OSIDB Bzimport
Modified: 2025-02-03 22:12 UTC (History)
4 users (show)

Fixed In Version: kernel 5.15.29, kernel 5.16.15, kernel 5.17
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:7043 0 None None None 2024-09-24 09:43:15 UTC
Red Hat Product Errata RHBA-2024:7198 0 None None None 2024-09-26 09:48:57 UTC
Red Hat Product Errata RHBA-2024:7236 0 None None None 2024-09-26 14:33:28 UTC
Red Hat Product Errata RHBA-2024:7637 0 None None None 2024-10-03 14:46:04 UTC
Red Hat Product Errata RHBA-2024:8227 0 None None None 2024-10-17 06:46:07 UTC
Red Hat Product Errata RHSA-2024:7000 0 None None None 2024-09-24 02:34:48 UTC
Red Hat Product Errata RHSA-2024:7001 0 None None None 2024-09-24 00:39:30 UTC

Description OSIDB Bzimport 2024-07-18 09:10:33 UTC
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

Comment 9 errata-xmlrpc 2024-09-24 00:39:28 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7001 https://access.redhat.com/errata/RHSA-2024:7001

Comment 10 errata-xmlrpc 2024-09-24 02:34:47 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7000 https://access.redhat.com/errata/RHSA-2024:7000


Note You need to log in before you can comment on or make changes to this bug.