Use-after-free in Linux kernel - CVE-2026-64016
Published: July 20, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to a use-after-free in ksmbd durable reconnect handling in smb2_open() when processing a durable reconnect followed by a later error path. A remote user can trigger a durable reconnect sequence that republishes a file object and then reaches the error path to cause a denial of service.
The issue occurs when the same file object is referenced by both fp and dh_info.fp, allowing the object to be freed while its volatile-id entry remains published in the session table.