CVE-2026-89788
Last modified
CVE-2026-89788 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix tree connection use-after-free in smb2_tree_connect() ksmbd_tree_conn_connect() publishes a new tree connection in sess->tree_conns with a single reference and returns its pointer to smb2_tree_connect(). The handler continues to initialize the object and build the response after publication. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix tree connection use-after-free in smb2_tree_connect() ksmbd_tree_conn_connect() publishes a new tree connection in sess->tree_conns with a single reference and returns its pointer to smb2_tree_connect(). The handler continues to initialize the object and build the response after publication. A concurrent session logoff can erase the connection and drop that reference, freeing the object while the handler still uses it. BUG: KASAN: slab-use-after-free in smb2_tree_connect+0xe3d/0xf90 smb2_tree_connect (fs/smb/server/smb2pdu.c:2872) handle_ksmbd_work process_one_work worker_thread kthread After xa_store() succeeds, take a second reference before releasing tree_conns_lock. The original reference belongs to the xarray entry and the second belongs to the creating smb2_tree_connect() handler. Keep the references balanced in every path: - On normal exit or an error after publication, smb2_tree_connect() drops its creator reference. Error cleanup also calls ksmbd_tree_conn_disconnect(), which drops the xarray reference only if it removes the exact entry. - SMB2 TREE_DISCONNECT uses the same helper to remove the entry and drop its xarray reference. The request's existing lookup reference remains owned by the request and is released by the existing cleanup. - Session LOGOFF removes each entry and drops its xarray reference. If it wins the race, later cleanup sees that the entry is gone and does not drop that reference again. To enforce this ownership, claim the disconnected state and erase the exact entry atomically under tree_conns_lock. This guarantees one drop for the xarray reference and one drop by each in-flight user, regardless of which teardown path wins. If logoff removes the entry before initialization completes, fail the connect instead of marking the detached object TREE_CONNECTED.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 33b235a6e6ebe0f05f3586a71e8d281d00f71e2e, < 4e30fbd26e84efa2e5cbec4eb11e126ac0c79313; >= 33b235a6e6ebe0f05f3586a71e8d281d00f71e2e, < b5ec6c462aab1062cf5d1e667ba7c6442f737055; dd45db4d9bbc8f122a9b4db5ce94ae29fcf03d3c; 7b58ee8d0b91359554cf219cd4f33872ea2afd66; >= 5.15.145, < 5.16; >= 6.1.71, < 6.2 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89788?
How severe is CVE-2026-89788?
How do I fix CVE-2026-89788?
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-89782In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89783In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89786In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89789In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8979The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89791In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89792In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89793In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89788?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
