Skip to main content

Bypassing Windows Administrator Protection: Security Research

2 min read Runtime Rebel Intel
Primary source: projectzero.google

This article was written by a language model from the source above and was not reviewed by a human before publication. Verify anything operational against the original. Editorial policy

Key points
  • Immediate impact: Security researchers identified multiple methods to bypass Windows 11 Administrator Protection and gain silent privilege escalation.
  • Affected systems: Windows 11 25H2 insider preview builds utilizing the newly introduced Administrator Protection feature.
  • Remediation: Apply available updates provided by Microsoft, such as update KB5067036, and monitor local security policies.

Advertisement

Overview of Windows Administrator Protection

Introduced in Windows 11 25H2 builds, Administrator Protection aims to supersede traditional User Account Control (UAC) mechanisms. According to research published by Project Zero, the primary objective of this feature is to transition local user administration into a securable boundary, ensuring that standard user processes only acquire administrator privileges under strict conditions without relying on legacy admin-approval workflows.

Legacy UAC implementations suffered from architectural limitations because the limited user and the administrator shared the same user profile resources, registry hives, and directories. Furthermore, auto-elevation behaviors in binaries historically allowed malware to execute local privilege escalation attacks silently. Tooling such as UACMe historically documented numerous bypass techniques against these legacy configurations.

Technical Analysis of the Architecture

Administrator Protection addresses legacy UAC weaknesses by introducing an isolated shadow administrator account automatically managed by the UAC service. This approach mirrors “over-the-shoulder” elevation benefits without requiring users to manually input separate administrative credentials.

Key architectural improvements include:

  • Isolated Profiles: Profile data is no longer shared between standard and elevated contexts, preventing unauthorized modifications to sensitive registry keys or configuration files.
  • Restricted Token Impersonation: Limited users cannot acquire or impersonate the administrator access token directly.
  • Prompt Enforcement: Auto-elevation of binaries is disabled, ensuring that elevation requests always require explicit confirmation, utilizing biometrics or user credentials.

Despite these enhancements, deep security analysis during the insider preview phase uncovered multiple bypasses. Researchers discovered nine distinct vulnerabilities allowing unauthorized code to silently acquire full administrator privileges. Microsoft addressed these vulnerabilities prior to official feature deployment via security updates including update KB5067036.

Mitigation and Defender Guidance

While Microsoft temporarily disabled Administrator Protection in December 2025 to address application compatibility issues, organizations and defenders preparing for its re-release should prioritize the following actions:

  • Ensure all Windows 11 instances are updated with the latest security bulletins and servicing stack updates.
  • Audit local security policies and review configuration settings pertaining to UAC behavior across endpoints.
  • Implement endpoint detection rules to monitor for abnormal token manipulation or unauthorized process elevation attempts.

Related: Windows BitLocker Zero-Day Bypass and Privilege Escalation PoC Released, CVE-2026-20262: Cisco SD-WAN vManage Root Privilege Escalation Fix

Advertisement

Advertisement