Impact
The bug is a use‑after‑free in the Linux kernel USB gadget driver f_tcm. A delayed work item configured for endpoint setup may execute after the gadget has been torn down. When that work accesses freed private state it corrupts kernel memory and can trigger a kernel panic or other stability issues. The flaw is limited to kernel space; no confirmed exploit exists.
Affected Systems
All Linux kernel builds that contain the f_tcm USB gadget driver and have not yet incorporated the synchronization and cancellation changes described in the patch. This includes every distribution kernel prior to the commit that ensures teardown and delayed work are coordinated.
Risk and Exploitability
The CVSS score of 4.1 indicates a low impact. The EPSS score is <1%, showing a very low likelihood of exploitation. The vulnerability is not in the CISA KEV catalog. Exploitation would require a race condition between a local attacker who can drive the USB gadget interface and the kernel's disconnect or teardown logic, which is difficult to trigger. While the risk is limited, early remediation is advised.
OpenCVE Enrichment
Debian DSA