cbcvebase.
CVE-2025-68822
published 2026-01-13

CVE-2025-68822: In the Linux kernel, the following vulnerability has been resolved: Input: alps - fix use-after-free bugs caused by dev3_register_work The dev3_register_work…

PriorityP339high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.12%
2.5th percentile
In the Linux kernel, the following vulnerability has been resolved: Input: alps - fix use-after-free bugs caused by dev3_register_work The dev3_register_work delayed work item is initialized within alps_reconnect() and scheduled upon receipt of the first bare PS/2 packet from an external PS/2 device connected to the ALPS touchpad. During device detachment, the original implementation calls flush_workqueue() in psmouse_disconnect() to ensure completion of dev3_register_work. However, the flush_workqueue() in psmouse_disconnect() only blocks and waits for work items that were already queued to the workqueue prior to its invocation. Any work items submitted after flush_workqueue() is called are not included in the set of tasks that the flush operation awaits. This means that after flush_workqueue() has finished executing, the dev3_register_work could still be scheduled. Although the psmouse state is set to PSMOUSE_CMD_MODE in psmouse_disconnect(), the scheduling of dev3_register_work remains unaffected. The race condition can occur as follows: CPU 0 (cleanup path) | CPU 1 (delayed work) psmouse_disconnect() | psmouse_set_state() | flush_workqueue() | alps_report_bare_ps2_packet() alps_disconnect() | psmouse_queue_work() kfree(priv); // FREE | alps_register_bare_ps2_mouse() | priv = container_of(work...); // USE | priv->dev3 // USE Add disable_delayed_work_sync() in alps_disconnect() to ensure that dev3_register_work is properly canceled and prevented from executing after the alps_data structure has been deallocated. This bug is identified by static analysis.

Affected

21 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.18.3-1 (forky)linux 6.18.3-1 (forky)
linuxlinux
linuxlinux>= 04aae283ba6a8cd4851d937bf9c6d6ef0361d794 < ed8c61b89be0c45f029228b2913d5cf7b5cda1a7ed8c61b89be0c45f029228b2913d5cf7b5cda1a7
linuxlinux>= 04aae283ba6a8cd4851d937bf9c6d6ef0361d794 < a9c115e017b2c633d25bdfe6709dda6fc36f08c2a9c115e017b2c633d25bdfe6709dda6fc36f08c2
linuxlinux>= 04aae283ba6a8cd4851d937bf9c6d6ef0361d794 < bf40644ef8c8a288742fa45580897ed0e0289474bf40644ef8c8a288742fa45580897ed0e0289474
linuxlinux_kernel>= 0 < 6.12.69-16.12.69-1
linuxlinux_kernel>= 0 < 6.18.3-16.18.3-1
linuxlinux_kernel>= 4.0.0 < 6.12.646.12.64
linuxlinux_kernel>= 6.13.0 < 6.18.36.18.3
ubuntulinux-aws
ubuntulinux-aws-6.17
ubuntulinux-azure
ubuntulinux-azure-6.17
ubuntulinux-gcp
ubuntulinux-gcp-6.17
ubuntulinux-hwe-6.17
ubuntulinux-oem-6.17
ubuntulinux-oracle
ubuntulinux-oracle-6.17
ubuntulinux-raspi
ubuntulinux-realtime-6.17

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_ubuntu6.4MEDIUM
vendor_redhat5.5LOW
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.