Memory leak in Linux kernel - CVE-2026-53394
Published: July 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a memory leak in find_or_alloc_open_stateowner() in the NFSv4 server state handling code when processing concurrent NFSv4.0 OPEN operations with the same owner string during an unconfirmed retry race. A remote attacker can trigger repeated racing OPEN requests to cause a denial of service.
The issue requires a narrow but repeatable race condition involving two NFSv4.0 OPEN threads and a concurrent insertion of a new unconfirmed owner between retry iterations.