Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2025-53717

CVE-2025-53717: Windows 11 22h2 Privilege Escalation Flaw

CVE-2025-53717 is a privilege escalation vulnerability in Windows 11 22h2 VBS Enclave that allows authorized attackers to elevate privileges locally. This article covers technical details, affected systems, and mitigation.

Updated:

CVE-2025-53717 Overview

CVE-2025-53717 is an elevation of privilege vulnerability in the Windows Virtualization-Based Security (VBS) Enclave. The flaw stems from reliance on untrusted inputs when making a security decision inside the enclave boundary [CWE-807]. An authorized local attacker can exploit this weakness to elevate privileges on affected Windows 11 systems. Microsoft addressed the issue in the October 2025 security update cycle.

Critical Impact

A local attacker with low privileges can bypass VBS Enclave security boundaries to gain higher privileges, compromising confidentiality, integrity, and availability on the host.

Affected Products

  • Microsoft Windows 11 22H2
  • Microsoft Windows 11 23H2
  • Microsoft Windows 11 24H2
  • Microsoft Windows 11 25H2

Discovery Timeline

  • 2025-10-14 - CVE-2025-53717 published to NVD
  • 2026-06-17 - Last updated in NVD database

Technical Details for CVE-2025-53717

Vulnerability Analysis

Windows VBS Enclaves are isolated execution environments protected by the hypervisor. They allow trusted code to run outside the reach of the normal-world kernel. Code executing inside an enclave must treat data crossing the trust boundary as untrusted and validate it before acting on it.

CVE-2025-53717 arises because a security decision inside the VBS Enclave depends on input that an attacker can influence from outside the enclave. The enclave code trusts a value it should have validated or independently derived. This weakness is classified under [CWE-807]: Reliance on Untrusted Inputs in a Security Decision.

The vulnerability requires local access and low privileges. Attack complexity is high, indicating the attacker must win a race, control specific conditions, or manipulate memory layouts to reach the vulnerable code path. Successful exploitation grants elevated privileges within the local system.

Root Cause

The root cause is a missing or insufficient validation step in enclave code. When the enclave receives a parameter, pointer, or structure from the untrusted host, it uses that value directly in a security-sensitive operation. Attackers who control the untrusted input can steer the enclave into performing an operation that grants privileges or leaks protected state.

Attack Vector

Exploitation requires code execution on the target Windows 11 host with at least low privileges. The attacker crafts input passed into the VBS Enclave through the documented enclave call interface. By supplying controlled values at a precise moment, the attacker manipulates the enclave's security decision path. No user interaction is required. The vulnerability cannot be triggered remotely.

Microsoft has not released public exploit code, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2025-53717

Indicators of Compromise

  • Unexpected process token elevation from a medium or low integrity process to SYSTEM or high integrity without a known parent chain.
  • Unusual invocation patterns of VBS Enclave calls (CallEnclave, LoadEnclaveImage) from non-standard binaries.
  • New services, scheduled tasks, or drivers installed shortly after suspicious local process activity by non-administrative users.

Detection Strategies

  • Baseline processes that legitimately interact with VBS Enclaves and alert on deviations.
  • Correlate local privilege changes with prior child-process spawns from unprivileged users.
  • Hunt for local kernel or enclave API misuse combined with token manipulation events (Windows Event IDs 4672, 4673, 4674).

Monitoring Recommendations

  • Ingest Windows Security, Sysmon, and kernel event logs into a centralized SIEM for cross-source correlation.
  • Enable Credential Guard and HVCI telemetry to surface enclave and hypervisor policy events.
  • Alert on execution of unsigned or newly observed binaries that call enclave APIs.

How to Mitigate CVE-2025-53717

Immediate Actions Required

  • Apply the October 2025 Microsoft security update covering CVE-2025-53717 to all Windows 11 22H2, 23H2, 24H2, and 25H2 hosts.
  • Prioritize patching on shared and multi-user systems where low-privilege attackers may already have footholds.
  • Audit local accounts and remove unnecessary interactive logon rights to reduce the pool of authorized attackers.

Patch Information

Microsoft published the fix through the standard Windows Update channel. Refer to the Microsoft Security Update for CVE-2025-53717 for KB numbers and package details specific to each Windows 11 release.

Workarounds

  • No official workaround exists; applying the vendor patch is the only supported remediation.
  • Restrict local logon and code execution rights to trusted users until systems are patched.
  • Enforce application control policies such as Windows Defender Application Control (WDAC) to limit which binaries can invoke enclave APIs.
bash
# Verify patch status on Windows 11 hosts
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10

# Confirm VBS and HVCI are enabled
Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard |
  Select-Object VirtualizationBasedSecurityStatus, SecurityServicesRunning

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.