Use-after-free in Linux kernel - CVE-2026-74639
Published: August 24, 2026
Vulnerability details
The vulnerability allows a local user to execute arbitrary code or cause a denial of service.
The vulnerability exists due to a use-after-free in capture_urb_complete() and the capture URB anchoring logic when resubmitting capture URBs from their completion handler. A local user can trigger capture URB resubmission and subsequent device disconnect, suspend, or stop-work handling to execute arbitrary code or cause a denial of service.
The issue occurs because resubmitted URBs are no longer tracked by the anchor, allowing queued URBs to complete after the transfer buffers and driver object have been freed.