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-2023-23411

CVE-2023-23411: Windows Hyper-V DOS Vulnerability

CVE-2023-23411 is a denial of service vulnerability in Windows Hyper-V that allows attackers to disrupt system availability. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-23411 Overview

CVE-2023-23411 is a Denial of Service (DoS) vulnerability affecting Windows Hyper-V, Microsoft's native hypervisor technology. This vulnerability allows an authenticated attacker with low privileges to cause a denial of service condition on the host system, potentially impacting all virtual machines running on the affected Hyper-V host. The vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), indicating that the flaw involves improper handling of resource allocation within the Hyper-V component.

Critical Impact

An attacker with local access to a guest VM can exploit this vulnerability to crash the entire Hyper-V host, resulting in service disruption for all hosted virtual machines and dependent workloads.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 20H2, 21H2, 22H2) - x64
  • Microsoft Windows 11 (versions 21H2, 22H2)
  • Microsoft Windows Server 2016, 2019, 2022

Discovery Timeline

  • 2023-03-14 - CVE-2023-23411 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-23411

Vulnerability Analysis

This vulnerability resides in the Windows Hyper-V hypervisor and stems from improper resource consumption handling (CWE-400). The flaw exists in how the Hyper-V component processes certain requests from guest virtual machines. When exploited, the vulnerability allows an attacker operating from within a guest VM to trigger a denial of service condition that affects the host operating system.

The attack requires local access to a guest VM and low-level user privileges. Notably, the vulnerability has a "Changed" scope, meaning that while the vulnerable component is the Hyper-V guest, the impact extends beyond the guest VM to affect the host system and potentially other VMs running on the same host. This cross-boundary impact makes the vulnerability particularly significant in multi-tenant cloud environments and enterprise virtualization deployments.

Root Cause

The root cause of CVE-2023-23411 is uncontrolled resource consumption within the Hyper-V hypervisor. The vulnerability occurs when the hypervisor fails to properly validate or limit resource requests originating from guest virtual machines. This allows a malicious guest to exhaust resources on the host system, leading to a denial of service condition that impacts availability. The specific resource consumption pattern enables an attacker to cause high availability impact without affecting confidentiality or integrity of the system.

Attack Vector

The attack vector for CVE-2023-23411 is local, requiring the attacker to have execution capabilities within a guest virtual machine running on the target Hyper-V host. The exploitation path involves:

  1. Gaining access to a guest VM running on the target Hyper-V host
  2. Executing malicious code or operations that trigger the uncontrolled resource consumption
  3. Causing resource exhaustion that propagates from the guest to the host
  4. Resulting in denial of service affecting the host and all guest VMs

The vulnerability does not require any user interaction and can be exploited with low attack complexity. Due to the "Changed" scope characteristic, successful exploitation from a guest VM affects the security scope of the host system.

Detection Methods for CVE-2023-23411

Indicators of Compromise

  • Unexpected Hyper-V host crashes or service interruptions without apparent hardware cause
  • Abnormal resource utilization patterns on Hyper-V hosts originating from guest VMs
  • Repeated availability issues affecting multiple VMs simultaneously on the same host
  • Event log entries indicating Hyper-V service failures or resource exhaustion conditions

Detection Strategies

  • Monitor Hyper-V host event logs for service failures, crashes, and abnormal terminations
  • Implement baseline monitoring for resource consumption patterns between guests and host
  • Deploy endpoint detection solutions capable of monitoring hypervisor-level activities
  • Configure alerts for unusual system behavior patterns in virtualized environments

Monitoring Recommendations

  • Enable enhanced Hyper-V logging and audit policies on all affected systems
  • Monitor Windows Event Log channels related to Hyper-V services (Microsoft-Windows-Hyper-V-Hypervisor, Microsoft-Windows-Hyper-V-Worker)
  • Track host-level performance metrics including memory, CPU, and system handle counts
  • Implement centralized logging for all Hyper-V hosts to correlate potential attack patterns across the infrastructure

How to Mitigate CVE-2023-23411

Immediate Actions Required

  • Apply the Microsoft security patches released in March 2023 to all affected systems immediately
  • Prioritize patching Hyper-V hosts in production environments, especially those running multi-tenant workloads
  • Implement network segmentation to limit access to guest VMs from untrusted networks
  • Review and restrict local access to guest VMs to authorized personnel only

Patch Information

Microsoft has released security updates to address CVE-2023-23411 as part of the March 2023 Patch Tuesday release. Organizations should apply the appropriate patches for their Windows versions. Detailed patch information and download links are available in the Microsoft Security Update Guide for CVE-2023-23411.

Administrators should prioritize patching based on the criticality of their Hyper-V infrastructure. Windows Server systems running Hyper-V in production environments should be patched as a priority, followed by Windows 10 and Windows 11 systems with the Hyper-V role enabled.

Workarounds

  • If patching cannot be performed immediately, consider temporarily disabling Hyper-V on non-critical systems until patches can be applied
  • Restrict guest VM access to trusted users and implement strict authentication controls
  • Implement defense-in-depth measures including monitoring and alerting for resource exhaustion events
  • Consider isolating high-risk or internet-facing VMs on dedicated hosts that can be more closely monitored

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Vendor Resources
  • Microsoft Security Update CVE-2023-23411
  • 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