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

CVE-2026-50333: Windows 10 1607 Privilege Escalation Flaw

CVE-2026-50333 is a privilege escalation vulnerability in Windows 10 1607 Spaceport.sys that allows authorized attackers to elevate privileges. This article covers technical details, affected versions, impact, and mitigation.

Updated:

CVE-2026-50333 Overview

CVE-2026-50333 is a local privilege escalation vulnerability in the Windows Spaceport driver (Spaceport.sys). The flaw stems from missing authentication for a critical function [CWE-306], allowing an authenticated local attacker to elevate privileges on affected systems. Successful exploitation grants high impact to confidentiality, integrity, and availability.

Microsoft has assigned this vulnerability a CVSS 3.1 score of 7.8. The issue affects a broad range of Windows client and server releases, including Windows 10, Windows 11 (through 26H1), and Windows Server editions from 2016 through 2025. Spaceport.sys is the kernel-mode driver that supports Storage Spaces, making it a component present on both workstation and server workloads.

Critical Impact

An authorized local attacker can gain SYSTEM-level privileges on unpatched Windows hosts, providing a reliable stepping stone for post-compromise activity, credential theft, and lateral movement.

Affected Products

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

Discovery Timeline

  • 2026-07-14 - CVE-2026-50333 published to the National Vulnerability Database
  • 2026-07-16 - Last updated in NVD database

Technical Details for CVE-2026-50333

Vulnerability Analysis

The vulnerability resides in Spaceport.sys, the kernel driver that implements Microsoft's Storage Spaces virtualization layer. The driver exposes a critical function that fails to verify the caller's authorization before executing. Any authenticated local user can invoke this code path and cause the driver to perform privileged operations on their behalf.

Because Spaceport.sys runs in kernel mode, successful abuse of the missing authentication check yields code execution or state modification at the highest privilege level available on Windows. The attacker must already have a valid local session and low-privilege user rights, but no user interaction is required to complete the attack chain.

The issue is classified as CWE-306: Missing Authentication for Critical Function. Kernel drivers are expected to enforce access control on every entry point exposed via device I/O control codes or driver interfaces. When that enforcement is absent, standard user tokens can reach functionality reserved for administrators or SYSTEM.

Root Cause

The root cause is an absent authentication or access check on a privileged code path within Spaceport.sys. The driver assumes the caller is trusted rather than validating the requesting principal's rights. Microsoft has not published the specific IOCTL or interface at fault in the public advisory.

Attack Vector

The attack vector is local. An attacker who has obtained a low-privilege authenticated session — through phishing, malware delivery, or reuse of stolen credentials — can invoke the unauthenticated driver function to elevate to SYSTEM. This makes CVE-2026-50333 attractive as a second-stage capability rather than an initial access vector.

No public proof-of-concept exploit is currently listed, and the vulnerability is not present on the CISA Known Exploited Vulnerabilities catalog. Refer to the Microsoft Security Update Guide for technical details.

Detection Methods for CVE-2026-50333

Indicators of Compromise

  • Unexpected loading or interaction with Spaceport.sys from processes owned by standard users
  • New SYSTEM-level processes spawned from parent processes running under low-privilege user accounts
  • Creation of privileged services, scheduled tasks, or local administrator accounts shortly after non-privileged user logon

Detection Strategies

  • Monitor for anomalous device I/O control (DeviceIoControl) requests targeting Storage Spaces device objects from non-administrative processes
  • Correlate token elevation events (Windows Event ID 4672) with the originating process lineage to identify unexpected privilege transitions
  • Baseline legitimate Storage Spaces management activity (typically svchost.exe, spaceman.exe, or PowerShell storage cmdlets) and alert on deviations

Monitoring Recommendations

  • Enable kernel driver load auditing and forward events to a centralized SIEM for retrospective hunting
  • Track integrity level changes on running processes and flag Medium-to-System transitions without a valid UAC prompt
  • Review endpoint telemetry for user-mode processes issuing IOCTLs to \\.\Spaceport or related Storage Spaces device paths

How to Mitigate CVE-2026-50333

Immediate Actions Required

  • Apply the July 2026 Microsoft security update for all affected Windows client and server versions as soon as testing permits
  • Prioritize patching on multi-user systems, jump hosts, and terminal servers where local privilege escalation has the highest blast radius
  • Audit local account membership and remove unnecessary interactive logon rights to reduce the pool of accounts that can trigger the flaw

Patch Information

Microsoft has published fixes through the Microsoft Security Update Guide for CVE-2026-50333. Administrators should deploy the corresponding monthly cumulative update for their Windows build. Verify installation by confirming the updated Spaceport.sys file version after reboot.

Workarounds

  • No official workaround has been published by Microsoft; patching is the required remediation
  • Restrict local logon rights and enforce least privilege to limit which accounts can reach the vulnerable driver interface
  • Enable application control (Windows Defender Application Control or AppLocker) to prevent execution of unapproved binaries that could stage an exploit
bash
# Verify installed KB and Spaceport.sys version after patching (run in PowerShell)
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10
Get-Item C:\Windows\System32\drivers\Spaceport.sys | Select-Object Name, VersionInfo

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.