LiveActive security incident?Get immediate response
CVE Record

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

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

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's Takeunknown

Analyst readout for executives and security teams

Plain-English summary

CVE-2022-48866 is a Linux kernel HID driver flaw in Thrustmaster device handling. The driver could read past available USB endpoint data because it did not verify the actual endpoint count. Public sources show a kernel fix, but provide no CVSS score or confirmed active exploitation.

Executive priority

Treat this as a kernel maintenance issue with higher urgency for workstations, labs, kiosks, or industrial systems exposed to untrusted USB devices. There is no cited evidence of active exploitation, but kernel memory-safety bugs should be cleared through normal patch governance.

Technical view

The issue is an out-of-bounds read in the Linux kernel hid-thrustmaster path, reported by syzbot. The root cause is missing validation before accessing usb_host_interface::endpoint. Stable kernel commits add endpoint-count validation and return an error when the expected endpoint layout is not present.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel builds with the hid-thrustmaster driver reachable through USB HID device handling. The source bundle lists Linux kernel versions including 5.13, 5.15.29, 5.16.15, and 5.17 as affected, but does not provide distribution-specific package status.

Exploitation context

The sources do not report active exploitation, and the CVE is not marked KEV. Evidence points to a malformed or unexpected USB HID interface causing an out-of-bounds read during driver probing or interrupt setup. Practical exploitability and security impact are not fully described in the provided sources.

Researcher notes

The strongest evidence is the kernel commit description: syzbot found a slab out-of-bounds read, caused by trusting endpoint array length. The provided data lacks CVSS, CWE, exploitability analysis, and distro package mapping, so impact should be validated against the exact kernel branch in use.

Mitigation direction

  • Update to a Linux kernel build containing the referenced stable fixes.
  • Check your Linux distribution advisory for exact fixed package versions.
  • Limit exposure to untrusted USB HID devices where operationally feasible.
  • Prioritize systems that allow physical or peripheral device access.

Validation and detection

  • Inventory Linux hosts and kernel versions against vendor advisories.
  • Check whether hid-thrustmaster is present, built, or loadable on relevant systems.
  • Confirm installed kernel includes one of the referenced stable fixes.
  • Review endpoint-validation changes in downstream kernel patches if using custom kernels.
Prepared
Confidence
medium
Sources
5

Based on public source material and reviewed before publication.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2022-48866 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxc49c33637802a2c6957a78119eb8be3b055dd9e9, c49c33637802a2c6957a78119eb8be3b055dd9e9, c49c33637802a2c6957a78119eb8be3b055dd9e9unaffected
LinuxLinux5.13, 0, 5.15.29, 5.16.15, 5.17affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.