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-2025-62627

CVE-2025-62627: VMWare ESXi Information Disclosure Flaw

CVE-2025-62627 is an information disclosure vulnerability in VMWare ESXi's ionic cloud driver that allows unprivileged VM attackers to read kernel or guest VM memory. This article covers technical details, impact, and mitigation.

Published: May 17, 2026

CVE-2025-62627 Overview

CVE-2025-62627 is an untrusted pointer dereference vulnerability [CWE-822] in the ionic cloud driver for VMware ESXi. An attacker operating an unprivileged virtual machine can trigger the flaw to read kernel memory or memory belonging to co-located guest VMs. The result is a loss of confidentiality and potential loss of availability on the host. AMD published a security bulletin tracking the issue.

Critical Impact

An unprivileged guest VM can read hypervisor kernel memory or co-located guest memory, breaking tenant isolation on shared ESXi hosts.

Affected Products

  • VMware ESXi hosts running the ionic cloud driver
  • AMD Pensando ionic-based network adapters operating under ESXi
  • Multi-tenant virtualization environments using the affected driver stack

Discovery Timeline

  • 2026-05-13 - CVE-2025-62627 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-62627

Vulnerability Analysis

The vulnerability resides in the ionic cloud driver, a kernel-mode component on VMware ESXi that services AMD Pensando network hardware. The driver dereferences a pointer that originates from, or is influenced by, an untrusted source without validating that the pointer references memory the caller is permitted to access.

Because the driver executes in the hypervisor kernel context, dereferencing an attacker-controlled pointer exposes memory regions that should remain isolated from guest workloads. This breaks the confidentiality boundary that separates an unprivileged VM from the hypervisor and from other tenants on the same host. Exploitation requires local access via a guest VM and elevated attack complexity, but the attacker only needs low privileges within their own VM.

Root Cause

The root cause is improper validation of a pointer value before dereference, classified as [CWE-822: Untrusted Pointer Dereference]. The driver trusts a pointer that can be shaped or influenced through the guest interface and reads memory at that location, returning kernel or cross-guest data to the caller.

Attack Vector

An attacker with low privileges inside an unprivileged guest VM issues crafted requests to the ionic driver interface exposed through the virtualization stack. By controlling the pointer value consumed by the driver, the attacker induces reads of arbitrary kernel addresses or addresses mapped to neighboring guests. The condition can also corrupt driver state, leading to denial of service on the ESXi host.

No public proof-of-concept code is available. Technical details are documented in the AMD Security Bulletin AMD-SB-2001.

Detection Methods for CVE-2025-62627

Indicators of Compromise

  • Unexpected ESXi host kernel warnings or PSOD events referencing the ionic driver module
  • Repeated driver-level errors in vmkernel.log correlated with activity from a specific guest VM
  • Anomalous device control or ioctl-style traffic from guest VMs targeting the ionic interface

Detection Strategies

  • Monitor ESXi host logs for ionic driver fault traces, null or invalid address reads, and kernel exceptions
  • Baseline expected driver interaction patterns per VM and alert on outliers in volume or sequence
  • Correlate guest-side process activity with host-side driver errors to attribute suspicious calls to a specific tenant

Monitoring Recommendations

  • Forward ESXi vmkernel.log and hostd.log to a centralized logging platform for retention and analysis
  • Track AMD and VMware advisory feeds for updated driver versions and indicators
  • Enable hypervisor integrity monitoring on multi-tenant clusters to flag unexpected memory access patterns

How to Mitigate CVE-2025-62627

Immediate Actions Required

  • Inventory all ESXi hosts running the ionic cloud driver and identify hosts shared across tenants
  • Apply the driver update referenced in the AMD Security Bulletin AMD-SB-2001 once available from VMware or the hardware vendor
  • Restrict workload placement so that untrusted or low-trust VMs do not co-reside with sensitive workloads on affected hosts

Patch Information

Refer to the AMD Security Bulletin AMD-SB-2001 for the authoritative list of affected driver versions and fixed releases. Coordinate driver updates with VMware ESXi patch cycles and validate the driver version on each host after upgrade.

Workarounds

  • Disable or unload the ionic cloud driver on hosts that do not require AMD Pensando network functionality
  • Migrate sensitive workloads to ESXi hosts that do not expose the affected driver to guests
  • Apply strict tenant segregation policies and avoid co-locating untrusted VMs with privileged workloads until patched
bash
# Identify ionic driver presence and version on an ESXi host
esxcli software vib list | grep -i ionic
vmkload_mod -l | grep -i ionic

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVmware

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:L/VA:H/SC:H/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-822
  • Technical References
  • AMD Security Bulletin
  • Related CVEs
  • CVE-2026-22717: VMware Workstation Info Disclosure Flaw

  • CVE-2022-22948: VMware Cloud Foundation Info Disclosure

  • CVE-2025-41239: VMware vSockets Information Disclosure

  • CVE-2024-22275: VMware vCenter Server File Read Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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