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-2022-22982

CVE-2022-22982: VMware Cloud Foundation SSRF Vulnerability

CVE-2022-22982 is a server-side request forgery flaw in VMware Cloud Foundation vCenter Server that enables attackers to access external URLs or internal services. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2022-22982 Overview

CVE-2022-22982 is a Server-Side Request Forgery (SSRF) vulnerability affecting VMware vCenter Server. This vulnerability allows a malicious actor with network access to port 443 on the vCenter Server to exploit the issue by accessing URL requests outside of vCenter Server or accessing internal services. SSRF vulnerabilities in centralized management platforms like vCenter Server are particularly dangerous as they can serve as a pivot point for attackers to probe internal network resources and services that would otherwise be inaccessible from external networks.

Critical Impact

Attackers with network access to vCenter Server port 443 can leverage this SSRF vulnerability to access internal services and external URLs, potentially enabling reconnaissance of internal network infrastructure and unauthorized access to sensitive resources.

Affected Products

  • VMware vCenter Server 6.5 (all updates through 6.5 Update 3s)
  • VMware vCenter Server 6.7 (all updates through 6.7 Update 3q)
  • VMware vCenter Server 7.0 (all updates through 7.0 Update 3e)
  • VMware Cloud Foundation (multiple versions)

Discovery Timeline

  • July 13, 2022 - CVE-2022-22982 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-22982

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability in VMware vCenter Server (classified under CWE-918) allows attackers to manipulate the server into making HTTP requests to arbitrary destinations. The vulnerability exists in the vCenter Server's handling of URL requests, where insufficient validation allows an attacker to craft requests that the server will execute on behalf of the attacker.

The attack requires network access to port 443, which is the standard HTTPS management port for vCenter Server. Once exploited, the attacker can force the vCenter Server to make requests to internal services that may not be directly accessible from the attacker's network position, effectively using vCenter as a proxy into the internal network. This can lead to significant information disclosure as the attacker can probe internal network topology, identify running services, and potentially access sensitive data from internal endpoints.

Root Cause

The root cause of this vulnerability lies in improper input validation of user-controlled URL parameters within the vCenter Server application. The server fails to adequately restrict the destinations of server-side HTTP requests, allowing attackers to specify arbitrary URLs that the server will then access. This lack of proper URL validation and allowlisting enables the SSRF attack vector.

Attack Vector

The attack is conducted over the network, targeting the vCenter Server's HTTPS interface on port 443. An attacker does not require authentication to exploit this vulnerability, making it accessible to any network-adjacent threat actor. The exploitation process involves:

  1. Identifying a vCenter Server instance exposed on port 443
  2. Crafting a malicious request containing a URL parameter pointing to an internal service or external destination
  3. Sending the crafted request to the vulnerable vCenter Server endpoint
  4. The server processes the request and makes an HTTP request to the attacker-specified destination
  5. The attacker observes the response or side effects to extract information

The vulnerability can be used to access internal services such as metadata endpoints, internal web applications, or to perform port scanning of the internal network. It can also be leveraged to make requests to external URLs, potentially useful for exfiltrating data or establishing communication channels.

Detection Methods for CVE-2022-22982

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from vCenter Server to internal IP addresses or unexpected external destinations
  • Log entries showing vCenter Server accessing internal metadata services or non-standard endpoints
  • Network traffic patterns indicating port scanning activity originating from the vCenter Server
  • Unexpected responses or errors in vCenter logs related to URL fetching operations

Detection Strategies

  • Monitor vCenter Server logs for anomalous URL access patterns, particularly requests to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x) or cloud metadata endpoints (169.254.169.254)
  • Implement network monitoring rules to detect unusual outbound connections from vCenter Server to internal services it should not typically access
  • Deploy SentinelOne Singularity to detect and alert on suspicious network behavior patterns associated with SSRF exploitation
  • Review firewall and proxy logs for unexpected traffic flows originating from the vCenter Server

Monitoring Recommendations

  • Enable detailed logging on vCenter Server and forward logs to a SIEM for correlation and analysis
  • Configure network segmentation monitoring to detect cross-boundary access attempts from the vCenter Server
  • Implement egress filtering and monitoring on the vCenter Server network segment to identify unauthorized outbound requests
  • Use SentinelOne's network visibility features to track and alert on anomalous vCenter Server network activity

How to Mitigate CVE-2022-22982

Immediate Actions Required

  • Apply the security patches provided by VMware as detailed in the VMware Security Advisory VMSA-2022-0018
  • Restrict network access to vCenter Server port 443 to only authorized management workstations and systems
  • Implement network segmentation to limit the internal resources accessible from the vCenter Server network segment
  • Review and audit current vCenter Server access logs for any signs of exploitation

Patch Information

VMware has released security patches addressing this vulnerability. Administrators should consult the VMware Security Advisory VMSA-2022-0018 for specific patch versions and upgrade paths. The affected versions include vCenter Server 6.5, 6.7, and 7.0 series, as well as VMware Cloud Foundation deployments that include vCenter Server.

Organizations should prioritize patching based on the exposure of their vCenter Server instances. Internet-facing or DMZ-adjacent vCenter deployments should be treated with highest priority.

Workarounds

  • Implement strict firewall rules to limit outbound connections from vCenter Server to only necessary destinations
  • Deploy a web application firewall (WAF) in front of vCenter Server to filter potentially malicious requests
  • Use network segmentation to isolate vCenter Server from sensitive internal services that could be targeted via SSRF
  • Consider implementing proxy-based egress controls to monitor and restrict server-initiated HTTP requests
bash
# Example firewall rule to restrict vCenter outbound access (iptables)
# Restrict outbound HTTP/HTTPS from vCenter to only approved destinations
iptables -A OUTPUT -p tcp --dport 80 -m owner --uid-owner vcenter -j DROP
iptables -A OUTPUT -p tcp --dport 443 -m owner --uid-owner vcenter -j DROP
# Allow specific approved destinations
iptables -I OUTPUT -p tcp --dport 443 -d trusted.update.server.com -j ACCEPT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVmware

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • VMware Security Advisory VMSA-2022-0018
  • Related CVEs
  • CVE-2021-21973: VMware Cloud Foundation SSRF Vulnerability

  • CVE-2025-22215: VMware Aria Automation SSRF Vulnerability

  • CVE-2026-22716: VMware Workstation Privilege Escalation

  • CVE-2026-22717: VMware Workstation Info Disclosure Flaw
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