CVE-2025-21923

Severity CVSS v4.0:
Pending analysis
Type:
CWE-416 Use After Free
Publication date:
01/04/2025
Last modified:
16/04/2025

Description

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

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6.79 (including) 6.6.83 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.12.16 (including) 6.12.19 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13.4 (including) 6.13.7 (excluding)