Description
Use after free in Windows Clipboard Server allows an authorized attacker to elevate privileges locally.
Published: 2026-07-14
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A use‑after‑free flaw in the Windows Clipboard Server allows an attacker who is already authenticated to a system to execute code with elevated privileges. The bug arises from a race condition that leaves a dangling pointer that an attacker can exploit to run arbitrary code in the context of the Clipboard Server, which runs as a system service. When successful, the attacker can gain local administrative rights, potentially installing malware, modifying system settings, or moving laterally within the environment.

Affected Systems

Affected products include Microsoft Windows 10 versions 1809, 21H2, 22H2; Microsoft Windows 11 versions 24H2, 25H2, 26H1; and Microsoft Windows Server editions 2019 (including Server Core), 2022, and 2025 (including Server Core). The Clipboard Server is a core component in all of these operating systems.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.8, indicating a high severity level, while the EPSS score is less than 1%, suggesting that real‑world exploitation is currently unlikely. It is not listed in the CISA KEV catalog. The flaw requires a local, authorized attacker with an active session; thus the attack vector is primarily insider or local. Nonetheless, given the potential to achieve administrative privileges, the threat remains significant and warrants rapid patching.

Generated by OpenCVE AI on July 31, 2026 at 07:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the Microsoft security update for CVE-2026-50689 on all affected Windows 10, Windows 11, and Windows Server 2019/2022/2025 systems to patch the Clipboard Server process
  • Reboot the system (or restart the Clipboard Handler service) after installing the update to ensure the corrected code is loaded and any compromised memory is cleared
  • Continuously monitor clipboard activity and enable relevant auditing to detect anomalous behavior or exploitation attempts until the system is confirmed stable following the patch

Generated by OpenCVE AI on July 31, 2026 at 07:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description Use after free in Windows Clipboard Server allows an authorized attacker to elevate privileges locally.
Title Windows Clipboard Server Elevation of Privilege Vulnerability
First Time appeared Microsoft
Microsoft windows 10 1809
Microsoft windows 10 21h2
Microsoft windows 10 22h2
Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1
Microsoft windows Server 2019
Microsoft windows Server 2022
Microsoft windows Server 2025
Weaknesses CWE-362
CWE-416
CPEs cpe:2.3:o:microsoft:windows_10_1809:*:*:*:*:*:*:x86:*
cpe:2.3:o:microsoft:windows_10_21H2:*:*:*:*:*:*:x86:*
cpe:2.3:o:microsoft:windows_10_22H2:*:*:*:*:*:*:x64:*
cpe:2.3:o:microsoft:windows_11_24H2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_25H2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_26H1:*:*:*:*:*:*:x64:*
cpe:2.3:o:microsoft:windows_server_2019:*:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows_server_2022:*:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows_server_2025:*:*:*:*:*:*:*:*
Vendors & Products Microsoft
Microsoft windows 10 1809
Microsoft windows 10 21h2
Microsoft windows 10 22h2
Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1
Microsoft windows Server 2019
Microsoft windows Server 2022
Microsoft windows Server 2025
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft Windows 10 1809 Windows 10 21h2 Windows 10 22h2 Windows 11 24h2 Windows 11 25h2 Windows 11 26h1 Windows Server 2019 Windows Server 2022 Windows Server 2025
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-08-03T22:56:43.776Z

Reserved: 2026-06-05T14:35:07.080Z

Link: CVE-2026-50689

cve-icon Vulnrichment

Updated: 2026-07-15T14:33:40.717Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T07:15:03Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-416

    Use After Free