banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-2021-21972

CVE-2021-21972: VMware Cloud Foundation RCE Vulnerability

CVE-2021-21972 is a remote code execution vulnerability in VMware Cloud Foundation's vSphere Client that allows attackers with network access to port 443 to execute commands with unrestricted privileges on vCenter Server.

Published: March 4, 2026

CVE-2021-21972 Overview

CVE-2021-21972 is a critical remote code execution vulnerability affecting the vSphere Client (HTML5) component of VMware vCenter Server. The vulnerability exists within a vCenter Server plugin and allows a malicious actor with network access to port 443 to execute arbitrary commands with unrestricted privileges on the underlying operating system that hosts vCenter Server.

This vulnerability is particularly dangerous because it requires no authentication and can be exploited remotely over the network. Given that vCenter Server is a central management platform for VMware virtualized environments, successful exploitation could give attackers complete control over an organization's entire virtual infrastructure, including all managed ESXi hosts and virtual machines.

Critical Impact

Unauthenticated remote code execution with root/SYSTEM privileges on vCenter Server, enabling complete compromise of virtualized infrastructure.

Affected Products

  • VMware vCenter Server 7.x before 7.0 U1c
  • VMware vCenter Server 6.7 before 6.7 U3l
  • VMware vCenter Server 6.5 before 6.5 U3n
  • VMware Cloud Foundation 4.x before 4.2
  • VMware Cloud Foundation 3.x before 3.10.1.2

Discovery Timeline

  • February 24, 2021 - CVE-2021-21972 published to NVD
  • October 30, 2025 - Last updated in NVD database

Technical Details for CVE-2021-21972

Vulnerability Analysis

The vulnerability resides in the vRealize Operations (vROps) vCenter plugin, which is installed by default on vCenter Server regardless of whether vRealize Operations is actually in use. The vulnerable endpoint /ui/vropspluginui/rest/services/uploadova is accessible without authentication and allows arbitrary file upload via path traversal.

The root cause is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as Path Traversal). Attackers can craft malicious HTTP requests that include path traversal sequences to write arbitrary files to any location on the filesystem. On Linux-based vCenter Server Appliance (VCSA), attackers can upload SSH keys or cron jobs to achieve code execution. On Windows-based vCenter installations, attackers can write files to the webroot to deploy web shells.

This vulnerability has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. The availability of public exploit code on ExploitDB has significantly lowered the barrier for attackers.

Root Cause

The vulnerability stems from insufficient input validation in the file upload functionality of the vROps plugin. The plugin fails to properly sanitize the file path parameter in upload requests, allowing attackers to use directory traversal sequences (such as ../) to escape the intended upload directory and write files to arbitrary locations on the server's filesystem.

The vulnerable endpoint processes multipart form data for OVA file uploads but does not validate that the destination path remains within expected boundaries. This allows an attacker to specify a crafted filename containing path traversal characters that resolve to sensitive system directories.

Attack Vector

The attack is network-based and requires no prior authentication. An attacker needs only network access to port 443 (HTTPS) on the vCenter Server to exploit this vulnerability. The attack flow typically involves:

  1. The attacker sends a crafted HTTP POST request to the vulnerable /ui/vropspluginui/rest/services/uploadova endpoint
  2. The request contains path traversal sequences in the filename parameter to escape the upload directory
  3. The malicious file is written to an attacker-controlled location on the filesystem
  4. Depending on the operating system, the attacker achieves code execution through SSH key injection (Linux) or web shell deployment (Windows)

The exploitation does not require any user interaction, making this vulnerability particularly severe. Successful exploitation results in command execution with the privileges of the vCenter Server process, which typically runs as root on Linux (VCSA) or SYSTEM on Windows.

Detection Methods for CVE-2021-21972

Indicators of Compromise

  • HTTP POST requests to /ui/vropspluginui/rest/services/uploadova from external or unexpected IP addresses
  • Presence of unauthorized files in system directories such as /root/.ssh/authorized_keys on VCSA or web shells in the vCenter web directories
  • Unexpected SSH connections or new cron jobs on VCSA appliances
  • Suspicious process execution originating from the vCenter Server service

Detection Strategies

  • Monitor web server access logs for requests containing path traversal patterns targeting the /ui/vropspluginui/rest/services/uploadova endpoint
  • Implement network intrusion detection rules to identify exploitation attempts containing characteristic path traversal sequences
  • Deploy file integrity monitoring on critical system directories to detect unauthorized file creation or modification
  • Review authentication logs for unexpected SSH key-based logins following potential exploitation windows

Monitoring Recommendations

  • Enable detailed logging on vCenter Server and forward logs to a SIEM for centralized analysis and alerting
  • Configure alerts for any access to the vulnerable vROps plugin endpoints from non-administrative networks
  • Monitor outbound network connections from vCenter Server for potential command-and-control communication
  • Implement behavioral analysis to detect anomalous process execution patterns on vCenter systems

How to Mitigate CVE-2021-21972

Immediate Actions Required

  • Apply the appropriate VMware security patch immediately based on your vCenter Server version (7.0 U1c, 6.7 U3l, or 6.5 U3n)
  • If immediate patching is not possible, implement the workaround by disabling the vulnerable vROps plugin
  • Restrict network access to vCenter Server port 443 to only authorized management networks and administrators
  • Conduct forensic review of vCenter systems to identify any signs of prior exploitation

Patch Information

VMware has released security patches addressing CVE-2021-21972 in the following versions:

  • vCenter Server 7.0: Update to version 7.0 U1c or later
  • vCenter Server 6.7: Update to version 6.7 U3l or later
  • vCenter Server 6.5: Update to version 6.5 U3n or later
  • VMware Cloud Foundation 4.x: Update to version 4.2 or later
  • VMware Cloud Foundation 3.x: Update to version 3.10.1.2 or later

Refer to the VMware Security Advisory VMSA-2021-0002 for detailed patching instructions and additional security guidance.

Workarounds

  • Disable the vROps plugin by setting the plugin's compatibility matrix file to incompatible status as described in VMware KB 82374
  • Implement network segmentation to restrict access to vCenter management interfaces from untrusted networks
  • Deploy a web application firewall (WAF) with rules to block requests containing path traversal sequences targeting vCenter endpoints
  • Consider placing vCenter Server behind a VPN or jump host to limit direct network exposure
bash
# Workaround: Disable vROps plugin on vCenter Server Appliance (VCSA)
# Navigate to the plugin directory and make compatibility file incompatible
cd /etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity/
# Backup and modify the compatibility matrix
cp com.vmware.vrops.install-*-manifest.zip /tmp/backup/
# Remove or disable the vROps plugin package

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVmware

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.82%

  • 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-22
  • Technical References
  • Packet Storm Advisory: Arbitrary File Upload

  • Packet Storm Advisory: Remote Code Execution

  • Packet Storm Advisory: Remote Code Execution

  • CISA Known Exploited Vulnerability: CVE-2021-21972
  • Vendor Resources
  • VMware Security Advisory: VMSA-2021-0002
  • Related CVEs
  • CVE-2026-22719: VMware Aria Operations RCE Vulnerability

  • CVE-2024-38812: VMware Cloud Foundation RCE Vulnerability

  • CVE-2021-22005: VMware Cloud Foundation RCE Vulnerability

  • CVE-2025-41237: VMware ESXi VMCI RCE Vulnerability
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
  • English
  • 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