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
    • 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-50169

CVE-2025-50169: Windows 11 24H2 Race Condition Vulnerability

CVE-2025-50169 is a race condition flaw in Windows 11 24H2 SMB that enables unauthorized attackers to execute code remotely over a network. This article covers technical details, affected systems, and mitigation steps.

Updated: May 14, 2026

CVE-2025-50169 Overview

CVE-2025-50169 is a race condition vulnerability in the Windows Server Message Block (SMB) implementation. The flaw stems from concurrent execution using a shared resource with improper synchronization [CWE-362]. An unauthorized attacker can exploit the timing window to execute code over a network. Microsoft addressed the issue in its August 2025 security update cycle. The vulnerability affects Windows 11 24H2 and Windows Server 2025 deployments.

Critical Impact

Successful exploitation yields remote code execution against SMB-exposed Windows hosts. The attack requires no prior authentication but depends on winning a race condition and on user interaction.

Affected Products

  • Microsoft Windows 11 24H2
  • Microsoft Windows Server 2025
  • Systems exposing the SMB service to untrusted networks

Discovery Timeline

  • 2025-08-12 - CVE-2025-50169 published to the National Vulnerability Database
  • 2025-08-12 - Microsoft published advisory for CVE-2025-50169
  • 2025-08-19 - Last updated in NVD database

Technical Details for CVE-2025-50169

Vulnerability Analysis

The vulnerability resides in the Windows SMB server stack. Multiple threads access a shared resource without adequate locking. An attacker who triggers concurrent SMB operations from a remote source can force the server into an inconsistent state. The timing window allows attacker-controlled data to be processed after validation has already completed. This time-of-check to time-of-use (TOCTOU) condition enables arbitrary code execution within the context of the SMB service.

Exploitation is non-trivial. The attacker must repeatedly issue specially crafted SMB requests to win the race. User interaction is also required, which suggests the victim must initiate or accept an SMB connection to an attacker-controlled endpoint. Once the race is won, the attacker gains code execution with the privileges of the affected SMB component.

Root Cause

The root cause is improper synchronization of access to a shared resource during concurrent SMB request handling. The SMB component does not enforce atomic operations between validation and use of the resource. Concurrent threads can therefore observe or mutate state inconsistently. This violates the synchronization assumptions that the protocol handler relies upon.

Attack Vector

The attack is network-based and targets the SMB protocol. An attacker can host a malicious SMB endpoint or send concurrent requests to a vulnerable SMB server. The victim must perform an SMB-related action, such as connecting to an attacker-controlled share. The attacker then issues parallel operations to trigger the race window. A successful exploit results in code execution on the targeted host.

No public proof-of-concept exploit is currently available. Refer to the Microsoft CVE-2025-50169 Advisory for vendor technical details.

Detection Methods for CVE-2025-50169

Indicators of Compromise

  • Unexpected outbound SMB (TCP/445) connections from workstations to untrusted external hosts
  • High-frequency, parallel SMB session setup or tree connect requests from a single client
  • SMB server crashes, service restarts, or unexpected child processes spawned by SMB-related services
  • New or unusual processes running under SMB service contexts following inbound SMB traffic

Detection Strategies

  • Monitor Windows Security and System event logs for SMB session anomalies and service restarts on Windows 11 24H2 and Windows Server 2025
  • Inspect network telemetry for SMB clients initiating large bursts of concurrent operations against the same target
  • Correlate SMB protocol events with subsequent process creation events to identify post-exploitation activity
  • Apply behavioral analytics that flag SMB service processes spawning command interpreters or scripting hosts

Monitoring Recommendations

  • Enable detailed SMB auditing using Get-SmbServerConfiguration and Windows Event ID 5145 for share access tracking
  • Forward endpoint and network telemetry to a centralized data lake for cross-source correlation
  • Alert on outbound SMB traffic leaving the corporate boundary, which often indicates client-side SMB coercion
  • Track patch compliance state for Windows 11 24H2 and Windows Server 2025 hosts across the environment

How to Mitigate CVE-2025-50169

Immediate Actions Required

  • Apply the August 2025 Microsoft security update to all Windows 11 24H2 and Windows Server 2025 systems
  • Block outbound SMB (TCP/445 and TCP/139) at the network perimeter to prevent SMB coercion attacks
  • Restrict inbound SMB access to trusted management subnets only
  • Audit which endpoints currently expose SMB and remove the service where it is not required

Patch Information

Microsoft released a security update addressing CVE-2025-50169 through the standard Windows Update channels. Administrators should consult the Microsoft CVE-2025-50169 Advisory for specific KB article numbers and deployment guidance. Prioritize patching internet-facing and high-value Windows Server 2025 hosts.

Workarounds

  • Disable SMBv1 and enforce SMB signing and encryption on remaining SMB traffic
  • Apply host-based firewall rules to limit SMB connectivity to authorized peers
  • Use Group Policy to prevent users from connecting to untrusted external SMB shares
  • Segment file-sharing infrastructure away from general user networks
bash
# Block outbound SMB and disable SMBv1 on Windows hosts
New-NetFirewallRule -DisplayName "Block Outbound SMB 445" -Direction Outbound -Action Block -Protocol TCP -RemotePort 445
Set-SmbServerConfiguration -EnableSMB1Protocol $false -Force
Set-SmbServerConfiguration -RequireSecuritySignature $true -Force

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

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Vendor Resources
  • Microsoft CVE-2025-50169 Advisory
  • Related CVEs
  • CVE-2026-32161: Windows 10 1607 Race Condition Vulnerability

  • CVE-2026-27929: Windows 10 1607 Race Condition Vulnerability

  • CVE-2026-32088: Windows 10 1809 Race Condition Vulnerability

  • CVE-2026-33827: Windows TCP/IP Race Condition Vulnerability
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