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-26904

CVE-2022-26904: Windows 10 Privilege Escalation Flaw

CVE-2022-26904 is a privilege escalation vulnerability in Windows User Profile Service affecting Windows 10 1507. Attackers can exploit this flaw to gain elevated system privileges. This article covers technical details, impact, and mitigation.

Published: February 17, 2026

CVE-2022-26904 Overview

CVE-2022-26904 is an elevation of privilege vulnerability affecting the Windows User Profile Service across a wide range of Microsoft Windows operating systems. This vulnerability allows a local attacker with low privileges to exploit a race condition in the User Profile Service to gain elevated SYSTEM-level privileges on the targeted system.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Successful exploitation allows attackers to escalate from a low-privileged user account to SYSTEM privileges, enabling complete control over the affected Windows system.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 1909, 20H2, 21H1, 21H2)
  • Microsoft Windows 11 21H2
  • Microsoft Windows 7 SP1, Windows 8.1, Windows RT 8.1
  • Microsoft Windows Server 2008 SP2, 2008 R2 SP1, 2012, 2012 R2, 2016, 2019, 2022, 20H2

Discovery Timeline

  • April 15, 2022 - CVE-2022-26904 published to NVD
  • October 30, 2025 - Last updated in NVD database

Technical Details for CVE-2022-26904

Vulnerability Analysis

CVE-2022-26904 is a race condition vulnerability (CWE-362) in the Windows User Profile Service, a core Windows component responsible for loading and unloading user profiles during login and logout operations. The vulnerability exists due to improper synchronization when the User Profile Service handles certain operations, creating a time-of-check to time-of-use (TOCTOU) window that can be exploited.

The attack requires local access and low privileges, meaning an attacker must first gain initial access to the target system. However, once present, the attacker can leverage this vulnerability to escalate privileges to SYSTEM level. The exploitation complexity is high due to the nature of race conditions, which require precise timing to successfully exploit. No user interaction is required for exploitation.

This vulnerability is particularly concerning for enterprise environments where users have limited privileges, as it provides a reliable path from standard user to full administrative control. Organizations with multi-user Windows systems, including terminal servers and shared workstations, face increased risk.

Root Cause

The root cause of CVE-2022-26904 is a race condition (CWE-362) in the Windows User Profile Service. Race conditions occur when the behavior of software depends on the sequence or timing of uncontrollable events, leading to unexpected states. In this case, the User Profile Service fails to properly synchronize access to shared resources during profile operations, allowing an attacker to manipulate the timing of these operations to gain elevated privileges.

The vulnerability specifically relates to how the service handles temporary profile directories and symbolic links. When certain profile operations are performed, there is a brief window where an attacker can redirect file operations to arbitrary locations with SYSTEM privileges.

Attack Vector

The attack vector for CVE-2022-26904 is local, requiring the attacker to have pre-existing access to the target Windows system with a low-privileged user account. The exploitation process involves:

  1. Initial Access: The attacker must first obtain a foothold on the target system with at least low-level user privileges
  2. Race Condition Setup: The attacker creates symbolic links and prepares the environment to exploit the timing window
  3. Trigger Condition: The attacker triggers User Profile Service operations that are vulnerable to the race condition
  4. Privilege Escalation: By winning the race, the attacker redirects privileged file operations to attacker-controlled locations
  5. SYSTEM Access: Successful exploitation results in code execution with SYSTEM privileges

The exploitation mechanism leverages the inherent timing vulnerabilities in the User Profile Service's handling of directory junctions and symbolic links during profile operations. Technical details can be found in the Microsoft Security Update Guide.

Detection Methods for CVE-2022-26904

Indicators of Compromise

  • Unusual symbolic link or directory junction creation in user profile directories or C:\Users\ path
  • Unexpected process execution with SYSTEM privileges originating from low-privileged user sessions
  • Abnormal User Profile Service (ProfSvc) activity or crashes
  • Creation of suspicious files or directories in Windows profile-related locations
  • Event logs showing privilege escalation patterns following profile service operations

Detection Strategies

  • Monitor for symbolic link and junction point creation in profile-related directories using file system monitoring tools
  • Implement behavioral detection for race condition exploitation patterns, particularly rapid file system operations followed by privilege changes
  • Enable and monitor Windows Security Event logs for Event ID 4688 (process creation) with unusual parent-child process relationships
  • Deploy endpoint detection and response (EDR) solutions configured to detect privilege escalation techniques

Monitoring Recommendations

  • Configure SIEM alerts for anomalous User Profile Service behavior and related process activity
  • Monitor for unauthorized SYSTEM-level process spawning from user-context operations
  • Implement file integrity monitoring on critical Windows profile directories
  • Review Security logs for patterns indicating TOCTOU exploitation attempts

How to Mitigate CVE-2022-26904

Immediate Actions Required

  • Apply Microsoft security updates released in April 2022 Patch Tuesday immediately
  • Prioritize patching for systems where users have local access, particularly terminal servers and shared workstations
  • Audit systems to identify any indicators of prior exploitation
  • Implement network segmentation to limit lateral movement potential if exploitation occurs
  • Enable additional logging and monitoring for User Profile Service activity

Patch Information

Microsoft has released security updates to address CVE-2022-26904 as part of the April 2022 security updates. Organizations should apply the appropriate cumulative update for their Windows version through Windows Update, Windows Server Update Services (WSUS), or Microsoft Update Catalog. Detailed patch information and download links are available in the Microsoft Security Update Guide.

Given this vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, federal agencies and organizations following CISA guidance should treat patching as an urgent priority.

Workarounds

  • Restrict local user access to systems where possible until patches can be applied
  • Implement application control policies to prevent unauthorized executable execution
  • Use Windows Defender Credential Guard to limit the impact of credential theft following exploitation
  • Deploy SentinelOne endpoint protection with Behavioral AI to detect and block privilege escalation attempts
  • Consider temporary removal of non-essential local user accounts on critical systems
bash
# Verify patch installation status for April 2022 updates
# Check for installed updates using PowerShell
Get-HotFix | Where-Object {$_.InstalledOn -ge "2022-04-01"} | Select-Object HotFixID, InstalledOn, Description

# Enable enhanced auditing for file system operations
auditpol /set /subcategory:"File System" /success:enable /failure:enable

# Monitor User Profile Service status
sc query ProfSvc

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.0

  • EPSS Probability28.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-362
  • Technical References
  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft Security Update
  • 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