Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-64112
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a time-of-check time-of-use race condition in the rbd lock_dwork handling in drivers/block/rbd.c when unmapping an image while exclusive lock work is being queued. A local user can trigger image unmap operations during concurrent I/O activity to cause a denial of service.
The issue can result in lock acquisition work executing after device and image release operations have freed or reset internal state.