CVE-2026-72492
Last modified
CVE-2026-72492 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 use-after-free in same_client_has_lease() same_client_has_lease() returns an opinfo pointer from ci->m_op_list after dropping ci->m_lock without taking a reference. smb_grant_oplock() then dereferences that pointer in copy_lease() and when checking breaking_cnt. A concurrent close can remove the old lease from ci->m_op_list and drop the last reference before the caller uses the returned pointer, leading to a use-after-free. Take a reference when same_client_has_lease() selects an existing lease, drop any previous match while scanning, and release the returned reference in smb_grant_oplock() after copying the lease state.. EPSS estimates a 0.18% 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 same_client_has_lease() same_client_has_lease() returns an opinfo pointer from ci->m_op_list after dropping ci->m_lock without taking a reference. smb_grant_oplock() then dereferences that pointer in copy_lease() and when checking breaking_cnt. A concurrent close can remove the old lease from ci->m_op_list and drop the last reference before the caller uses the returned pointer, leading to a use-after-free. Take a reference when same_client_has_lease() selects an existing lease, drop any previous match while scanning, and release the returned reference in smb_grant_oplock() after copying the lease state.
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, < aaa3bb2bbf2ccbfea9e4e0b9dabf3afc60b50cd0; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 09634cd055d9bd8dd167995ea52bcd8028dd5dac; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 7c3264d273d524aa6adcce23c01087271f13586f; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 79c7c59bb519db6f5a2a151965e825ec725614cc; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 35d3d6ff2bc1e7aaecb15d5377ebbd6227acae0d; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 0ff82a9cf9312678d8bc4edeef0b6e82659ac12a; >= e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9, < 65b655f65c3ca1ab5d598d3832bb0ff531725858 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72492?
How severe is CVE-2026-72492?
How do I fix CVE-2026-72492?
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-72487In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-72488In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72489In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-7249The Location Weather plugin for WordPress is vulnerable to u…4.3
- CVE-2026-72490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72491In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72493In the Linux kernel, the following vulnerability has been re…9.9
- CVE-2026-72494In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72495In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72496In the Linux kernel, the following vulnerability has been re…9.2
- CVE-2026-72497In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72498In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72492?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
