Incorrect Implementation of Authentication Algorithm in Linux kernel - CVE-2026-64389
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote user to modify session key material.
The vulnerability exists due to improper authentication logic in ksmbd NTLMv2 authentication handling when processing SMB3 multichannel binding session setup requests with KEY_XCH. A remote user can send a binding session setup with a bad NT proof and KEY_XCH to modify session key material.
The issue occurs on an existing session because the failed authentication path does not expire binding sessions.