Use-after-free in Linux kernel - CVE-2026-64016

 

Use-after-free in Linux kernel - CVE-2026-64016

Published: July 20, 2026


Vulnerability identifier: #VU138630
CSH Severity: Medium
CVSS v4: 7.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64016
CWE-ID: CWE-416
Exploitation vector: Remote access
Exploit availability: No public exploit available

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.


Affected software

Linux kernel

How to mitigate CVE-2026-64016

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins