In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open
ksmbd_lookup_fd_cguid() returns a ksmbd_file with its refcount incremented via ksmbd_fp_get(). parse_durable_handle_context() in the DURABLE_REQ_V2 case properly releases this reference on every path inside the ClientGUID-match branch, either by calling ksmbd_put_durable_fd() or by transferring ownership to dh_info->fp for a successful reconnect. However, when an entry exists in the global file table with the same CreateGuid but a different ClientGUID, the code simply falls through to the new-open path without dropping the reference obtained from ksmbd_lookup_fd_cguid().
Per MS-SMB2 section 3.3.5.9.10 ("Handling the SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 Create Context"), the server MUST locate an Open whose Open.CreateGuid matches the request's CreateGuid AND whose Open.ClientGuid matches the ClientGuid of the connection that received the request. If no such Open is found, the server MUST continue with the normal open execution phase. A CreateGuid hit with a ClientGUID mismatch is therefore the "Open not found" case: proceeding with a new open is correct, but the reference obtained purely as a side effect of the lookup must not be leaked.
Repeated requests that hit this mismatch pin global_ft entries, prevent __ksmbd_close_fd() from ever running for the corresponding files, and defeat the durable scavenger, leading to long-lived resource leaks.
Release the reference in the mismatch path and clear dh_info->fp so subsequent logic does not mistake a non-matching lookup result for a reconnect target.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jul 23, 2026 | Jul 23, 2026 |
| Ubuntu | — | Upgrade linux-image-raspi-realtime-7.0Upgrade linux-image-7.0.0-1009-awsUpgrade linux-image-7.0.0-28-realtime-64kUpgrade linux-image-7.0.0-1009-aws-64kUpgrade linux-image-ibmUpgrade linux-image-oem-24.04bUpgrade linux-image-realtimeUpgrade linux-image-7.0.0-28-generic-64kUpgrade linux-image-virtual-7.0Upgrade linux-image-7.0.0-1008-gcpUpgrade linux-image-virtualUpgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-gke-hwe-26.04Upgrade linux-image-aws-7.0Upgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-oracle-7.0Upgrade linux-image-gcp-7.0Upgrade linux-image-aws-64k-7.0Upgrade linux-image-awsUpgrade linux-image-7.0.0-1009-oemUpgrade linux-image-gkeUpgrade linux-image-oracle-64k-7.0Upgrade linux-image-7.0.0-1014-azureUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-7.0.0-28-realtimeUpgrade linux-image-azure-fde-7.0Upgrade linux-image-7.0.0-1010-azureUpgrade linux-image-7.0.0-1015-raspi-realtimeUpgrade linux-image-realtime-7.0Upgrade linux-image-7.0.0-1009-azure-fdeUpgrade linux-image-oracleUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-7.0.0-1003-gke-64kUpgrade linux-image-7.0.0-2016-nvidia-bos-64kUpgrade linux-image-7.0.0-1008-gcp-64kUpgrade linux-image-raspi-7.0Upgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-7.0.0-1008-oracle-64kUpgrade linux-image-7.0.0-28-genericUpgrade linux-image-nvidiaUpgrade linux-image-realtime-64k-7.0Upgrade linux-image-generic-7.0Upgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-ibm-7.0Upgrade linux-image-oem-7.0Upgrade linux-image-7.0.0-1010-ibmUpgrade linux-image-oracle-64kUpgrade linux-image-gcp-64kUpgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-azureUpgrade linux-image-oem-24.04aUpgrade linux-image-nvidia-bosUpgrade linux-image-oem-24.04cUpgrade linux-image-realtime-hwe-26.04Upgrade linux-image-oem-26.04Upgrade linux-image-genericUpgrade linux-image-oem-24.04dUpgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-7.0.0-1016-nvidia-64kUpgrade linux-image-7.0.0-1016-nvidiaUpgrade linux-image-7.0.0-1015-raspiUpgrade linux-image-7.0.0-1008-oracleUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-oem-26.04aUpgrade linux-image-realtime-64kUpgrade linux-image-aws-64kUpgrade linux-image-7.0.0-2016-nvidia-bosUpgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-generic-64k-7.0Upgrade linux-image-nvidia-64k-7.0Upgrade linux-image-nvidia-64kUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-generic-hwe-26.04Upgrade linux-image-gke-64kUpgrade linux-image-generic-64kUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-gke-64k-7.0Upgrade linux-image-raspiUpgrade linux-image-nvidia-7.0Upgrade linux-image-oem-24.04Upgrade linux-image-gke-7.0Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-gcpUpgrade linux-image-azure-fdeUpgrade linux-image-nvidia-bos-64kUpgrade linux-image-azure-7.0Upgrade linux-image-virtual-hwe-26.04Upgrade linux-image-raspi-realtimeUpgrade linux-image-7.0.0-1003-gke | Jul 20, 2026 | Jun 24, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub