# VMware's Worst Week in Years: Auth Bypass, RCE, and a VM Escape Hit ESX and vCenter Simultaneously


## The Threat


Broadcom pushed an emergency patch bundle for VMware's core virtualization stack yesterday, and security teams running production ESX and vCenter infrastructure should treat this as a fire drill. The haul includes two unauthenticated network-accessible vulnerabilities in vCenter scoring 9.8 on the CVSS scale — the kind of numbers that mean an attacker with nothing but a route to your management plane can walk straight in.


The first is a straight authentication bypass in vCenter. No credentials, no prior access, no social engineering — just network reachability and the flaw does the rest. The second is a directory traversal that enables arbitrary code execution under the same conditions. Together, they form a trivially chainable attack path: bypass auth, traverse the file system, execute code, own vCenter. Any organization with vCenter reachable from an internal segment that lacks strict east-west filtering needs to treat this as a weekend-ruining priority.


The third critical flaw changes the threat model entirely. CVE-2026-47876 is a VM escape — an out-of-bounds write in the VMXNET3 virtual network adapter that lets an attacker with local admin inside a guest VM execute code directly on the ESX host. Broadcom is calling it explicitly: this is hypervisor breakout. While the prerequisite of VM-level administrative access raises the bar somewhat, any shared cloud infrastructure, multi-tenant hosting environment, or enterprise deployment where different teams share ESX hosts should be treating this with the same urgency as the vCenter flaws.


## Severity and Impact


| CVE | CVSS Score | Description | CWE | Attack Vector | Authentication |

|-----|-----------|-------------|-----|---------------|----------------|

| CVE-2026-59309 | 9.8 | Authentication bypass in vCenter | CWE-287 | Network | None required |

| CVE-2026-59310 | 9.8 | Directory traversal / RCE in vCenter | CWE-22 | Network | None required |

| CVE-2026-47876 | 9.3 | Out-of-bounds write in VMXNET3 (VM escape) | CWE-787 | Local (guest VM) | Local admin in VM |

| CVE-2026-41703 | 7.6 | Out-of-bounds read in ESX (info disclosure / DoS) | CWE-125 | Local | VM deployment privileges |

| CVE-2026-41709 | 2.7 | Insufficient logging in ESX | CWE-778 | Local | Administrative |


Broadcom states no evidence of in-the-wild exploitation as of the patch release date. That window will not stay open.


## Affected Products


CVE-2026-59309 and CVE-2026-59310 (vCenter auth bypass and RCE):

  • VMware vCenter 8.0 — fixed in 8.0 U3k
  • VMware Cloud Foundation 5.x — async patch to 8.0 U3k
  • VMware Cloud Foundation / vSphere Foundation 9.0.x.x — fixed in 9.0.2.0100
  • VMware Cloud Foundation / vSphere Foundation 9.1.x.x — fixed in 9.1.0.0300

  • CVE-2026-47876 (VMXNET3 VM escape on ESX):

  • VMware Cloud Foundation / vSphere Foundation — fixed in ESXi-9.1.0.0200-25557999 and ESXi-9.0.2.0100-25595025
  • VMware ESX — fixed in ESXi80U3k-25595708

  • CVE-2026-41703 (out-of-bounds read, info disclosure / DoS):

  • VMware Cloud Foundation / vSphere Foundation — fixed in ESXi-9.1.0.0-25370933 and ESXi-9.0.2.0100-25595025
  • VMware ESX — fixed in ESXi80U3i-25205845
  • VMware Workstation — fixed in 26H1
  • VMware Fusion — fixed in 26H1
  • VMware Cloud Foundation 5.x — fixed in 5.2.3

  • CVE-2026-41709 (insufficient logging in ESX):

  • VMware Cloud Foundation / vSphere Foundation — fixed in ESXi-9.1.0.0-25370933 and ESXi-9.0.2.0100-25595025
  • VMware ESX — fixed in ESXi80U3j-25429389

  • ## Mitigations


    Patch immediately. There is no known workaround for the vCenter authentication bypass (CVE-2026-59309) or the directory traversal RCE (CVE-2026-59310). The only fix is updating to the versions listed above.


    For the VMXNET3 VM escape (CVE-2026-47876), the same applies — patch the hypervisor. If immediate patching is operationally impossible, assess whether VMXNET3 adapters can be swapped for alternative virtual NIC types (E1000e, PVRDMA) on high-risk VMs as a temporary measure, though this is a band-aid, not a solution.


    Network segmentation is your interim defense. vCenter should never be reachable from the general corporate network, let alone the internet. Restrict vCenter management traffic to a dedicated management VLAN with jump-host or VPN-only access. This doesn't eliminate the risk from a compromised internal host, but it dramatically narrows the attack surface for CVE-2026-59309 and CVE-2026-59310.


    Audit who has local admin in guest VMs. The VM escape requires local administrative access inside the guest. In environments where contractors, developers, or multi-tenant workloads run as VM admins, an internal or supply-chain compromise becomes a host-level threat.


    Monitor vCenter authentication logs aggressively. While CVE-2026-41709's insufficient logging flaw (CVSS 2.7) is the least severe here, it is the most insidious: it lets a malicious administrator perform operations that leave no audit trail. If you're running ESX versions affected by this flaw, assume your audit logs may be incomplete for any administrator-level actions taken before patching.


    ## References


  • [Broadcom Security Advisory VMSA-2026 (official)](https://support.broadcom.com/web/ecx/security-advisory)
  • [VMware vCenter Server documentation](https://docs.vmware.com/en/VMware-vCenter-Server/)
  • [VMware ESX / vSphere Foundation release notes](https://docs.vmware.com/en/VMware-vSphere/)

  • ---


    ## HackWire Analysis


    What makes this advisory structurally alarming is not any single vulnerability but the combination landing in the same patch bundle. Two unauthenticated 9.8s against vCenter don't just double the exposure — they compress the attack kill chain. An attacker needs only one of them to get in, and the directory traversal RCE means that once auth is bypassed, code execution is an immediate next step. These aren't two separate incidents of exposure; they're a connected two-stage breach path.


    The VM escape adds a layer that deserves more attention than it's getting in initial coverage. ESX VM escapes are rare enough that each one represents a meaningful shift in the threat model for virtualization security. The VMXNET3 adapter has been a historical target precisely because it's a high-bandwidth, widely adopted virtual NIC that sits at a privileged kernel boundary. Any organization running shared ESX infrastructure — managed service providers, colocation tenants, internal private cloud environments with multiple business units on shared hosts — should model the scenario where a compromised tenant escalates to host-level access and treat CVE-2026-47876 with critical urgency regardless of the prerequisite.


    The "no evidence of exploitation" statement from Broadcom should be interpreted carefully. These vulnerabilities are now public with CVSS scores and component names attached. Threat actors with pre-existing VMware exploit research capacity will have reverse-engineered the patches before most patching cycles even start. The historical pattern on VMware vCenter vulnerabilities — particularly CVE-2021-21985 and the 2023 vCenter chain — is exploitation within days to weeks of public disclosure, not months. Security teams that set this aside for a scheduled maintenance window are accepting more risk than they're likely calculating.


    The logging flaw (CVE-2026-41709) deserves a dedicated forensics note: if you were running affected ESX before patching, your threat hunting for malicious admin activity is compromised. Treat pre-patch audit logs as incomplete evidence, not exculpatory evidence.


    — HackWire Editorial


    ---


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)