cve/2025/CVE-2025-21923.md
2025-09-29 21:09:30 +02:00

1.6 KiB

CVE-2025-21923

Description

In the Linux kernel, the following vulnerability has been resolved:HID: hid-steam: Fix use-after-free when detaching deviceWhen a hid-steam device is removed it must clean up the client_hdev used forintercepting hidraw access. This can lead to scheduling deferred work toreattach the input device. Though the cleanup cancels the deferred work, thiswas 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 properlycanceled.

POC

Reference

No PoCs from references.

Github