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-2025-59200

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

CVE-2025-59200 is a race condition flaw in Windows 10 1507 Data Sharing Service Client that enables local attackers to perform spoofing attacks. This article covers technical details, affected systems, and mitigation.

Published: May 26, 2026

CVE-2025-59200 Overview

CVE-2025-59200 is a race condition vulnerability in the Microsoft Windows Data Sharing Service Client. The flaw stems from concurrent execution using a shared resource with improper synchronization [CWE-73]. An unauthorized local attacker can exploit this timing window to perform spoofing on an affected system. Exploitation requires user interaction and local access, but successful attacks can lead to high integrity impact across a changed security scope. Microsoft published the vulnerability on October 14, 2025, and it affects supported versions of Windows 10, Windows 11, and Windows Server.

Critical Impact

A local attacker who wins the race window can spoof trusted operations performed by the Data Sharing Service, breaching integrity boundaries between user contexts on the same host.

Affected Products

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

Discovery Timeline

  • 2025-10-14 - CVE-2025-59200 published to NVD
  • 2025-10-17 - Last updated in NVD database

Technical Details for CVE-2025-59200

Vulnerability Analysis

The Data Sharing Service (dssvc.dll) is a Windows component that brokers data exchange between applications and user contexts. The vulnerability arises when multiple threads or processes access a shared resource without correct synchronization primitives. An attacker who interleaves operations precisely can manipulate the state observed by the service between validation and use. This Time-of-Check to Time-of-Use (TOCTOU) condition allows the attacker to substitute attacker-controlled data for trusted data. The result is spoofing of a privileged operation from a low-privilege context, with the scope changing beyond the initial security boundary.

Root Cause

The root cause is improper synchronization on a shared object handled by the Data Sharing Service Client. Concurrent access paths do not enforce atomicity between resource validation and resource consumption. This gap permits substitution or modification of the underlying resource during the race window, mapping to CWE-73 (External Control of File Name or Path) combined with race condition semantics.

Attack Vector

Exploitation requires local code execution and user interaction. A low-privileged attacker runs a process that repeatedly triggers Data Sharing Service Client operations while concurrently modifying the shared resource the service consults. When the attacker wins the timing window, the service acts on attacker-supplied data while attributing the action to the legitimate user or component. The attacker does not need prior credentials, but a victim must perform the triggering action. Verified public proof-of-concept code is not currently available for this vulnerability. Refer to the Microsoft Security Update CVE-2025-59200 advisory for vendor-specific technical details.

Detection Methods for CVE-2025-59200

Indicators of Compromise

  • Unexpected child processes spawned by svchost.exe hosting the Data Sharing Service (dssvc).
  • Rapid, repeated handle open and close operations against the same file or named object from a single non-system process.
  • Files or registry keys consumed by the Data Sharing Service being modified by low-privileged processes immediately before service activity.

Detection Strategies

  • Monitor process creation events where the parent is the Data Sharing Service host process and the child runs in an unexpected user context.
  • Alert on high-frequency file system or object access loops targeting paths used by dssvc.dll, which often indicate race window probing.
  • Correlate user interaction events with subsequent privileged operations by the Data Sharing Service to detect spoofed actions.

Monitoring Recommendations

  • Enable Windows Security auditing for object access and process creation, and forward events to a centralized analytics platform.
  • Track installation status of the October 2025 Microsoft security updates across all Windows endpoints and servers.
  • Baseline normal Data Sharing Service behavior to surface anomalous concurrent access patterns from user-mode processes.

How to Mitigate CVE-2025-59200

Immediate Actions Required

  • Apply the October 2025 Microsoft security updates referenced in the Microsoft Security Update CVE-2025-59200 advisory to all affected Windows 10, Windows 11, and Windows Server systems.
  • Prioritize patching multi-user systems, jump hosts, and Remote Desktop Session Hosts where local attackers are more likely to interact with victim sessions.
  • Restrict local logon rights and remove unnecessary interactive accounts on servers to reduce the local attack surface.

Patch Information

Microsoft has released security updates for all supported affected versions. Administrators should consult the Microsoft Security Update Guide for CVE-2025-59200 for KB article numbers corresponding to each Windows build and deploy the updates through Windows Update, WSUS, or Microsoft Intune.

Workarounds

  • No official vendor workaround is documented; patching is the supported remediation path.
  • As a defense-in-depth measure, enforce least privilege so that standard users cannot run arbitrary executables in shared session environments.
  • Apply application control policies such as Windows Defender Application Control or AppLocker to block untrusted binaries that could drive the race condition.
bash
# Verify the October 2025 cumulative update is installed on Windows endpoints
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10

# Confirm Data Sharing Service is running in its expected state
Get-Service -Name DsSvc | Format-List Name,Status,StartType

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

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-73
  • Vendor Resources
  • Microsoft Security Update CVE-2025-59200
  • 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