PatchSiren cyber security CVE debrief
CVE-2026-72381 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's ksmbd module. The vulnerability occurs when two concurrent SMB2 durable reconnects race against the kfree() in ksmbd_reopen_durable_fd()'s reopen-success path, leading to a potential use-after-free of fp->owner.name in ksmbd_vfs_compare_durable_owner(). This issue arises from the lack of proper synchronization between the compare-read operation in ksmbd_vfs_compare_durable_owner() and the kfree() operation in ksmbd_reopen_durable_fd(). The vulnerability can lead to a denial-of-service (DoS) or potentially allow an attacker to execute arbitrary code. Linux kernel developers and maintainers should be aware of this issue and take steps to address it.
- 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, users of Linux systems with ksmbd enabled, and security teams responsible for monitoring and patching Linux systems should be aware of this vulnerability and take steps to address it. Affected systems may be vulnerable to denial-of-service (DoS) or code execution attacks if not properly patched. Linux distribution vendors should prioritize patching and updating their kernels to prevent exploitation of this vulnerability. Users of Linux systems with ksmbd enabled should ensure that their systems are patched and up-to-date to prevent potential attacks. Security teams should monitor system logs for potential exploitation attempts and review system configurations to ensure that ksmbd is properly secured. IT teams responsible for maintaining Linux systems should review and update their patch management processes to ensure timely application of security patches. Additionally, asset owners and operators using Linux systems with ksmbd enabled should verify that their systems are patched and take steps to detect potential exploitation attempts. Vulnerability management teams should prioritize this vulnerability and ensure that affected systems are patched or mitigated. Compensating controls, such as monitoring and detection, should be implemented for exposed systems while remediation is scheduled and verified. IT security teams should also review and update their incident response plans to address potential exploitation of this vulnerability. System administrators responsible for Linux systems should review system configurations and ensure that ksmbd is properly secured and monitored. Network security teams should monitor network traffic for potential exploitation attempts and implement additional security controls as needed. Linux kernel developers and maintainers should review the patch and ensure that it is properly integrated into their kernels. Linux distribution vendors should prioritize patching and updating their kernels to prevent exploitation of this vulnerability. Users of Linux systems with ksmbd enabled should ensure that their systems are patched and up-to-date to prevent potential attacks
Technical summary
The vulnerability occurs in the Linux kernel's ksmbd module, specifically in the ksmbd_vfs_compare_durable_owner() function. Two concurrent SMB2 durable reconnects can race against the kfree() in ksmbd_reopen_durable_fd()'s reopen-success path, leading to a potential use-after-free of fp->owner.name. This issue can be mitigated by applying the patch from the Linux kernel stable repository. The patch serializes access to fp->owner.name, preventing the use-after-free vulnerability.
Defensive priority
Medium
Recommended defensive actions
- Apply the patch from the Linux kernel stable repository
- Review and update Linux kernel configurations to ensure ksmbd is properly secured
- Monitor for potential exploitation attempts
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- 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
Evidence notes
The vulnerability was resolved by serializing both sides of the race with fp->f_lock. The global durable file-table lock still protects the durable reconnect claim, but fp->owner.name is per-open state and does not need to block unrelated durable table lookups or reconnects. Evidence is limited to the supplied source corpus and may not reflect all affected systems or potential attack vectors. Defenders should verify the patch has been applied and review system logs for potential exploitation attempts.
Official resources
-
CVE-2026-72381 CVE record
CVE.org
-
CVE-2026-72381 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:22:11.587Z and has not been modified since then.