Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-21191

CVE-2025-21191: Windows 10 1507 Race Condition Vulnerability

CVE-2025-21191 is a time-of-check time-of-use race condition in Windows 10 1507 Local Security Authority that enables privilege escalation. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-21191 Overview

CVE-2025-21191 is a Time-of-Check Time-of-Use (TOCTOU) race condition vulnerability in the Windows Local Security Authority (LSA) subsystem. This flaw allows an authorized attacker with local access to exploit a timing window between security validation checks and resource usage, potentially escalating privileges on affected Windows systems.

Critical Impact

Successful exploitation enables local privilege escalation, allowing attackers with low-level access to gain elevated system privileges and potentially compromise the entire Windows environment.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 22H2, 23H2, 24H2)
  • Microsoft Windows Server 2008, 2012, 2016, 2019, 2022, 2022 23H2, 2025

Discovery Timeline

  • 2025-04-08 - CVE-2025-21191 published to NVD
  • 2025-07-07 - Last updated in NVD database

Technical Details for CVE-2025-21191

Vulnerability Analysis

The vulnerability resides in the Windows Local Security Authority (LSA) subsystem, which is responsible for enforcing security policies, authenticating users, and managing access tokens. The TOCTOU race condition occurs when the LSA performs a security check on a resource or object, but a timing gap exists before that resource is actually used. During this window, an attacker can modify the state of the checked resource, causing the system to operate on different data than what was validated.

This type of vulnerability requires local access and low privileges to exploit, making it particularly dangerous in environments where multiple users share systems or where attackers have gained initial foothold through other means. The exploitation requires winning a race condition, which adds complexity but does not prevent determined attackers from achieving privilege escalation.

Root Cause

The root cause is classified under CWE-367 (Time-of-check Time-of-use Race Condition). The LSA component fails to properly synchronize between the verification of a security-relevant condition and the subsequent use of the results of that verification. This allows an attacker to manipulate the state of the system between the check and use phases.

In the context of LSA, this could involve manipulating security tokens, authentication data, or other privilege-related objects during the vulnerable timing window. The lack of atomic operations or proper locking mechanisms in the affected code path creates this exploitable condition.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system with low privileges. The attacker must then execute a carefully timed sequence of operations to exploit the race condition window in the LSA subsystem.

The attack typically involves:

  1. Identifying the vulnerable LSA operation that contains the TOCTOU condition
  2. Preparing a malicious payload or modified object state
  3. Triggering the vulnerable operation while simultaneously manipulating the target resource
  4. Successfully winning the race to achieve privilege escalation

Due to the nature of race conditions, exploitation may require multiple attempts to successfully hit the timing window. However, automated exploitation tools can rapidly retry the attack until successful.

Detection Methods for CVE-2025-21191

Indicators of Compromise

  • Unusual process activity involving lsass.exe with elevated privilege transitions
  • Anomalous access patterns to LSA-related registry keys and objects
  • Rapid repeated authentication or privilege validation attempts indicating race condition exploitation
  • Unexpected privilege escalation events in Windows Security Event logs

Detection Strategies

  • Monitor for Event ID 4672 (Special privileges assigned to new logon) occurring in suspicious contexts
  • Implement behavioral analysis to detect rapid sequential operations targeting LSA components
  • Deploy endpoint detection rules that identify unusual timing patterns in privilege-related system calls
  • Utilize SentinelOne's behavioral AI to detect privilege escalation attempts through race condition exploitation

Monitoring Recommendations

  • Enable detailed auditing for Windows Security events, particularly authentication and privilege use categories
  • Configure alerting for anomalous lsass.exe behavior patterns and memory access
  • Implement process monitoring for suspicious child processes spawned with elevated privileges
  • Review system logs for patterns of repeated failed operations followed by successful privilege elevation

How to Mitigate CVE-2025-21191

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2025-21191 immediately on all affected systems
  • Prioritize patching domain controllers and critical infrastructure servers running Windows Server
  • Restrict local access to systems where possible to reduce the attack surface
  • Implement application control policies to limit unauthorized code execution

Patch Information

Microsoft has released security updates to address this vulnerability. Detailed patch information and downloads are available through the Microsoft Security Update Guide for CVE-2025-21191. Organizations should deploy updates through Windows Update, WSUS, or Microsoft Endpoint Configuration Manager based on their patch management processes.

Workarounds

  • Limit local access to systems by enforcing strict access controls and removing unnecessary local accounts
  • Implement the principle of least privilege to minimize the impact of potential exploitation
  • Deploy advanced endpoint protection solutions like SentinelOne to detect and prevent exploitation attempts
  • Consider network segmentation to isolate critical systems from potentially compromised workstations
bash
# Review and audit local user accounts on Windows systems
net localgroup administrators

# Check Windows Update status for pending security updates
wmic qfe list brief | findstr /i "KB"

# Enable advanced security auditing for privilege use
auditpol /set /subcategory:"Sensitive Privilege Use" /success:enable /failure:enable

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.10%

  • 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
  • CWE References
  • CWE-367
  • Vendor Resources
  • Microsoft Security Update CVE-2025-21191
  • Related CVEs
  • CVE-2026-33827: Windows TCP/IP Race Condition Vulnerability

  • CVE-2026-32160: Windows Push Notifications Race Condition

  • CVE-2026-32088: Windows Biometric Race Condition Flaw

  • CVE-2026-24297: Windows Kerberos Race Condition Vulnerability
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