Back to threat alerts

VMSA-2026-0006: Multiple VMware ESX, vCenter, Workstation, and Fusion Vulnerabilities

On July 29, 2026, Broadcom published security advisory VMSA-2026-0006, documenting vulnerabilities spanning across multiple structural layers of the vSphere ecosystem, divided primarily between centralised management daemons running on vCenter Server and kernel-level device emulation drivers executing within the ESXi hypervisor.

Threat alert
July 29, 2026
CVE-2026-59309: vCenter Directory Service Authentication Bypass (CVSS 9.8)

The flaw stems from improper identity assertion processing within the VMware Directory Service daemon (vmdir). An unauthenticated threat actor with network access to the vmdir interface can send crafted network traffic to bypass standard authentication checks entirely and establish an administrative session.

Once connected, the attacker gains complete control over the vCenter management plane and can manipulate global administrative configurations, modify virtual machine states, extract sensitive memory snapshots, or compromise attached ESXi hypervisors.

CVE-2026-59310: vCenter Syslog Directory Traversal & RCE (CVSS 9.8)

Located within the vCenter Syslog logging daemon, this directory traversal flaw allows an unauthenticated remote attacker to submit log messages containing path traversal sequences directly to the Syslog service port. By escaping the designated syslog logging directory, the attacker executes arbitrary code with root-level local privileges directly on the underlying vCenter Server Virtual Appliance (vCSA) operating system. This provides a primary entry point for deeper lateral movement across the internal network.


CVE-2026-47876: ESXi VMXNET3 Virtual Machine Escape (CVSS 9.3)

Manifesting as an out-of-bounds write condition within the hypervisor process handling VMXNET3 buffer allocations, this flaw allows an attacker who has already achieved local administrative control inside a guest virtual machine to write malicious payloads beyond allocated buffer boundaries. The attacker breaks out of the guest isolation container and executes arbitrary code directly within the host ESXi hypervisor kernel context. Virtual machines configured with alternative, non-VMXNET3 network adapters remain entirely unaffected by this flaw.


CVE-2026-41703: Multi-Platform Memory Disclosure & DoS (CVSS 7.6)

Caused by an out-of-bounds read error during VM creation or hardware parameter allocation, an authenticated user with VM deployment rights on ESX can trigger memory corruption by supplying specially crafted parameters during provisioning. On ESX hypervisors, this action triggers host process termination resulting in a Denial-of-Service or sensitive host memory disclosure. On desktop virtualisation software (VMware Workstation and Fusion), the operational impact is strictly confined to local information disclosure.


CVE-2026-41709: ESXi Audit Log Evasion (CVSS 2.7)

Arising from insufficient logging validation within specific ESXi administrative routines, this flaw allows a malicious or compromised administrator operating on the host to perform specific administrative operations directly on the ESXi host. Targeted operations execute silently without generating audit log records. This enables stealthy post-exploitation persistence and severely hinders post-incident forensic investigations.

Attack Chain

In a top-down attack chain, an external or network-adjacent threat actor targets vCenter Server instances exposed to internal corporate networks or management segments. By deploying an exploit for CVE-2026-59309 against the vmdir service (TCP 389/636), the actor bypasses authentication to impersonate an administrative user. Alternatively, the adversary can exploit CVE-2026-59310 via the Syslog interface to drop web shells into persistent appliance directories, securing persistent root-level access to the management domain.

In a bottom-up attack chain, an adversary begins with administrative access inside a compromised guest VM (achieved via web app exploitation, stolen credentials, or insider activity). If the guest utilizes the standard VMXNET3 virtual network adapter, the attacker executes a host-escape exploit targeting CVE-2026-47876, breaking guest isolation to establish native code execution inside the ESXi hypervisor kernel. The attacker can then leverage CVE-2026-41709 to disable security monitoring and access co-located VMs without generating SIEM audit logs.

Vulnerable Versions

Because no vendor workarounds exist for the critical flaws, organisations must upgrade affected components to the specified build versions.


Software Platform / Product Line

Installed Version Stream

Target Fixed Version / Build

Addressed CVE Identifiers

VMware Cloud Foundation (VCF) 9.1

vCenter Component

9.1.0.0300

CVE-2026-59309, CVE-2026-59310

VMware Cloud Foundation (VCF) 9.1

ESX / ESXi Host

ESXi-9.1.0.0200-25557999

CVE-2026-47876, CVE-2026-41703, CVE-2026-41709

VMware vSphere Foundation (VVF) 9.0

vCenter Component

9.0.2.0100

CVE-2026-59309, CVE-2026-59310

VMware vSphere Foundation (VVF) 9.0

ESX / ESXi Host

ESXi-9.0.2.0100-25595025

CVE-2026-47876, CVE-2026-41703, CVE-2026-41709

VMware vCenter Server 8.0

vCSA Appliance

8.0 U3k

CVE-2026-59309, CVE-2026-59310

VMware ESXi 8.0

Hypervisor Host

ESXi80U3k-25595708 (Cumulative)

All ESXi CVEs (CVE-2026-47876, CVE-2026-41703, CVE-2026-41709)

VMware Cloud Foundation (VCF) 5.x

vCenter / ESXi

Async Patch to 8.0 U3k / VCF 5.2.3 / 5.2.4

All VMSA-2026-0006 CVEs

VMware Telco Cloud Platform (TCP)

vCenter / ESXi

8.0 U3k / ESXi80U3k-25595708

All VMSA-2026-0006 CVEs

VMware Workstation

Linux / Windows

Version 26H1

CVE-2026-41703

VMware Fusion

macOS Hypervisor

Version 26H1

CVE-2026-41703

VMware Telco Cloud Platform (TCP)

vCenter / ESXi

8.0 U3k / ESXi80U3k-25595708

All VMSA-2026-0006 CVEs

VMware Workstation

Linux / Windows

Version 26H1

CVE-2026-41703

VMware Fusion

macOS Hypervisor

Version 26H1

CVE-2026-41703
Additional notes:
  • VCF 5.x Deployments: Applying asynchronous patches outside the full SDDC release stack requires the Async Patch Tool (AP Tool) to stage standalone patches into SDDC Manager while preserving upgrade compatibility. For VCF 5.2 and 5.2.1, specific ESXi updates are delivered via the in-product Flexible Bill of Materials (BOM) framework.
  • Telco Platforms (TCP / TCI): vCenter Server must be updated to 8.0 U3k and ESXi to build ESXi80U3k-25595708 per Broadcom KB449886.  
Recommendations
  • Restrict Network Access: Enforce perimeter firewalls and strict ACLs around vCenter Server management ports. Restrict vCenter web interfaces (TCP 443), Directory Services (TCP 389/636), and Syslog listeners (TCP/UDP 514, 6514) to isolated management network segments accessible only via authenticated Jump Hosts.
  • Enforce Guest Least Privilege: Audit and restrict local administrative privileges across all guests operating systems to mitigate the prerequisite access required for the VMXNET3 host escape (CVE-2026-47876).
  • Apply Management Plane Patches: Upgrade all exposed vCenter instances to 8.0 U3k, 9.0.2.0100, or 9.1.0.0300 to eliminate the critical remote auth bypass and RCE flaws (CVE-2026-59309, CVE-2026-59310).
  • Hypervisor & Endpoint Rolling Updates: Patch ESXi host clusters via vSphere Lifecycle Manager using rolling maintenance modes. Upgrade enterprise endpoints running VMware Workstation and Fusion to 26H1.
  • Validation testing on ESXi hosts to confirm that administrative CLI actions generate full audit log records in centralised SIEM collectors.
  • Host integrity checks using Secure Boot validation scripts and verify that all installed vSphere Installation Bundles (VIBs) maintain valid vendor acceptance levels using "esxcli" software vib list to confirm that hypervisors remain clean.


Advisory can be found here