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

CVE-2024-37080: VMware vCenter Server RCE Vulnerability

CVE-2024-37080 is a heap-overflow RCE vulnerability in VMware vCenter Server's DCERPC protocol that enables remote code execution. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-37080 Overview

CVE-2024-37080 is a critical heap-overflow vulnerability in VMware vCenter Server's implementation of the DCERPC (Distributed Computing Environment / Remote Procedure Calls) protocol. This vulnerability allows a malicious actor with network access to vCenter Server to execute arbitrary code remotely by sending a specially crafted network packet. Given vCenter Server's central role in managing VMware virtualization infrastructure, successful exploitation could result in complete compromise of the virtualized environment.

Critical Impact

Remote code execution without authentication on VMware vCenter Server, potentially allowing attackers to take complete control of virtualized infrastructure and all managed ESXi hosts.

Affected Products

  • VMware vCenter Server 7.0 (all versions through Update 3p)
  • VMware vCenter Server 8.0 (all versions through Update 2c)
  • VMware Cloud Foundation (versions using affected vCenter Server)

Discovery Timeline

  • June 18, 2024 - CVE-2024-37080 published to NVD
  • March 13, 2025 - Last updated in NVD database

Technical Details for CVE-2024-37080

Vulnerability Analysis

This vulnerability resides in vCenter Server's DCERPC protocol implementation, which is used for remote service communication within VMware environments. The heap-overflow condition occurs when the server processes maliciously crafted network packets, allowing attackers to corrupt heap memory structures. Since this vulnerability requires no authentication and can be exploited remotely over the network, it represents a significant threat to organizations running vulnerable vCenter Server instances.

The DCERPC protocol is fundamental to Windows-based network communication and is used extensively in enterprise environments for remote procedure calls. VMware's implementation of this protocol in vCenter Server contains insufficient bounds checking when processing certain packet structures, leading to the heap buffer overflow condition (CWE-122, CWE-787).

Root Cause

The root cause is an out-of-bounds write vulnerability (CWE-787) manifesting as a heap-based buffer overflow (CWE-122) in the DCERPC protocol handling code. When vCenter Server receives specially crafted DCERPC packets, insufficient validation of packet length or structure fields allows data to be written beyond the allocated heap buffer boundaries. This memory corruption can be leveraged to overwrite adjacent heap metadata or application data, ultimately enabling arbitrary code execution.

Attack Vector

The attack vector is network-based, requiring only network connectivity to the vCenter Server management interface. An attacker can exploit this vulnerability by:

  1. Identifying a vulnerable vCenter Server instance exposed on the network
  2. Crafting a malicious DCERPC packet with oversized or malformed data fields
  3. Sending the packet to the vCenter Server's DCERPC service endpoint
  4. Triggering the heap overflow to corrupt memory and gain code execution

The vulnerability requires no user interaction or prior authentication, making it particularly dangerous for internet-exposed or insufficiently segmented vCenter Server deployments.

The exploitation mechanism involves sending malformed DCERPC protocol packets that trigger the heap overflow condition. Due to the sensitive nature of this vulnerability, specific exploitation details are not provided here. Organizations should refer to the Broadcom Security Advisory for additional technical information and remediation guidance.

Detection Methods for CVE-2024-37080

Indicators of Compromise

  • Unexpected crashes or service restarts of vCenter Server services, particularly related to DCERPC handling
  • Anomalous network traffic patterns targeting vCenter Server on DCERPC-related ports (TCP 135, 445, or dynamic RPC ports)
  • Evidence of heap corruption or memory access violations in vCenter Server logs
  • Unauthorized processes spawning from vCenter Server service contexts

Detection Strategies

  • Deploy network intrusion detection signatures to identify malformed DCERPC packets targeting vCenter Server
  • Monitor vCenter Server process memory for signs of heap corruption or anomalous memory allocation patterns
  • Implement application-level logging to capture DCERPC transaction details and flag oversized requests
  • Use endpoint detection and response (EDR) solutions to monitor for post-exploitation behaviors on vCenter Server hosts

Monitoring Recommendations

  • Enable verbose logging on vCenter Server and configure centralized log collection for security analysis
  • Monitor network connections to vCenter Server and alert on traffic from unauthorized sources
  • Implement file integrity monitoring on vCenter Server binaries and configuration files
  • Establish baseline behavior patterns for vCenter Server services to detect anomalous activity

How to Mitigate CVE-2024-37080

Immediate Actions Required

  • Apply VMware security patches immediately to all affected vCenter Server instances
  • Restrict network access to vCenter Server to authorized management networks only
  • Implement network segmentation to isolate vCenter Server from untrusted network segments
  • Review access logs for any suspicious activity prior to patching

Patch Information

VMware (now Broadcom) has released security updates to address this vulnerability. Organizations should update to the following minimum versions:

  • vCenter Server 8.0: Update to version 8.0 Update 2d or later
  • vCenter Server 7.0: Update to version 7.0 Update 3q or later
  • Cloud Foundation: Apply the corresponding vCenter Server updates per VMware guidance

Detailed patch information is available in the Broadcom Security Advisory.

Workarounds

  • If immediate patching is not possible, implement strict network access controls to limit vCenter Server exposure
  • Use firewall rules to restrict DCERPC protocol access to only trusted management hosts
  • Consider temporarily isolating vCenter Server to a dedicated management VLAN with stringent access controls
  • Monitor for exploitation attempts while preparing to deploy patches
bash
# Example: Restrict vCenter Server network access using iptables
# Allow only trusted management subnet to access vCenter
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Block direct DCERPC access from untrusted networks
iptables -A INPUT -p tcp --dport 135 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 135 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVmware Vcenter Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability36.73%

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

  • CWE-122
  • Vendor Resources
  • Broadcom Security Advisory
  • Related CVEs
  • CVE-2021-21985: VMware vCenter Server RCE Vulnerability

  • CVE-2023-34048: VMware vCenter Server RCE Vulnerability

  • CVE-2024-37079: VMware vCenter Server RCE Vulnerability

  • CVE-2023-20892: VMware vCenter Server RCE 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