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

CVE-2025-29971: Windows 11 22H2 DoS Vulnerability

CVE-2025-29971 is a denial of service vulnerability in Microsoft Windows 11 22H2 affecting Web Threat Defense. An out-of-bounds read in WTD.sys enables network-based attacks. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-29971 Overview

CVE-2025-29971 is an out-of-bounds read vulnerability in the Web Threat Defense (WTD.sys) kernel driver component of Microsoft Windows 11. This vulnerability allows an unauthorized attacker to cause a denial of service condition over the network without requiring any authentication or user interaction.

Critical Impact

Remote attackers can exploit this vulnerability to cause system unavailability by triggering an out-of-bounds read condition in the WTD.sys driver, potentially resulting in system crashes or unresponsive services.

Affected Products

  • Microsoft Windows 11 22H2 (x64 and ARM64)
  • Microsoft Windows 11 23H2 (x64 and ARM64)
  • Microsoft Windows 11 24H2 (x64 and ARM64)

Discovery Timeline

  • May 13, 2025 - CVE-2025-29971 published to NVD
  • May 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-29971

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory corruption flaw that occurs when the Web Threat Defense driver reads data from a memory location outside the intended buffer boundaries. The WTD.sys driver is a kernel-mode component responsible for providing web threat defense capabilities in Windows 11.

When the driver processes specially crafted network traffic, it fails to properly validate buffer boundaries before performing read operations. This allows an attacker to trigger memory reads beyond the allocated buffer, which can cause the driver to access invalid memory regions. In a kernel-mode context, such out-of-bounds reads typically result in a system crash (Blue Screen of Death) as the kernel cannot gracefully handle invalid memory access.

The vulnerability requires no authentication and no user interaction, making it particularly concerning for internet-facing Windows 11 systems. An attacker can remotely trigger this condition by sending malicious network packets to a vulnerable system.

Root Cause

The root cause of CVE-2025-29971 lies in insufficient boundary validation within the WTD.sys driver when processing network data. The driver fails to properly verify that read operations remain within the bounds of allocated memory buffers before accessing data. This boundary checking deficiency allows attackers to induce memory reads from locations outside the intended buffer, leading to system instability.

Attack Vector

The attack vector for this vulnerability is network-based. An unauthorized remote attacker can exploit this flaw by sending specially crafted network packets to a target system running a vulnerable version of Windows 11. The attack does not require any privileges on the target system, nor does it require any action from users. The attacker simply needs network connectivity to the target system to trigger the out-of-bounds read condition in the WTD.sys driver.

The vulnerability mechanism involves malformed network traffic that causes the Web Threat Defense driver to perform memory read operations beyond allocated buffer boundaries. Technical implementation details are available in the Microsoft Security Advisory.

Detection Methods for CVE-2025-29971

Indicators of Compromise

  • Unexpected system crashes or Blue Screen of Death (BSOD) events with WTD.sys referenced in crash dumps
  • Unusual network traffic patterns targeting web threat defense services
  • Kernel crash logs indicating memory access violations in kernel drivers
  • Event log entries showing driver faults or unexpected service terminations

Detection Strategies

  • Monitor Windows Event Logs for kernel driver crashes, specifically filtering for WTD.sys related events
  • Deploy network intrusion detection systems (NIDS) to identify anomalous traffic patterns that may indicate exploitation attempts
  • Configure endpoint detection and response (EDR) solutions to alert on kernel-mode exceptions and driver faults
  • Analyze crash dumps for evidence of out-of-bounds memory access patterns

Monitoring Recommendations

  • Enable verbose logging for kernel driver events and system crashes
  • Implement centralized log collection to correlate BSOD events across the enterprise
  • Configure SentinelOne Singularity Platform to monitor for kernel-level anomalies and driver stability issues
  • Establish baseline network traffic patterns to identify deviations that may indicate exploitation attempts

How to Mitigate CVE-2025-29971

Immediate Actions Required

  • Apply the latest Microsoft security updates for Windows 11 immediately
  • Prioritize patching for internet-facing and business-critical systems
  • Review network segmentation to limit exposure of vulnerable systems
  • Monitor for indicators of compromise on systems pending updates

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Advisory for CVE-2025-29971 for detailed patch information and download links specific to their Windows 11 version. Apply the appropriate cumulative update through Windows Update, WSUS, or manual deployment methods.

Workarounds

  • Implement network-level filtering to restrict access to affected services where possible
  • Consider enabling additional network monitoring at perimeter firewalls to detect potential exploitation attempts
  • Deploy defense-in-depth strategies including network segmentation to isolate vulnerable systems
  • Utilize SentinelOne's Singularity Platform for real-time threat detection and response capabilities
bash
# Check current Windows 11 build version
winver

# Verify WTD.sys driver version via PowerShell
Get-Item C:\Windows\System32\drivers\WTD.sys | Select-Object -ExpandProperty VersionInfo

# Force Windows Update check
usoclient StartScan

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Vendor Resources
  • Microsoft CVE-2025-29971 Advisory
  • Related CVEs
  • CVE-2026-33096: Windows HTTP.sys DoS Vulnerability

  • CVE-2026-32216: Windows Redirected Drive DoS Vulnerability

  • CVE-2026-32181: Microsoft Windows DoS Vulnerability

  • CVE-2026-32071: Windows LSASS DoS 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