Home/ Blog/ Security news/ Article
Blog · Security news

New VMware flaws let a network attacker run code on vCenter with no login, and escape a VM onto the host

VMware's VMSA-2026-0006 patches two 9.8 vCenter flaws that add up to unauthenticated code execution, plus a 9.3 ESXi VM escape. Patch vCenter first.

Isometric grid of dark server nodes linked to a central lit obelisk

Read Broadcom's VMSA-2026-0006 as a flat list of five CVEs and you miss the point. Read it as an attack path and the priority is obvious: patch vCenter before anything else. The two critical vCenter flaws in this advisory are not two separate problems. One skips the login, the other runs code, and an attacker who can reach vCenter over the network does not have to choose. Put together, they place unauthenticated remote code execution on the single box that controls every host and every virtual machine you run.

Broadcom published the advisory on July 29, 2026, covering five vulnerabilities across VMware ESXi, vCenter, Cloud Foundation, vSphere Foundation, Workstation, and Fusion, as reported by The Hacker News. Three are rated critical. No exploitation has been reported. That last fact is the good news and the deadline at the same time.

Two vCenter flaws that add up to pre-auth code execution

CVE-2026-59309 is an authentication bypass in vCenter, scored CVSS 9.8. An attacker who can reach the service over the network can get past the login without valid credentials. On its own that is a serious access problem. CVE-2026-59310, also 9.8, is a directory traversal weakness that lets an attacker run arbitrary code on vCenter. On its own it needs a way in.

The desk's read is that these should be treated as one chain, not two line items. The first flaw supplies the access the second one needs. An unauthenticated attacker who can route packets to vCenter can bypass the login with the first bug and then execute code with the second, ending up with control of the management plane and no password spent along the way. None of the source coverage framed the pair as a single path, but that is how an operator should model the risk when deciding what to fix first.

Why vCenter first, and not the flashier VM escape? Because reachability decides urgency. vCenter is a network service that, in too many estates, sits on a management network a lot of things can touch. The two flaws that hit it need no prior foothold. We watched the same shape play out when a network attacker could took over VMware's Avi load balancer with no password two weeks ago, and when one missing setting exposed an OpenShift control plane. The management plane is the crown jewel, and it keeps being the softest reachable target.

CVECVSSComponentWhat an attacker gainsPrecondition
CVE-2026-593099.8vCenterAuthentication bypassNetwork access to vCenter
CVE-2026-593109.8vCenterArbitrary code executionNetwork access to vCenter
CVE-2026-478769.3ESXi host (VMXNET3)Code execution on the host (VM escape)Local admin in a VMXNET3 guest
The three critical flaws in VMware's VMSA-2026-0006, published July 29, 2026. Two lower-severity issues, an information disclosure and a logging weakness, round out the advisory. Source: Broadcom's VMSA-2026-0006 and reporting by The Hacker News and Security Affairs.

The VM escape turns one compromised guest into a host takeover

CVE-2026-47876, scored 9.3, is the one that should worry anyone running shared or multi-tenant hosts. The bug lives in the VMXNET3 virtual network adapter, where a guest can trigger an out-of-bounds memory write. An attacker who already holds local administrative privileges inside a guest that uses that adapter can turn it into code running on the underlying ESXi host. Guests on other adapter types are out of scope, but VMXNET3 is a common default, so most running virtual machines qualify.

Here is the exposure translation the severity number hides. A VM escape collapses the boundary you are paying VMware to maintain. The precondition, admin inside a guest, sounds like a high bar until you remember what a guest often is: a low-value tenant workload, a lab box, a web server that a routine web bug already handed to an intruder. Once that one guest is theirs, this flaw promotes them from a single machine to the host, and from the host to every other virtual machine sharing it. In a co-located or multi-tenant rack, the blast radius is not one server, it is the neighbor's server too. We have seen the guest-to-host boundary fail before, when a guest reading its host's memory through QEMU broke the same trust line from the other direction.

No exploitation yet is not the all-clear

Broadcom says it has found no evidence any of these issues are being exploited, and no public proof-of-concept was circulating when the advisory landed, according to Security Affairs. Treat that as a countdown, not a reprieve. VMware's management and hypervisor stack is one of the most valuable targets in enterprise IT right now, because encrypting ESXi datastores lets a crew take down dozens of virtual machines from one place. Ransomware operators reverse-engineer high-value VMware patches quickly, and the historical gap between a critical VMware fix and working exploitation has been measured in weeks, not quarters.

The pattern is consistent across our coverage. The crews that hurt people most are not the ones burning zero-days, they are ransomware crews that live on unpatched infrastructure, and an entry point announced as a CVE is exactly what they wait for. We watched an auth bypass that became a ransomware front door follow that arc on a different vendor. A network-reachable vCenter auth bypass with a matching code-execution bug is the same kind of gift, on a bigger prize.

Patch order is the mitigation: vCenter, then hosts

The fix is the update, and the order is the strategy. For vCenter, the fixed build is 8.0 U3k. On Cloud Foundation and vSphere Foundation, the patched lines are 9.1.0.0300 and 9.0.2.0100. Check the advisory for the exact target that matches your release train, including the async patches for older Cloud Foundation deployments. Sequence the rollout by reachability:

  1. Patch vCenter first. Its two 9.8 flaws are network-reachable and need no foothold, so they are the first thing an outsider can touch.
  2. Patch the ESXi hosts next. The VM escape needs an attacker already holding admin inside a guest, a higher bar that buys you a little time the vCenter bugs do not.
  3. Update Workstation, Fusion, and the rest on their normal cadence once the server side is closed.

While the patch is in flight, close the reachability that makes the vCenter flaws easy. vCenter should not answer from a user or tenant network segment, and this advisory is a good reason to prove that today rather than assume it. If your management plane is flat with the rest of the estate, segmentation buys you as much risk reduction here as the update does. On the detection side, the signals worth watching are unexpected authentication successes against vCenter, new or unusual processes on ESXi hosts, and any guest suddenly touching host-level interfaces it never used before.

The severity math on this advisory is real, but it undersells the structure. Five CVEs is a patch cycle. Two chainable 9.8s on the box that runs your whole virtual estate, plus a VM escape that erases the guest-host boundary, is a management-plane emergency wearing a routine advisory's clothes. Patch vCenter before the attackers finish reading the same advisory you just did.

Topics

Frequently asked questions

What is VMware's VMSA-2026-0006?

VMSA-2026-0006 is a VMware security advisory Broadcom published on July 29, 2026 that fixes five vulnerabilities across VMware ESXi, vCenter, Cloud Foundation, vSphere Foundation, Workstation, and Fusion. Three of the five are rated critical, including two vCenter flaws at CVSS 9.8 and a virtual-machine escape at 9.3.

Which VMware flaws in this advisory are critical?

Three are critical. CVE-2026-59309 (CVSS 9.8) is a vCenter authentication bypass, CVE-2026-59310 (CVSS 9.8) is a vCenter flaw that allows arbitrary code execution, and CVE-2026-47876 (CVSS 9.3) is a memory-corruption flaw in VMware's VMXNET3 network adapter that lets code escape a virtual machine onto its host.

Are these VMware vulnerabilities being exploited?

Not at the time of writing. Broadcom stated it has no evidence that any of the VMSA-2026-0006 issues have been exploited in the wild, and no public proof-of-concept was known when the advisory shipped. Treat that as the window to patch in, not a reason to wait, since VMware criticals draw attacker attention fast.

What is the VMXNET3 VM escape, CVE-2026-47876?

CVE-2026-47876 is a memory-corruption bug in VMware's VMXNET3 network adapter. An attacker who already holds local administrative privileges inside a guest using that adapter can exploit the out-of-bounds write to run code on the underlying ESXi host. VMXNET3 is a common default adapter, so most running guests are in scope; other adapter types are not affected.

Should I patch vCenter or ESXi first?

Patch vCenter first. Its two critical flaws are reachable over the network and need no prior access, so they are the easiest for an attacker to reach. The ESXi VM escape requires an attacker to already hold admin inside a virtual machine, which is a higher bar. Fix the network-facing management plane, then work down to the hosts.

Ready to meet the Guardians?

Deploys fast - agentless for monitoring and cloud, a lightweight agent for deep endpoint security. Just Suriq, standing watch.