Race condition in Linux kernel - CVE-2026-63874
Published: July 20, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a race condition in the mctp-usb driver when stopping the network device while rx retry work and urb completion are handled concurrently. A local user can trigger concurrent stop and retry activity to cause a denial of service.
The issue can leave a receive urb queued and its completion can reschedule retry work after device shutdown.