PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72492 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's ksmbd implementation. The same_client_has_lease function returns an opinfo pointer from ci->m_op_list after dropping ci->m_lock without taking a reference. This can lead to a use-after-free when smb_grant_oplock dereferences the pointer in copy_lease and when checking breaking_cnt. The vulnerability was resolved in the Linux kernel. To verify, defenders should review the official advisory and assess their Linux kernel deployments for potential exposure. The source item is from the NVD modified API. Multiple source references are provided, including several Git commit hashes. Linux kernel developers should review and apply patches. The CVE record was published on 2026-08-15T06:22:23.533Z and has not been modified since then.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-15
Original CVE updated
2026-08-15
Advisory published
2026-08-15
Advisory updated
2026-08-15

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems, particularly those responsible for managing and securing Linux kernel deployments, should review and apply patches. Additionally, affected operator, platform, vulnerability-management, and security-team impact should be assessed.

Technical summary

The same_client_has_lease function in the Linux kernel's ksmbd implementation returns an opinfo pointer from ci->m_op_list after dropping ci->m_lock without taking a reference. This can lead to a use-after-free when smb_grant_oplock dereferences the pointer in copy_lease and when checking breaking_cnt. To fix this, 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. Affected Linux kernel developers should review and apply patches.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the provided patches to the Linux kernel
  • Monitor for any potential exploitation attempts
  • Consider implementing additional security controls to mitigate the risk of use-after-free vulnerabilities
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was resolved in the Linux kernel. The source item is from the NVD modified API. Multiple source references are provided, including several Git commit hashes. To verify, defenders should review the official advisory and assess their Linux kernel deployments for potential exposure.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:22:23.533Z and has not been modified since then.