CVE-2026-64141
Last modified
CVE-2026-64141 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in compare_guid_key() session_fd_check() walks the per-inode m_op_list during durable-handle session teardown and sets op->conn = NULL for every opinfo whose conn matched the closing session's connection. The matching opinfo, however, stays linked in its per-ClientGuid lease_table_list entry's lb->lease_list because destroy_lease_table() only runs on full TCP-connection teardown, not on SESSION_LOGOFF. If the same TCP connection then negotiates a fresh session with the same ClientGuid (ClientGuid is bound to NEGOTIATE, not the session, and is unchanged across LOGOFF + SETUP) and issues a SMB2 CREATE with a lease context on a different inode, find_same_lease_key() walks lb->lease_list, reaches the stale opinfo, and calls compare_guid_key(), which unconditionally dereferences opinfo->conn->ClientGUID. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in compare_guid_key() session_fd_check() walks the per-inode m_op_list during durable-handle session teardown and sets op->conn = NULL for every opinfo whose conn matched the closing session's connection. The matching opinfo, however, stays linked in its per-ClientGuid lease_table_list entry's lb->lease_list because destroy_lease_table() only runs on full TCP-connection teardown, not on SESSION_LOGOFF. If the same TCP connection then negotiates a fresh session with the same ClientGuid (ClientGuid is bound to NEGOTIATE, not the session, and is unchanged across LOGOFF + SETUP) and issues a SMB2 CREATE with a lease context on a different inode, find_same_lease_key() walks lb->lease_list, reaches the stale opinfo, and calls compare_guid_key(), which unconditionally dereferences opinfo->conn->ClientGUID. The conn pointer is NULL and the kernel panics. Reproducer requires only a successful SMB2 SESSION_SETUP and a share configured with 'durable handles = yes'. KASAN report on mainline 70390501d194: general protection fault, probably for non-canonical address 0xdffffc0000000069: 0000 [#1] SMP KASAN PTI KASAN: null-ptr-deref in range [0x0000000000000348-0x000000000000034f] Workqueue: ksmbd-io handle_ksmbd_work RIP: 0010:bcmp+0x5b/0x230 Call Trace: compare_guid_key+0x4b/0xd0 find_same_lease_key+0x324/0x690 smb2_open+0x6aea/0x8e60 handle_ksmbd_work+0x796/0xee0 ... Faulting address 0x348 is the offset of ClientGUID within struct ksmbd_conn, confirming opinfo->conn was NULL. Read opinfo->conn once and bail out if it has been cleared by a concurrent session_fd_check(). A half-detached opinfo cannot be the owner of an active lease, so returning 0 is the correct match result.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8df4bcdb0a4232192b2445256c39b787d58ef14d, < e43cb36d4d7827710cfcd48e95e29a507f0d87be; >= c8efcc786146a951091588e5fa7e3c754850cb3c, < 0836081b394ca074d1b910f2b990ff7b4b4404c7; >= c8efcc786146a951091588e5fa7e3c754850cb3c, < cd5c1b75d2f454f625d7dc55bd3ae21d0855f6ad; >= c8efcc786146a951091588e5fa7e3c754850cb3c, < af86896ca3239e25a6bd7d352213371265073d38; >= c8efcc786146a951091588e5fa7e3c754850cb3c, < 4b83cbc4c15f09b000cc06f033f64b0824b6dc87; >= 6.6.32, < 6.6.142 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64141?
How severe is CVE-2026-64141?
How do I fix CVE-2026-64141?
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-64136In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64137In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64138In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6414@fastify/static versions 8.0.0 through 9.1.0 decode percent-…5.9
- CVE-2026-64140In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64142In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64147In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64141?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
