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
    • 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-34048

CVE-2023-34048: VMware vCenter Server RCE Vulnerability

CVE-2023-34048 is an out-of-bounds write RCE vulnerability in VMware vCenter Server's DCERPC protocol implementation. Attackers with network access can exploit this flaw to execute remote code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-34048 Overview

CVE-2023-34048 is a critical out-of-bounds write vulnerability in VMware vCenter Server's implementation of the DCERPC (Distributed Computing Environment / Remote Procedure Calls) protocol. A malicious actor with network access to vCenter Server may trigger an out-of-bounds write, potentially leading to remote code execution. This vulnerability requires no authentication or user interaction, making it particularly dangerous for organizations running exposed vCenter Server instances.

Critical Impact

This vulnerability enables unauthenticated remote code execution on VMware vCenter Server. CISA has added CVE-2023-34048 to their Known Exploited Vulnerabilities catalog, confirming active exploitation in the wild.

Affected Products

  • VMware vCenter Server 7.0 (all updates through 7.0 Update 3n)
  • VMware vCenter Server 8.0 (all updates through 8.0 Update 1c)
  • VMware Cloud Foundation (vCenter Server) - versions 4.x and 5.x

Discovery Timeline

  • October 25, 2023 - CVE-2023-34048 published to NVD
  • October 30, 2025 - Last updated in NVD database

Technical Details for CVE-2023-34048

Vulnerability Analysis

CVE-2023-34048 is an out-of-bounds write vulnerability (CWE-787) residing in vCenter Server's DCERPC protocol implementation. The DCERPC protocol is used for remote procedure calls in distributed computing environments and is a core component of vCenter Server's communication infrastructure. The vulnerability allows an attacker with network access to the vCenter Server to write data beyond the boundaries of allocated memory buffers, which can be leveraged to achieve arbitrary code execution with the privileges of the vCenter Server service.

The exploitation of this vulnerability is particularly concerning because it requires no prior authentication and no user interaction. An attacker simply needs network connectivity to the vCenter Server's management interface to exploit this flaw. Given that vCenter Server is the centralized management platform for VMware virtualized environments, successful exploitation could grant attackers complete control over an organization's entire virtual infrastructure.

Root Cause

The root cause of CVE-2023-34048 is improper bounds checking in the DCERPC protocol handler within vCenter Server. When processing specially crafted DCERPC messages, the server fails to properly validate the size or boundaries of input data before writing it to memory. This allows an attacker to craft malicious DCERPC requests that cause the server to write data past the end of an allocated buffer, corrupting adjacent memory regions and potentially hijacking execution flow.

Attack Vector

The attack vector for CVE-2023-34048 is network-based, targeting the DCERPC service exposed by vCenter Server. An attacker can exploit this vulnerability by:

  1. Identifying a network-accessible vCenter Server instance
  2. Crafting malicious DCERPC protocol messages with payload designed to trigger the out-of-bounds write condition
  3. Sending these messages to the vCenter Server's DCERPC endpoint
  4. Leveraging the memory corruption to achieve code execution

The vulnerability mechanism involves sending specially crafted DCERPC packets to vCenter Server that exploit insufficient boundary validation in the protocol implementation. When the server processes these malicious packets, it writes data beyond allocated memory boundaries, leading to memory corruption that can be leveraged for remote code execution. For detailed technical analysis, refer to the VMware Security Advisory VMSA-2023-0023.

Detection Methods for CVE-2023-34048

Indicators of Compromise

  • Unexpected network connections to vCenter Server on DCERPC-related ports (typically TCP 135, 2020, or dynamic RPC ports)
  • Abnormal process spawning from vCenter Server services, particularly vpxd or related components
  • Unusual memory allocation patterns or crash dumps in vCenter Server logs indicating buffer overflows
  • Evidence of lateral movement originating from the vCenter Server within the virtualized environment

Detection Strategies

  • Deploy network intrusion detection signatures to identify anomalous DCERPC traffic patterns targeting vCenter Server
  • Monitor vCenter Server process behavior for unexpected child process creation or code execution attempts
  • Implement endpoint detection and response (EDR) solutions on vCenter Server Appliance to detect post-exploitation activities
  • Review vCenter Server logs for authentication anomalies or unauthorized API calls following potential exploitation

Monitoring Recommendations

  • Enable verbose logging on vCenter Server and forward logs to a SIEM for correlation and analysis
  • Configure alerts for any network traffic to vCenter Server from untrusted network segments
  • Monitor for new or modified files in vCenter Server directories that could indicate malware persistence
  • Establish baseline behavior for vCenter Server and alert on deviations that could indicate compromise

How to Mitigate CVE-2023-34048

Immediate Actions Required

  • Apply VMware security patches immediately as this vulnerability is actively exploited in the wild
  • Restrict network access to vCenter Server management interfaces using firewall rules to allow only trusted administrative networks
  • Implement network segmentation to isolate vCenter Server from general user networks and the internet
  • Review vCenter Server logs and network traffic for indicators of prior exploitation attempts

Patch Information

VMware has released security updates to address CVE-2023-34048. Organizations should apply the following patches as documented in VMware Security Advisory VMSA-2023-0023:

  • vCenter Server 8.0: Update to version 8.0 U1d or later
  • vCenter Server 7.0: Update to version 7.0 U3o or later
  • VMware Cloud Foundation: Apply the corresponding async patch for your version

VMware has also released patches for end-of-life versions (6.7 and 6.5) given the critical nature of this vulnerability. Organizations running these versions should upgrade to supported versions after applying the emergency patches.

Workarounds

  • If immediate patching is not possible, restrict network access to vCenter Server to only trusted management networks using firewall rules
  • Implement strict network ACLs to block untrusted traffic to vCenter Server's DCERPC ports
  • Consider placing vCenter Server behind a jump host or bastion server to limit direct network exposure
  • Monitor vCenter Server closely for signs of exploitation while working toward patch deployment
bash
# Example: Restrict vCenter access using iptables (on management network gateway)
# Allow access only from trusted management subnet
iptables -A INPUT -s 10.10.10.0/24 -d <vcenter_ip> -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -s 10.10.10.0/24 -d <vcenter_ip> -p tcp --dport 2020 -j ACCEPT
iptables -A INPUT -d <vcenter_ip> -p tcp --dport 443 -j DROP
iptables -A INPUT -d <vcenter_ip> -p tcp --dport 2020 -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 Probability93.21%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-787
  • Technical References
  • Vicarius Blog on CVE-2023-34048

  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • VMware Security Advisory VMSA-2023-0023
  • Related CVEs
  • CVE-2021-21985: VMware vCenter Server RCE Vulnerability

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

  • CVE-2024-37080: 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