CVE-2026-80926
Last modified
CVE-2026-80926 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 use-after-free in oplock break notification smb2_oplock_break_noti() reads opinfo->conn without any lock and dereferences it after two allocations which may sleep. When the durable handle owning the oplock is disconnected, session_fd_check() clears opinfo->conn and drops its conn reference under ci->m_lock, and the last ksmbd_conn_put() frees the connection. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in oplock break notification smb2_oplock_break_noti() reads opinfo->conn without any lock and dereferences it after two allocations which may sleep. When the durable handle owning the oplock is disconnected, session_fd_check() clears opinfo->conn and drops its conn reference under ci->m_lock, and the last ksmbd_conn_put() frees the connection. A break triggered by another connection that races with the teardown can then resurrect the freed connection: ksmbd_conn_get() is a plain atomic_inc, and the queued break work later dereferences the stale conn via ksmbd_conn_write(), a use-after-free reachable by any authenticated client holding a durable batch oplock. Thread the caller's inode into the notification path instead of taking a new reference on it. Every caller of oplock_break() already holds a live ksmbd_file (or an explicit ksmbd_inode_lookup_lock() reference, in the parent lease break paths) on the inode that owns the break target's oplock list, so ci cannot be freed during the call, and its lock can be taken without dereferencing opinfo->o_fp, which a concurrent close may free. Select and pin the connection under ci->m_lock, the same lock session_fd_check() and ksmbd_reopen_durable_fd() use to update opinfo->conn, so a concurrent detach either loses the race to the clear or keeps the connection alive until the notification work releases it. Transfer the reference to the work item and release it on allocation failures.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e735dbd489e3ea02be78dba991056fe1138be51e, < c8279ae8df68cce9cd3b785e85f7a86c80a46e78; >= b003086d76968298f22e7cf62239833b5a3a06b1, < 8cc98db4fc590e6c7d9db6529320982ee16c5d1d; >= b003086d76968298f22e7cf62239833b5a3a06b1, < 0e753899627b5e28a9fea8bca98262a6f65a2452; 945a86b21b40fb17183f5b27461baa6f03e2467f; 1ff58dcfcab434ebb51649da33774fbb8e1f7b67; 75e33deda658c1ab3a9336cbdb1436536f9b3660; >= 6.18.36, < 6.18.51; >= 6.6.143, < 6.7; >= 6.12.94, < 6.13; >= 7.0.13, < 7.1 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80926?
How severe is CVE-2026-80926?
How do I fix CVE-2026-80926?
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-80920In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80921In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80922In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80923In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80924In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80927In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80928In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80929In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8093Memory safety bugs present in Firefox 150.0.1. Some of these…8.1
- CVE-2026-80930In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80931In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80926?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
