The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-21887

CVE-2022-21887: Windows 11 Privilege Escalation Flaw

CVE-2022-21887 is a privilege escalation vulnerability in Microsoft Windows 11 Win32k component that allows attackers to gain elevated system privileges. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-21887 Overview

CVE-2022-21887 is an Elevation of Privilege vulnerability affecting the Win32k kernel-mode driver in Microsoft Windows 11. This vulnerability allows a locally authenticated attacker to escalate their privileges to SYSTEM level, gaining complete control over the affected system. Win32k vulnerabilities are particularly critical as they operate at the kernel level, providing attackers with the ability to bypass security controls and execute arbitrary code with the highest privileges.

Critical Impact

Successful exploitation allows local attackers to elevate privileges to SYSTEM, enabling complete system compromise, persistence establishment, and lateral movement within enterprise environments.

Affected Products

  • Microsoft Windows 11 (x64)
  • Microsoft Windows 11 (ARM64)

Discovery Timeline

  • 2022-01-11 - CVE-2022-21887 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21887

Vulnerability Analysis

This Win32k Elevation of Privilege vulnerability exists within the Windows kernel-mode driver (win32k.sys), a critical component responsible for handling graphical user interface operations, window management, and user input processing. Win32k has historically been a frequent target for privilege escalation attacks due to its extensive attack surface and privileged execution context.

The vulnerability can be exploited by a local attacker who has already gained initial access to a Windows 11 system with low-privilege credentials. Upon successful exploitation, the attacker can elevate their privileges to SYSTEM level, effectively gaining unrestricted access to the operating system and all its resources.

Root Cause

While Microsoft has not disclosed the specific root cause (classified as NVD-CWE-noinfo), Win32k elevation of privilege vulnerabilities typically stem from memory corruption issues such as use-after-free conditions, type confusion, or improper validation of user-mode callbacks. These flaws in kernel-mode code can be leveraged to corrupt kernel memory structures, manipulate security tokens, or hijack execution flow to achieve privilege escalation.

Attack Vector

The attack requires local access to the target system with a low-privileged user account. The attacker must execute a specially crafted application that triggers the vulnerability in the Win32k driver. The exploitation does not require user interaction beyond the initial code execution, making it particularly dangerous in post-compromise scenarios.

The local attack vector means this vulnerability is most likely to be used as part of a multi-stage attack chain, where an adversary first gains initial access through phishing, malware, or another vulnerability, then leverages CVE-2022-21887 to escalate privileges for further malicious activities such as deploying ransomware, exfiltrating data, or establishing persistent backdoors.

Detection Methods for CVE-2022-21887

Indicators of Compromise

  • Unusual process creation events with elevated SYSTEM privileges originating from low-privilege user sessions
  • Suspicious API calls to Win32k-related functions from non-standard applications
  • Unexpected modifications to security tokens or process privileges
  • Anomalous kernel-mode driver activity or crashes in win32k.sys

Detection Strategies

  • Monitor for privilege escalation attempts using endpoint detection and response (EDR) solutions that track token manipulation
  • Implement behavioral detection rules for suspicious Win32k API usage patterns
  • Deploy SentinelOne's kernel-level protection to detect exploitation attempts in real-time
  • Analyze Windows Security event logs for Event ID 4672 (Special privileges assigned to new logon) anomalies

Monitoring Recommendations

  • Enable verbose logging for process creation events and privilege changes in Windows Security logs
  • Configure SentinelOne agents to alert on kernel exploitation techniques and privilege escalation behaviors
  • Establish baseline user privilege patterns to identify anomalous elevation activities
  • Monitor for suspicious child processes spawned by user applications with SYSTEM privileges

How to Mitigate CVE-2022-21887

Immediate Actions Required

  • Apply the Microsoft security update from January 2022 Patch Tuesday immediately to all affected Windows 11 systems
  • Prioritize patching workstations and servers that may be accessible to untrusted users
  • Implement application whitelisting to prevent execution of unauthorized applications
  • Ensure SentinelOne agents are deployed and updated with the latest threat intelligence

Patch Information

Microsoft has released a security update to address CVE-2022-21887 as part of their January 2022 security updates. Administrators should consult the Microsoft Security Update Guide for detailed patch information and deployment guidance. Windows Update should automatically apply the fix on systems configured for automatic updates.

Workarounds

  • Restrict local logon rights to only trusted users who require direct system access
  • Implement the principle of least privilege to minimize the impact of potential exploitation
  • Use application control policies to block execution of untrusted binaries
  • Consider network segmentation to limit lateral movement in case of compromise
bash
# Verify patch installation status
wmic qfe list brief | findstr KB5009566

# Check Windows 11 build version for patch compliance
winver

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 Probability0.46%

  • 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
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Microsoft CVE-2022-21887 Update Guide

  • Microsoft CVE-2022-21887 Security Advisory
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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