CVE-2025-41237
VMware Workstation vulnerability analysis and mitigation

Overview

CVE-2025-41237 is a VMCI (Virtual Machine Communication Interface) integer-underflow vulnerability in VMware ESXi, Workstation, and Fusion that leads to an out-of-bounds write, enabling potential VM escape and host-level code execution. It was disclosed on July 15, 2025, as part of Broadcom security advisory VMSA-2025-0013, and was originally discovered and exploited at the Pwn2Own Berlin 2025 competition. Affected versions include ESXi 7.0 (before ESXi70U3w-24784741), ESXi 8.0 (before ESXi80U3f-24784735 and ESXi80U2e-24789317), Workstation 17.x (before 17.6.4), and Fusion 13.x (before 13.6.4). The vulnerability carries a CVSS v3.1 base score of 9.3 (Critical) for Workstation/Fusion and 8.4 (Important) for ESXi (Broadcom Advisory, ZDI Advisory).

Technical details

The root cause is an integer underflow (CWE-787: Out-of-bounds Write) in the VMCI subsystem, which is responsible for high-speed communication between virtual machines and the host. When a malicious actor triggers the underflow condition, it results in an out-of-bounds write that can corrupt memory in the VMX process — the host-side process managing the virtual machine. Exploitation requires local administrative privileges within the guest VM but does not require any user interaction or elevated host-side privileges. The vulnerability was reported by Corentin BAYET (@OnlyTheDuck) of REverse Tactics, working with the Zero Day Initiative at Pwn2Own Berlin 2025 (Broadcom Advisory, ZDI Advisory).

Impact

On VMware Workstation and Fusion, successful exploitation allows an attacker with guest VM administrative access to execute arbitrary code on the underlying host machine, representing a full VM escape with high confidentiality, integrity, and availability impact. On ESXi, exploitation is contained within the VMX sandbox, limiting the blast radius to the VMX process rather than the full hypervisor host. In both cases, the scope change (S:C in CVSS) reflects that the impact crosses the VM boundary, and in Workstation/Fusion environments this could enable lateral movement to the host OS and any other resources accessible from it (Broadcom Advisory, Security Affairs).

Exploitability

The vulnerability was demonstrated at Pwn2Own Berlin 2025, where researchers earned $340,000 for VMware-related exploits, confirming real-world exploitability under controlled conditions. A ZDI advisory was published on March 16, 2026, and Security Affairs reported it as exploited at Pwn2Own. No public proof-of-concept exploit code is known to be available outside the competition context, and there is no confirmed evidence of in-the-wild exploitation by threat actors. The EPSS score is approximately 0.017% (very low probability of exploitation in the next 30 days), and the vulnerability is not currently listed in the CISA KEV catalog (ZDI Advisory, Security Affairs, SecurityWeek).

Exploitation steps

  1. Gain guest VM administrative access: Obtain local administrative (root/Administrator) privileges inside a target virtual machine running on a vulnerable VMware ESXi, Workstation, or Fusion host.
  2. Interact with the VMCI interface: Use the VMCI driver or API available within the guest OS to send crafted messages or requests to the VMCI subsystem, which facilitates communication between the guest and the VMX host process.
  3. Trigger integer underflow: Craft a malformed VMCI request with specific size or length parameters designed to cause an integer underflow in the host-side VMCI handling code within the VMX process.
  4. Achieve out-of-bounds write: The underflow causes the VMX process to write data beyond the intended memory buffer boundary, corrupting adjacent memory structures in the VMX process heap or stack.
  5. Execute code in VMX process context: Leverage the memory corruption to redirect execution flow (e.g., via overwriting function pointers or return addresses) to attacker-controlled code running as the VMX process on the host.
  6. Escalate on Workstation/Fusion: On Workstation or Fusion, the VMX process runs with host OS user privileges, enabling further lateral movement or privilege escalation on the host machine (Broadcom Advisory, ZDI Advisory).

Indicators of compromise

  • Process: Unexpected child processes spawned by the VMX process (e.g., vmware-vmx) on the host, particularly shells or network utilities not normally associated with VMware.
  • Logs: Crash dumps or core files from the VMX process (vmware-vmx) on the host; VMware log files (e.g., vmware.log in the VM directory) showing VMCI-related errors, memory access violations, or unexpected process termination.
  • Network: Unusual outbound network connections originating from the VMX process or host system shortly after VMCI activity from a guest VM.
  • File System: New or modified files in the VMware installation directory or host OS temp directories created by the VMX process; unexpected executables or scripts dropped on the host by the VMX process.
  • Behavioral: Guest VM making unusually high-frequency or malformed VMCI calls; VMX process consuming abnormal CPU or memory resources (Broadcom Advisory).

Mitigation and workarounds

Broadcom has released patches addressing CVE-2025-41237 with no available workarounds. Apply the following fixed versions immediately: ESXi 7.0 → ESXi70U3w-24784741; ESXi 8.0 → ESXi80U3f-24784735 or ESXi80U2e-24789317; VMware Workstation 17.x → 17.6.4; VMware Fusion 13.x → 13.6.4; VMware Cloud Foundation 5.x/4.5.x → async patch to the corresponding ESXi build. As an interim measure, restrict local administrative access within guest VMs and monitor for anomalous VMCI activity. Prioritize patching Workstation and Fusion deployments, as exploitation on those platforms can result in full host-level code execution rather than being sandboxed (Broadcom Advisory).

Community reactions

The vulnerability generated significant attention given its Pwn2Own Berlin 2025 origin, with SecurityWeek reporting that researchers earned $340,000 for VMware-related exploits at the event (SecurityWeek). BleepingComputer covered the patches as fixing "four ESXi zero-day bugs exploited at Pwn2Own Berlin," highlighting the severity of the VM escape class of vulnerabilities (BleepingComputer). Multiple national CERTs including CERT-EU, Canada's CCCS, Singapore's CSA, and Hong Kong's GovCERT issued advisories urging immediate patching. Reddit communities (r/vmware and r/sysadmin) saw active discussion with administrators expressing urgency around patching ESXi and Workstation deployments. Qualys and Tenable both released detection plugins shortly after the advisory was published (Qualys ThreatProtect).

Additional resources


SourceThis report was generated using AI

Related VMware Workstation vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-41238CRITICAL9.3
  • VMware Workstation logoVMware Workstation
  • cpe:2.3:a:vmware:workstation
NoYesJul 15, 2025
CVE-2025-41237CRITICAL9.3
  • VMware Workstation logoVMware Workstation
  • VMware_bootbank_esx-base
NoYesJul 15, 2025
CVE-2025-41236CRITICAL9.3
  • VMware Workstation logoVMware Workstation
  • cpe:2.3:a:vmware:workstation
NoYesJul 15, 2025
CVE-2026-41703HIGH7.6
  • VMware Workstation logoVMware Workstation
  • cpe:2.3:a:vmware:workstation
NoYesJul 30, 2026
CVE-2025-41239HIGH7.1
  • VMware Workstation logoVMware Workstation
  • cpe:2.3:a:vmware:tools
NoYesJul 15, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management