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-2024-38080

CVE-2024-38080: Windows Hyper-V Privilege Escalation Flaw

CVE-2024-38080 is a privilege escalation vulnerability in Windows Hyper-V on Windows 11 21H2 that allows attackers to gain elevated privileges. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-38080 Overview

CVE-2024-38080 is a critical elevation of privilege vulnerability affecting Windows Hyper-V, Microsoft's native hypervisor technology. This vulnerability allows an authenticated attacker with local access to escalate privileges from a guest virtual machine to gain SYSTEM-level privileges on the host system. The flaw stems from an integer overflow condition (CWE-190) within the Hyper-V virtualization layer, enabling attackers to break out of the virtualized environment and compromise the underlying host.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Organizations running Hyper-V environments should prioritize immediate patching as successful exploitation grants attackers complete control over the host system.

Affected Products

  • Microsoft Windows 11 21H2
  • Microsoft Windows 11 22H2
  • Microsoft Windows 11 23H2
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2

Discovery Timeline

  • July 9, 2024 - CVE-2024-38080 published to NVD
  • July 2024 - Microsoft releases security patch via July 2024 Patch Tuesday
  • October 28, 2025 - Last updated in NVD database

Technical Details for CVE-2024-38080

Vulnerability Analysis

This elevation of privilege vulnerability exists within the Windows Hyper-V virtualization platform. The flaw is classified as an integer overflow vulnerability (CWE-190), which occurs when arithmetic operations produce results that exceed the maximum value the integer type can store. In the context of Hyper-V, this integer overflow condition can be triggered by a local attacker operating from within a guest virtual machine.

The vulnerability requires local access and low-privilege authentication, meaning an attacker must first gain access to a guest VM before attempting exploitation. However, no user interaction is required, making this vulnerability particularly dangerous in multi-tenant virtualization environments where attackers may have legitimate access to guest VMs.

Successful exploitation allows an attacker to escape the VM isolation boundary and execute code with SYSTEM privileges on the host operating system. This represents a complete compromise of the confidentiality, integrity, and availability of the host system and potentially all other VMs running on that host.

Root Cause

The root cause of CVE-2024-38080 is an integer overflow condition (CWE-190) within the Hyper-V hypervisor components. Integer overflow vulnerabilities occur when a program performs arithmetic that produces a value outside the range representable by the integer type, causing the value to wrap around or truncate unexpectedly. In this case, the overflow likely affects memory allocation or boundary calculations within the hypervisor, allowing an attacker to manipulate memory in ways that bypass security boundaries between guest VMs and the host system.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to a guest virtual machine running on an affected Hyper-V host. From this position, the attacker can exploit the integer overflow to escalate privileges and escape VM isolation. The attack requires low privileges and no user interaction, making it highly practical for attackers who have already established a foothold in a guest environment.

The exploitation chain typically involves:

  1. Gaining initial access to a guest VM (through phishing, compromised credentials, or other means)
  2. Identifying the vulnerable Hyper-V host configuration
  3. Triggering the integer overflow condition through specially crafted operations
  4. Leveraging the overflow to gain SYSTEM privileges on the host

Given that this vulnerability is actively exploited in the wild and listed in CISA's KEV catalog, attackers have demonstrated practical exploitation capabilities in real-world environments.

Detection Methods for CVE-2024-38080

Indicators of Compromise

  • Unusual process activity originating from vmwp.exe (Virtual Machine Worker Process) or vmms.exe (Virtual Machine Management Service) on Hyper-V hosts
  • Unexpected privilege escalation events within Hyper-V host systems, particularly SYSTEM-level process creation from VM contexts
  • Anomalous memory allocation patterns or crashes in Hyper-V-related services
  • Event log entries indicating VM escape attempts or hypervisor integrity violations

Detection Strategies

  • Monitor Windows Security Event logs for Event ID 4688 (Process Creation) with suspicious parent-child relationships involving Hyper-V processes
  • Implement EDR solutions like SentinelOne to detect behavioral anomalies associated with privilege escalation and VM escape techniques
  • Enable Windows Defender Credential Guard logging to detect attempts to access protected memory regions
  • Deploy SIEM rules to correlate Hyper-V service events with subsequent privilege escalation indicators

Monitoring Recommendations

  • Configure centralized logging for all Hyper-V hosts with real-time alerting on critical security events
  • Establish baseline behavior for Hyper-V worker processes and alert on deviations
  • Monitor for lateral movement from Hyper-V hosts following any suspected compromise
  • Implement network segmentation monitoring to detect unauthorized communications from hypervisor hosts

How to Mitigate CVE-2024-38080

Immediate Actions Required

  • Apply the Microsoft July 2024 security update immediately to all affected Windows 11 and Windows Server 2022 systems running Hyper-V
  • Prioritize patching production Hyper-V hosts, especially those in multi-tenant or internet-facing environments
  • Conduct an inventory of all Hyper-V deployments to ensure complete patch coverage
  • Review guest VM access controls and remove unnecessary user privileges

Patch Information

Microsoft has released security updates addressing CVE-2024-38080 as part of the July 2024 Patch Tuesday release cycle. The official security advisory and patch downloads are available through the Microsoft Security Response Center (MSRC). Given the active exploitation status and CISA KEV listing, organizations should treat this patch as an emergency priority.

CISA has added this vulnerability to the Known Exploited Vulnerabilities Catalog, requiring federal agencies to remediate within mandated timelines.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling Hyper-V on non-critical systems until patches can be applied
  • Restrict local access to guest VMs to only essential personnel and service accounts
  • Implement additional network segmentation between Hyper-V hosts and critical infrastructure
  • Enable enhanced monitoring and logging on Hyper-V hosts to detect exploitation attempts during the remediation window
bash
# Verify Hyper-V patch installation status
# Check for July 2024 cumulative update installation
wmic qfe list | findstr /i "KB5040442"

# Alternatively, use PowerShell to verify
Get-HotFix | Where-Object {$_.HotFixID -like "*KB5040442*"}

# Disable Hyper-V temporarily if patching is delayed (requires reboot)
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability19.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-190

  • NVD-CWE-noinfo
  • Technical References
  • CISA Known Exploited Vulnerability List
  • Vendor Resources
  • Microsoft CVE-2024-38080 Update
  • Related CVEs
  • CVE-2026-33104: Windows Win32K Privilege Escalation Flaw

  • CVE-2026-33101: Windows Print Spooler Privilege Escalation

  • CVE-2026-33099: Windows WinSock Privilege Escalation Flaw

  • CVE-2026-33098: Windows Container Isolation Privilege Escalation
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