PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93189 Linux CVE debrief

A use-after-free vulnerability in the Linux kernel's HID core allows for potential crashes or code execution when handling HID reports after a driver has freed the struct hidraw object. This issue arises from a class-wide API misuse where drivers fail to quiesce input before calling hid_hw_stop(). The vulnerability can lead to system instability or potential code execution if exploited. Linux kernel developers, maintainers, and system administrators should assess exposure and prioritize patching or applying compensating controls for affected systems.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, system administrators responsible for Linux kernel updates, security teams monitoring Linux kernel vulnerabilities

Why it matters

This use-after-free vulnerability in the Linux kernel's HID core requires attention from Linux kernel developers, maintainers, and system administrators. It can lead to potential system crashes or code execution when handling HID reports after a driver has freed the struct hidraw object. The fix centralizes quiesce in hid_hw_stop() to prevent use-after-free, and affected systems need to be patched or have compensating controls applied.

  • Potential system crashes or code execution due to use-after-free when handling HID reports.
  • Need to verify Linux kernel versions and HID driver usage to identify exposure.
  • Prioritize patching or applying compensating controls for affected systems.
  • Remediation requires updating Linux kernel versions with the centralized quiesce fix.

Technical summary

The Linux kernel's HID core has a use-after-free vulnerability due to a class-wide API misuse. Drivers that call hid_device_io_start() without a matching hid_device_io_stop() before hid_hw_stop() are exposed. The fix centralizes quiesce in hid_hw_stop() to prevent use-after-free. This change ensures that HID reports are properly quiesced before the struct hidraw object is freed, preventing potential crashes or code execution. Affected systems need to be patched or have compensating controls applied to mitigate the vulnerability.

Defensive priority

High

Recommended defensive actions

  • Assess exposure for Linux kernel deployments using HID drivers, particularly those that call hid_device_io_start() without a matching hid_device_io_stop() before hid_hw_stop().
  • Verify if Linux kernel versions in use have applied the centralized quiesce fix in hid_hw_stop().
  • Inventory Linux kernel versions and HID driver usage to identify potentially affected systems.
  • Prioritize patching or applying compensating controls for affected Linux kernel versions.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The Linux kernel's HID core has a use-after-free vulnerability. A driver's probe enables input delivery via hid_device_io_start(), then fails and unwinds via hid_hw_stop(), which frees struct hidraw via hidraw_disconnect(). In-flight HID reports may still run on another CPU, causing a use-after-free through hidraw_report_event().

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93189 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-93189

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-93189 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93189

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/02246d8b462fd9bd90bc7ae7d6cab1acf69bcb87

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0744cb9520aade37e78f69134f3111086158f1d2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0fecd89f979a8653b9a5b0816570329b7a94a081

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/544ebb25bd58f67e821573412ab7a982b9e02211

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6787f1828f5616f17250e108c0031fb96fd2cfe6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/92cca302a4eaf65d1b38b3fb600b4ee5eb856a51

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a4bc41504690b7d7064931909874f5b98cd148b6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c876c437d188911685d8bed645416f2e86bd0354

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.