Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-50335

CVE-2026-50335: Windows 10 1809 Privilege Escalation Flaw

CVE-2026-50335 is a privilege escalation vulnerability in Microsoft Windows 10 1809 caused by improper access control. Attackers can exploit this to gain elevated privileges locally. This article covers technical details, affected versions, impact, and mitigation strategies.

Published:

CVE-2026-50335 Overview

CVE-2026-50335 is an improper access control vulnerability [CWE-284] affecting multiple versions of Microsoft Windows and Windows Server. An authorized local attacker can abuse the flaw to elevate privileges on the affected host. Microsoft published the advisory through the Microsoft Security Response Center (MSRC) and rated the issue as high severity. Successful exploitation grants the attacker higher privileges than initially assigned, enabling further compromise of the operating system.

Critical Impact

A local, authenticated attacker can elevate privileges on affected Windows client and server systems, gaining high impact on confidentiality, integrity, and availability.

Affected Products

  • Microsoft Windows 10 (1809, 21H2, 22H2) across x86, x64, and ARM64 architectures
  • Microsoft Windows 11 (24H2, 25H2, 26H1) across x64 and ARM64 architectures
  • Microsoft Windows Server 2019, Windows Server 2022, and Windows Server 2025

Discovery Timeline

  • 2026-07-14 - CVE-2026-50335 published to the National Vulnerability Database (NVD)
  • 2026-07-20 - Last updated in the NVD database

Technical Details for CVE-2026-50335

Vulnerability Analysis

CVE-2026-50335 stems from improper access control within Windows operating systems. The affected component fails to correctly enforce authorization checks on a privileged operation available to standard local users. An authenticated attacker who can execute code on the target host can invoke the vulnerable interface and gain elevated privileges. Because the flaw impacts both client and server SKUs, exploitation is relevant to workstations, domain-joined endpoints, and Windows Server workloads including Active Directory Domain Controllers and Remote Desktop hosts.

Exploitation requires no user interaction and completes locally without traversing the network. The Common Weakness Enumeration mapping [CWE-284] identifies the defect as an access control weakness rather than a memory corruption issue, which typically indicates a missing permission check, a mishandled security descriptor, or a token validation error.

Root Cause

Microsoft attributes the root cause to improper access control within a Windows component shipped across supported client and server releases. The vulnerable code path grants a low-privileged caller the ability to perform an operation reserved for higher-integrity contexts. Refer to the Microsoft CVE-2026-50335 Advisory for component-specific details.

Attack Vector

The attack vector is local. An attacker must first have valid credentials and the ability to run code on the target system, for example through an interactive logon, RDP session, or a foothold established by a preceding remote vector. After executing the elevation primitive, the attacker can obtain SYSTEM-level privileges, disable security controls, install persistence mechanisms, or pivot to sensitive workloads. The Exploit Prediction Scoring System (EPSS) currently reports a low near-term exploitation probability, though local privilege escalation flaws in Windows are routinely incorporated into post-exploitation toolkits.

No verified proof-of-concept code is publicly available at the time of writing.

Detection Methods for CVE-2026-50335

Indicators of Compromise

  • Unexpected creation of processes running as NT AUTHORITY\SYSTEM spawned from standard user sessions
  • New services, scheduled tasks, or driver installations initiated shortly after a low-privileged logon
  • Anomalous access to protected registry hives such as HKLM\SECURITY or HKLM\SAM by non-administrative accounts

Detection Strategies

  • Correlate Windows Security Event ID 4672 (special privileges assigned) with the originating parent process to identify unexpected privilege assignments
  • Hunt for token manipulation patterns, such as processes calling SeImpersonatePrivilege or SeAssignPrimaryTokenPrivilege outside of expected service accounts
  • Alert on integrity level transitions where a Medium integrity process spawns a High or System integrity child without a UAC prompt

Monitoring Recommendations

  • Enable and forward Sysmon Event IDs 1 (process create), 10 (process access), and 13 (registry set) to a central analytics platform
  • Baseline privileged operations on Domain Controllers and Windows Server 2019/2022/2025 hosts and alert on deviations
  • Ensure endpoint telemetry from Windows 10 and Windows 11 clients is retained long enough to reconstruct multi-stage local privilege escalation chains

How to Mitigate CVE-2026-50335

Immediate Actions Required

  • Apply the security update referenced in the Microsoft CVE-2026-50335 Advisory to all affected Windows 10, Windows 11, and Windows Server systems
  • Prioritize patching for multi-user systems such as Remote Desktop Session Hosts, jump servers, and Virtual Desktop Infrastructure (VDI) hosts
  • Audit local and domain accounts to remove unnecessary interactive logon rights on servers

Patch Information

Microsoft has released fixes through the standard Windows Update channel. Consult the Microsoft CVE-2026-50335 Advisory for the specific KB article numbers that correspond to each affected build, then deploy via Windows Update, Windows Server Update Services (WSUS), Microsoft Intune, or Configuration Manager.

Workarounds

  • Restrict interactive and remote interactive logon rights on sensitive systems until patches are deployed
  • Enforce the principle of least privilege by removing standard users from local Administrators and Remote Desktop Users groups where feasible
  • Enable attack surface reduction (ASR) rules and Credential Guard to limit the impact of a successful local privilege escalation
bash
# Configuration example: verify installed KB and applied Windows build
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 20
[System.Environment]::OSVersion.Version
wmic qfe list brief /format:table

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.