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

CVE-2025-68781: In the Linux kernel, the following vulnerability has been resolved: usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal The delayed…

PriorityP424medium6.4
EPSS
0.18%
7.9th percentile
In the Linux kernel, the following vulnerability has been resolved: usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal The delayed work item otg_event is initialized in fsl_otg_conf() and scheduled under two conditions: 1. When a host controller binds to the OTG controller. 2. When the USB ID pin state changes (cable insertion/removal). A race condition occurs when the device is removed via fsl_otg_remove(): the fsl_otg instance may be freed while the delayed work is still pending or executing. This leads to use-after-free when the work function fsl_otg_event() accesses the already freed memory. The problematic scenario: (detach thread) | (delayed work) fsl_otg_remove() | kfree(fsl_otg_dev) //FREE| fsl_otg_event() | og = container_of(...) //USE | og-> //USE Fix this by calling disable_delayed_work_sync() in fsl_otg_remove() before deallocating the fsl_otg structure. This ensures the delayed work is properly canceled and completes execution prior to memory deallocation. This bug was identified through static analysis.

Affected

27 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.162-1 (bookworm)linux 6.1.162-1 (bookworm)
debianlinux-6.1< linux 6.1.162-1 (bookworm)linux 6.1.162-1 (bookworm)
linuxlinux
linuxlinux>= 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 < 4476c73bbbb09b13a962176fca934b32d3954a2e4476c73bbbb09b13a962176fca934b32d3954a2e
linuxlinux>= 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 < 319f7a85b3c4e34ac2fe083eb146fe129a556317319f7a85b3c4e34ac2fe083eb146fe129a556317
linuxlinux>= 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 < 69f9a0701abc3d1f8225074c56c27e6c16a3722269f9a0701abc3d1f8225074c56c27e6c16a37222
linuxlinux>= 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 < 2e7c47e2eb3cfeadf78a1ccbac8492c60d508f232e7c47e2eb3cfeadf78a1ccbac8492c60d508f23
linuxlinux>= 0807c500a1a6d7fa20cbd7bbe7fea14a66112463 < 41ca62e3e21e48c2903b3b45e232cf4f2ff7434f41ca62e3e21e48c2903b3b45e232cf4f2ff7434f
linuxlinux_kernel>= 0 < 6.1.162-16.1.162-1
linuxlinux_kernel>= 0 < 6.12.69-16.12.69-1
linuxlinux_kernel>= 0 < 6.18.3-16.18.3-1
linuxlinux_kernel>= 3.0.0 < 6.1.1606.1.160
linuxlinux_kernel>= 6.13.0 < 6.18.36.18.3
linuxlinux_kernel>= 6.2.0 < 6.6.1206.6.120
linuxlinux_kernel>= 6.7.0 < 6.12.646.12.64
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
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.