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 10 Version 1809
View allRemote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Local privilege escalation in Microsoft Active Directory Federation Services (AD FS) lets an already-authenticated low-p
Windows Shell protection mechanism failure (CVE-2026-32202) allows remote attackers to perform spoofing attacks over a n
Local privilege escalation in the Microsoft Windows Kernel allows an unauthorized attacker to gain elevated (SYSTEM-leve
Local privilege escalation in the Windows Kernel lets an already-authenticated attacker corrupt kernel memory via a use-
Local code execution in the Windows DHCP Client service stems from a use-after-free (CWE-416) memory-corruption flaw aff
Remote code execution in the Microsoft Windows DHCP Server role allows an unauthenticated network attacker to run arbitr
Local code execution in the Windows Media component of supported Windows 10, Windows 11, and Windows Server (2016 throug
Local privilege escalation via heap-based buffer overflow in the Windows Message Queuing (MSMQ) Queue Manager component
Local privilege escalation in Microsoft Windows Win32K lets an authenticated low-privileged user corrupt kernel heap mem
Local privilege escalation in the Windows NTFS file system driver lets an authenticated low-privileged user win a race c
Elevation of privilege in the Windows Hyper-V virtual network switch (VMSwitch) lets an authenticated attacker operating
Same weakness CWE-362 – Race Condition
View allSame technique Race Condition
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43841
GHSA-85p7-8497-7788