IT

Tracker / CVE-2025-21923

CVE-2025-21923

High 7.8

In the Linux kernel, the following vulnerability has been resolved: HID: hid-steam: Fix use-after-free when detaching device When a hid-steam device is removed it must clean up the client_hdev used for intercepting hidraw access. This can lead to scheduling deferred work to reattach the input device. Though the cleanup cancels the deferred work, this was done before the client_hdev itself is cleaned up, so it gets rescheduled. This patch fixes the ordering to make sure the deferred work is properly canceled.

Affected products and versions

linux linux_kernel · 6.12.16 → 6.12.19
linux linux_kernel · 6.13.4 → 6.13.7
linux linux_kernel · 6.6.79 → 6.6.83

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References