CVE-2025-68822
Summary (CVE-2025-68822) The Linux kernel ALPS touchpad driver suffers a use-after-free due to a race between a delayed work item (dev3_register_work) and cleanup during PS/2 detachment. The delayed work queued by alps_reconnect() can still run after psmouse_disconnect() calls flush_workqueue(), ...