CVE-2026-64396
Last modified
CVE-2026-64396 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILE_LOCK_DEFERRED path, ksmbd registers the asynchronous work into the connection's async_requests list via setup_async_work(). The cancel callback smb2_remove_blocked_lock() holds a reference to the flock. If the lock waiter is subsequently woken up but the work state is no longer KSMBD_WORK_ACTIVE (e.g., due to a concurrent cancellation), the cleanup path calls locks_free_lock(flock) without dequeuing the work from the async_requests list. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILE_LOCK_DEFERRED path, ksmbd registers the asynchronous work into the connection's async_requests list via setup_async_work(). The cancel callback smb2_remove_blocked_lock() holds a reference to the flock. If the lock waiter is subsequently woken up but the work state is no longer KSMBD_WORK_ACTIVE (e.g., due to a concurrent cancellation), the cleanup path calls locks_free_lock(flock) without dequeuing the work from the async_requests list. Concurrently, smb2_cancel() walks the list under conn->request_lock and invokes the cancel callback, which then dereferences the already freed 'flock'. This leads to a slab-use-after-free inside __wake_up_common. Fix this by restructuring the cleanup logic after the worker returns from ksmbd_vfs_posix_lock_wait(). Move list_del(&smb_lock->llist) and release_async_work(work) to the top of the cleanup block. This guarantees that the async work is completely dequeued and serialized under conn->request_lock before locks_free_lock(flock) is called, rendering the flock unreachable for any concurrent smb2_cancel().
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 367c42a611fe488b7b03f1f6737f4dee0e8b20a2; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 7703fd9aba1f2483c8e55f9ff73b7663e0761ed9; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 463bbd79698513af4dad50fe1c573825f297ca2e; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 5aa1cb01155f96824003baf7997cdf1f150caba3; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 5c75275c0fc9a2deb0d8f5604edcb16f288171c8; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < d20d1c8ba5765d1d12eefc0aee6385ab3f240e1e |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64396?
How severe is CVE-2026-64396?
How do I fix CVE-2026-64396?
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-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
- CVE-2026-64395In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64397In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64398In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64399In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6440The GoodMeet – Google Meet Integration for Webinar, Meeting …4.3
- CVE-2026-64400In the Linux kernel, the following vulnerability has been re…8.6
- CVE-2026-64401In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64396?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
