Severity by source
AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Local, authenticated low-priv attacker (AV:L/PR:L) exploiting a timing-dependent race (AC:H) with no user interaction to gain privileges yielding full C/I/A impact.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Clip Service allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in the Windows Clip Service (clipboard/cloud clipboard component, cbdhsvc) affects a broad range of Windows 10, Windows 11, and Windows Server 2019-2025 builds, where a race condition in concurrent access to a shared resource lets an already-authenticated local attacker win a timing window to gain higher privileges. Reported by Microsoft with a patch available; there is no public exploit identified at time of analysis and it is not listed in CISA KEV. Note a source conflict: the description and CWE describe privilege elevation with high confidentiality/integrity/availability impact, while the intelligence tags label it 'Information Disclosure' - treat the primary impact as local EoP per the CVSS vector.
Technical ContextAI
The affected component is the Windows Clip Service (cbdhsvc), the service backing clipboard history and cloud clipboard synchronization on modern Windows. The root cause is CWE-362, concurrent execution using a shared resource with improper synchronization (a race condition): two or more threads/processes access shared state without adequate locking, so an attacker who can interleave operations at the right moment can manipulate that state during the unsynchronized window. Because the Clip Service runs with elevated system privileges while exposing functionality to lower-privileged user sessions, winning the race can allow a low-privileged process to influence a privileged operation and escalate. The CPE data confirms the affected surface is the OS-bundled service across Windows 10 (1809, 21H2, 22H2), Windows 11 (24H2, 25H2, 26H1), and Windows Server 2019, 2022, and 2025 including Server Core installations.
RemediationAI
Apply the Microsoft security update for CVE-2026-50384; a patch is available from the vendor and the exact patched build numbers for each affected OS are listed in the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50384 (the input does not provide a single fix version, so consult the advisory for the KB/build matching your specific Windows release). Prioritize multi-user and shared systems such as Remote Desktop Session Hosts. As a compensating control where patching must be delayed, you can disable clipboard history and cloud clipboard (Settings > System > Clipboard, or via the 'Allow Clipboard History' / 'Allow Clipboard synchronization across devices' Group Policies), which reduces exposure of the Clip Service functionality - the trade-off is loss of clipboard-history and cross-device clipboard features for users. Because this is a local EoP requiring an existing account, also enforce least privilege and restrict who can run code on affected hosts to limit the pool of potential attackers.
More in Windows Server 2019
View allWindows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged fi
Windows MSDT (Microsoft Support Diagnostic Tool) allows remote code execution when called via the ms-msdt URL protocol f
Windows Win32k contains an out-of-bounds write vulnerability enabling local privilege escalation to SYSTEM, exploited by
Windows Print Spooler Remote Code Execution Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is no auth
Windows Search Remote Code Execution Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely explo
Internet Shortcut Files Security Feature Bypass Vulnerability. Rated high severity (CVSS 8.1), this vulnerability is rem
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
Active Directory Domain Services Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.5), this vulnerabilit
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Same weakness CWE-362 – Race Condition
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43841
GHSA-85p7-8497-7788