Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2681+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Critical VMware Workstation and Fusion Flaw Lets VM Admins Execute Host Code
Critical VMware Workstation and Fusion Flaw Lets VM Admins Execute Host Code
NEWS

Critical VMware Workstation and Fusion Flaw Lets VM Admins Execute Host Code

Broadcom patches a critical VMXNET3 integer-overflow bug (CVSS 9.3) letting a VM's local admin break out to run code on the host.

Dylan H.

News Desk

September 5, 2026
3 min read

Two Flaws, One Escape Path

Broadcom has shipped security updates for VMware Workstation and Fusion fixing two vulnerabilities that let an attacker with only local administrative access inside a virtual machine break out and run code on the underlying host — the scenario virtualization is specifically supposed to prevent.

At a Glance

CVECVSSComponentType
CVE-2026-593469.3 (Critical)VMXNET3 virtual network adapterInteger overflow
CVE-2026-593478.1 (High)HGFS (Host-Guest File System)Stack-based buffer overflow

Affected versions: VMware Workstation and Fusion 25H2 and 26H1.


What's Actually Vulnerable

CVE-2026-59346 is an integer-overflow bug in the VMXNET3 virtual network adapter. Broadcom's advisory states that "a malicious actor with local administrative privileges on a virtual machine with [a] VMXNET3 virtual network adapter may exploit this issue to execute code on the host" — meaning the VM doesn't need any special configuration beyond using the default virtual NIC type many deployments already run.

CVE-2026-59347 is a stack-based buffer overflow in HGFS, the shared-folder mechanism between guest and host. Exploiting it lets an attacker execute code as the VMX process — the host-side process that manages the VM — again requiring only local admin rights inside the guest.

Both bugs share the same prerequisite (local admin inside the VM) and the same consequence (code execution on the host), which is exactly the trust boundary a hypervisor exists to enforce.


Exploitation Status and Fix

Broadcom reports no evidence of active exploitation in the wild for either flaw as of disclosure. That said, VMware desktop hypervisor products are a recurring target for VM-escape research and real-world attacks, and public advisories tend to accelerate reverse-engineering of the patch diff.

There are no workarounds for either vulnerability — the only fix is upgrading:

ProductFixed Version
VMware Workstation26H1u1
VMware Fusion26H1u1

Who Should Prioritize This

This matters most for environments where VM guests are not fully trusted by the people who administer the host — think shared lab environments, malware analysis sandboxes, CTF/training infrastructure, contractor-provided VMs, or any setup where a guest's local admin isn't the same person controlling the host. In those cases, a guest-to-host escape converts "isolated test VM" into "attacker has a foothold on your workstation or lab host."

Recommended Actions

  1. Upgrade to Workstation/Fusion 26H1u1 as soon as practical — there is no mitigating configuration change
  2. Treat VMXNET3-backed VMs as higher priority for patching given CVE-2026-59346's lower complexity path
  3. Re-evaluate use of HGFS shared folders for untrusted guests until patched, since CVE-2026-59347 rides that same channel
  4. Audit who has local admin inside guest VMs in shared or multi-tenant lab environments — that's the exact privilege level both bugs require

Sources

  • The Hacker News — Critical VMware Workstation and Fusion Flaw Lets VM Admins Execute Host Code

Related Reading

  • Critical Unauthenticated RCE in Hummingbird WordPress Plugin
#VMware#Broadcom#VM Escape#CVE-2026-59346#CVE-2026-59347#Virtualization Security

Related Articles

CISA Adds Actively Exploited VMware Aria Operations RCE

CISA has added CVE-2026-22719, a high-severity command injection vulnerability in VMware Aria Operations allowing unauthenticated remote code execution,...

4 min read

China-Linked Hackers Exploit VMware ESXi Zero-Days to Escape VMs

Sophisticated attack chain leverages compromised SonicWall VPN and VMware ESXi vulnerabilities to break out of virtual machine isolation and compromise...

4 min read

Isolated-vm Flaw Lets Sandboxed JavaScript Escape to Host for Potential RCE

A critical unpatched flaw in isolated-vm allows sandboxed JavaScript code to escape its isolated environment and achieve host-level remote code execution.

3 min read
Back to all News