CVE-2026-64389
Last modified
CVE-2026-64389 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbd_auth_ntlmv2() derives the NTLMv2 session key into sess->sess_key before it verifies the NTLMv2 response. ksmbd_decode_ntlmssp_auth_blob() then continues into KEY_XCH even when ksmbd_auth_ntlmv2() failed. With SMB3 multichannel binding, the failed authentication operates on an existing session and the session setup error path does not expire binding sessions. A client can send a binding session setup with a bad NT proof and KEY_XCH and still modify sess->sess_key before STATUS_LOGON_FAILURE is returned. Relevant path: smb2_sess_setup() -> conn->binding = true -> ntlm_authenticate() -> session_user() -> ksmbd_decode_ntlmssp_auth_blob() -> ksmbd_auth_ntlmv2() -> calc_ntlmv2_hash() -> hmac_md5_usingrawkey(..., sess->sess_key) -> crypto_memneq() returns mismatch -> KEY_XCH arc4_crypt(..., sess->sess_key, ...) -> out_err without expiring the binding session Derive the base session key into a local buffer and copy it to sess->sess_key only after the proof matches. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbd_auth_ntlmv2() derives the NTLMv2 session key into sess->sess_key before it verifies the NTLMv2 response. ksmbd_decode_ntlmssp_auth_blob() then continues into KEY_XCH even when ksmbd_auth_ntlmv2() failed. With SMB3 multichannel binding, the failed authentication operates on an existing session and the session setup error path does not expire binding sessions. A client can send a binding session setup with a bad NT proof and KEY_XCH and still modify sess->sess_key before STATUS_LOGON_FAILURE is returned. Relevant path: smb2_sess_setup() -> conn->binding = true -> ntlm_authenticate() -> session_user() -> ksmbd_decode_ntlmssp_auth_blob() -> ksmbd_auth_ntlmv2() -> calc_ntlmv2_hash() -> hmac_md5_usingrawkey(..., sess->sess_key) -> crypto_memneq() returns mismatch -> KEY_XCH arc4_crypt(..., sess->sess_key, ...) -> out_err without expiring the binding session Derive the base session key into a local buffer and copy it to sess->sess_key only after the proof matches. Return immediately on authentication failure so KEY_XCH is only processed after successful authentication.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < b56400364aed5c34d6e1a0b493081290a5328a9c; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 89ca7756d5566ba636bb9092cdbe57dab095e136; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 954d196bebb2b50151cb96454c72dc113b2af1ac |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64389?
How severe is CVE-2026-64389?
How do I fix CVE-2026-64389?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64383In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64385In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64386In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64387In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6439The VideoZen plugin for WordPress is vulnerable to Stored Cr…4.4
- CVE-2026-64390In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64391In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64392In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64393In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64394In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-64389?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
