A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2021-1732

CVE-2021-1732: Windows Win32k Privilege Escalation Flaw

CVE-2021-1732 is a privilege escalation vulnerability in Windows Win32k that allows attackers to gain elevated system privileges. This article covers the technical details, affected Windows versions, impact, and mitigation.

Updated: May 14, 2026

CVE-2021-1732 Overview

CVE-2021-1732 is an elevation of privilege vulnerability in the Windows Win32k kernel-mode driver. The flaw allows a local, authenticated attacker to escalate from a low-integrity user context to SYSTEM by triggering an out-of-bounds write [CWE-787] in win32kfull.sys. Microsoft Windows 10 and Windows Server releases from 1803 through 20H2 are affected. CISA added the issue to its Known Exploited Vulnerabilities catalog after threat actors weaponized it in targeted attacks. Public proof-of-concept code is available through Packet Storm, lowering the barrier for commodity malware to integrate the technique.

Critical Impact

Successful exploitation grants SYSTEM-level privileges, enabling full control of the affected Windows host, credential theft, and persistence.

Affected Products

  • Microsoft Windows 10 versions 1803, 1809, 1909, 2004, and 20H2
  • Microsoft Windows Server versions 1909, 2004, and 20H2
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2021-02-25 - CVE-2021-1732 published to NVD
  • 2025-10-30 - Last updated in NVD database

Technical Details for CVE-2021-1732

Vulnerability Analysis

The vulnerability resides in the Win32k subsystem, specifically in the user-mode callback path that handles window creation. When NtUserCreateWindowEx invokes the user-mode callback xxxClientAllocWindowClassExtraBytes, a malicious application can hook the callback and modify the window object before the kernel resumes execution. The kernel then misinterprets a flag indicating whether the extra class memory is stored inline or as a kernel pointer. This offset confusion leads to an out-of-bounds write to an attacker-controlled address.

Root Cause

The root cause is a state desynchronization between user mode and kernel mode during a window object initialization callback. The tagWND structure contains a flag that determines how cbwndExtra data is referenced. By altering this flag during the callback, an attacker forces the kernel to treat a user-mode offset as a kernel-mode pointer, producing an arbitrary write primitive classified as CWE-787.

Attack Vector

Exploitation requires local code execution with standard user privileges. No user interaction is needed. The attacker invokes CreateWindowEx with a crafted class structure, intercepts the kernel callback, and converts the resulting arbitrary write into a token replacement primitive. The final stage swaps the process token with that of a SYSTEM process such as services.exe, granting full kernel-equivalent privileges.

Verified proof-of-concept exploits are documented in the Packet Storm Offset Confusion Exploit and the Packet Storm Privilege Escalation Exploit advisories.

Detection Methods for CVE-2021-1732

Indicators of Compromise

  • Unexpected child processes spawned by low-privilege user processes running as NT AUTHORITY\SYSTEM.
  • Process token replacement events where a non-elevated process suddenly inherits a SYSTEM token without using documented elevation APIs.
  • Crash dumps referencing win32kfull!xxxClientAllocWindowClassExtraBytes or access violations in NtUserConsoleControl.
  • Loading of unsigned or atypical DLLs into processes that subsequently call CreateWindowEx with unusual class extra byte counts.

Detection Strategies

  • Monitor for token impersonation anomalies where a user-context process gains SYSTEM privileges without a corresponding service or UAC event.
  • Hunt for kernel pool corruption indicators using Event Tracing for Windows (ETW) Microsoft-Windows-Kernel-Memory providers.
  • Correlate Windows Error Reporting bugchecks in win32kfull.sys with process execution telemetry from the same user session.

Monitoring Recommendations

  • Enable kernel-mode auditing and forward Sysmon Event ID 1 and Event ID 10 logs to a central SIEM for token-access analysis.
  • Track abnormal calls to NtUserConsoleControl and NtUserCreateWindowEx paired with user-mode callbacks from non-graphical applications.
  • Alert on EPSS-driven exploit probability spikes for this CVE, which exceeds 88% according to current data.

How to Mitigate CVE-2021-1732

Immediate Actions Required

  • Apply the February 2021 Patch Tuesday updates from Microsoft to all affected Windows 10 and Windows Server builds.
  • Inventory endpoints running Windows 10 1803 through 20H2 and Server 2019 / 1909 / 2004 / 20H2 to confirm patch coverage.
  • Revoke local administrator rights for standard users to reduce the post-exploitation impact of a successful escalation.
  • Treat any unpatched system as compromised if SYSTEM-level activity from user processes is observed.

Patch Information

Microsoft released fixes through the Microsoft Security Advisory CVE-2021-1732. The patch corrects the validation logic inside xxxClientAllocWindowClassExtraBytes so the kernel no longer trusts the user-mode flag describing how class extra bytes are referenced. CISA mandates remediation for federal agencies per the CISA Known Exploited Vulnerability listing.

Workarounds

  • No vendor-supplied workaround exists. Patching is the only supported remediation.
  • Apply application allowlisting to block execution of untrusted binaries that could deliver the exploit.
  • Restrict interactive logon on servers to limit local attack surface where the vulnerability is exploitable.
bash
# Verify patch level on Windows hosts (PowerShell)
Get-HotFix | Where-Object { $_.HotFixID -in @('KB4601319','KB4601345','KB4601348','KB4601349','KB4601354') }

# Identify affected Windows builds across an environment
Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, BuildNumber

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability88.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-787
  • Technical References
  • Packet Storm Offset Confusion Exploit

  • Packet Storm Privilege Escalation Exploit

  • CISA Known Exploited Vulnerability CVE-2021-1732
  • Vendor Resources
  • Microsoft Security Advisory CVE-2021-1732
  • Related CVEs
  • CVE-2026-41088: Windows 10 21h2 Privilege Escalation Flaw

  • CVE-2026-41095: Windows Server 2012 Privilege Escalation

  • CVE-2026-40382: Windows 10 1607 Privilege Escalation Flaw

  • CVE-2026-40397: Windows 10 1607 Privilege Escalation Flaw
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.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English