Get DeafLetter
A weekly selection of signals, vulnerabilities and guides. Critical alerts remain optional.
You can unsubscribe at any time. Privacy policy.
Broadcom released advisory VMSA-2026-0006.1 on July 29, 2026, with updates for VMware Workstation and Fusion that close two security vulnerabilities scored CVSS 9.3 and 8.1. Both flaws are exploitable by an actor with local administrative privileges on a virtual machine and allow code execution on the physical host through the VMX process. The absence of any workaround makes upgrading to version 26H1u1 the only available countermeasure.
The severity is amplified for a specific and often overlooked user profile: developers, malware analysts, and security researchers who use Workstation and Fusion as local labs, routinely running virtual images from untrusted sources. In these scenarios, the prerequisite of local administrative privileges on the VM is trivially satisfied by anyone analyzing suspicious samples or configuring test environments with elevated permissions.
- CVE-2026-59346 (CVSS 9.3): Integer overflow in the VMXNET3 driver allowing host code execution by an actor with local administrative privileges on the VM.
- CVE-2026-59347 (CVSS 8.1): Stack-based buffer overflow enabling code execution as the VMX process on the host, with the identical prerequisite of local VM privileges.
- Affected versions: Workstation and Fusion 25H2 and 26H1; patch available exclusively in version 26H1u1, with no alternatives or intermediate workarounds.
- Broadcom classifies the updates as an emergency change requiring immediate action; the vulnerabilities were reported privately and are not exploited in the wild at the time of the advisory.
The Mechanism: From Integer Overflow and Buffer Overflow to Host Control
The first vulnerability, tracked as CVE-2026-59346 with a CVSS score of 9.3, is an integer overflow in the VMXNET3 virtual network driver. According to the Broadcom advisory cited by SecurityWeek, "A malicious actor with local administrative privileges on a virtual machine with VMXNET3 virtual network adapter may exploit this issue to execute code on the host." The bug resides in the driver's memory management: an arithmetic overflow in the calculation of a buffer size allows corruption of adjacent areas, paving the way for payload injection and execution in the hypervisor context.
The second flaw, CVE-2026-59347 with CVSS 8.1, is a stack-based buffer overflow with similar dynamics but a different vector. The advisory specifies that "A malicious actor with local administrative privileges on a virtual machine may exploit this issue to execute code as the virtual machine's VMX process running on the host." The VMX process is the component that emulates hardware for the virtual machine; executing code inside it means breaking out of the VM sandbox and operating with hypervisor permissions on the underlying operating system.
Both bugs require local administrative privileges on the virtual machine. Far from being a mitigating factor, this prerequisite defines the risk profile: the attack is not theoretical but structured for scenarios where the VM is already compromised or intentionally malicious. This is not a remote exploit, but a guest-to-host escalation that invalidates the fundamental isolation model of virtualization.
Why the "Malware Lab" Profile Makes the Patch Mandatory
VMware Workstation and Fusion are desktop tools, not data center infrastructure. This distinction leads many users to defer patching them, focusing update cycles on vCenter, ESXi, and production assets. Advisory VMSA-2026-0006.1 dismantles this implicit hierarchy: the two CVEs strike exactly the user segment most likely to underestimate the attack surface.
An analyst running a suspicious sample in an isolated VM does so with elevated privileges, installs debugging tools, disables controls, and manipulates drivers. The VM is intentionally exposed to untrusted code. If the sample is designed to exploit CVE-2026-59346 or CVE-2026-59347, the isolation dissolves: the malware gains persistence and visibility on the host, with access to all concurrent VMs, mounted filesystems, the host network, and local credential stores.
The pattern is recurring. SecurityWeek reports that over two dozen VMware CVEs appear on CISA's Known Exploited Vulnerabilities (KEV) list. Desktop virtualization, while not exposed to the internet like an ESXi server, presents a distinct threat model: the user themselves introduces malicious code into the VM, eliminating the trust filter that protects production systems.
Advisory Structure and the Absence of Workarounds
Advisory VMSA-2026-0006.1, published by Broadcom on July 29, 2026, includes fixes for multiple vulnerabilities beyond those in Workstation and Fusion. Converging sources — The Hacker News and Field Effect — agree on the classification of the update as an emergency change requiring immediate action, terminology Broadcom reserves for high-risk conditions without alternative mitigations.
For CVE-2026-59346 and CVE-2026-59347, SecurityWeek and corroborating sources concur: no workarounds exist. The recommendation is explicit and singular: update to 26H1u1. This operational rigidity, rare in VMware advisories that typically offer at least mitigation configurations, signals the depth of the architectural flaw and the impossibility of containing it without code intervention.
The data is reinforced by the patch structure: a single version (26H1u1) for both vulnerabilities, applicable to Workstation and Fusion. There are no differentiated bundles or downgrade paths; the user must accept the entire update package to close the attack surface.
Operational Context: Related CVEs and Prioritization
Advisory VMSA-2026-0006.1 also contains other CVEs for the same product family with different impacts. Broadcom documents CVE-2026-41703 for Workstation and Fusion, with CVSS 2.7 and impact limited to information disclosure, fixed in the base 26H1 version. This distinction matters: users who already updated to 26H1 in the previous cycle are protected from the information disclosure but not from CVE-2026-59346 and CVE-2026-59347, which require the jump to 26H1u1.
The risk matrix is further stratified by CVEs for vCenter and ESXi included in the same advisory — CVE-2026-47876 for VM escape on ESXi, CVE-2026-59309 for vCenter — which absorbed most media coverage at the time of publication. The focus on enterprise systems has, however, obscured the desktop risk, which this article recovers as an autonomous and non-secondary vector.
"There are no workarounds for either of the flaws, and Broadcom recommends updating to a patched iteration as soon as possible" — SecurityWeek, September 4, 2026
What to Do Now
Converging sources outline an operational path with no alternatives:
- Verify the current version of VMware Workstation or Fusion: 25H2 and 26H1 are affected; 26H1u1 is the fixed release.
- Download and install 26H1u1 from official Broadcom portals; access requires authentication to the download portal, as confirmed by the linked_vendor portal structure in the dossier.
- Ensure untrusted VMs are shut down before the update to avoid race conditions during hypervisor component replacement.
- Reevaluate patching policies for desktop virtualization tools: treat Workstation and Fusion with the same cadence and criticality as production systems, given the nature of the exposure.
The recommendation does not stem from editorial inference but from the advisory's explicit classification as an emergency change and the absence of workarounds documented by SecurityWeek, The Hacker News, and Field Effect in convergent form.
Frequently Asked Questions
Do I need to update even if I only use VMs for internal testing with trusted software?
Yes. The sources do not distinguish between trusted and untrusted VMs; the vulnerability is in the VMXNET3 driver and the VMX process, not in the VM content. If the VM has administrative privileges and the VMXNET3 driver is active, the attack surface exists regardless of the software executed.
Is the 26H1u1 patch free for all editions?
The dossier does not specify availability for Pro, Player, or specific Fusion editions. The Broadcom download portal requires authentication; verification of your license coverage must be performed directly on the official portal.
Why is this advisory less known than the one for vCenter/ESXi?
Corroborating sources (The Hacker News, Field Effect) dedicated more space to the vCenter/ESXi CVEs with enterprise impact. SecurityWeek published the dedicated article on Workstation/Fusion on September 4, 2026, 37 days after the advisory, recovering a previously undercovered segment.
Analysis: The Hidden Risk of Desktop Virtualization
Advisory VMSA-2026-0006.1 confirms a pattern the industry tends to ignore: desktop virtualization is an attack surface with its own threat model, not a scaled-down version of enterprise virtualization. The users who most intensively leverage Workstation and Fusion — researchers, developers, SOC analysts — are exactly those most exposed to the prerequisite of local administrative privileges on the VM. The very practice that makes the tool useful (running suspicious code in isolation) fuels its risk.
The lack of workarounds and the classification as an emergency change indicate Broadcom recognized the flaw as architecturally non-mitigable. It is not a misconfiguration, not insufficient hardening: it is a memory bug in the heart of virtual emulation. The solution is binary, like the nature of the vulnerability: patch, or accept that every VM with elevated privileges is a potential bridge to the host.
The 37-day gap between the advisory and dedicated coverage on Workstation/Fusion measures the perceived distance between enterprise risk and desktop risk. CVE-2026-59346 and CVE-2026-59347 demand compressing that distance to zero.
Sources
- https://www.securityweek.com/vmware-workstation-and-fusion-updates-patch-critical-vulnerability/
- https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38017
- https://www.penligent.ai/hackinglabs/vmware-cve/
- https://thehackernews.com/2026/07/three-critical-vmware-flaws-allow-auth.html
- https://fieldeffect.com/blog/broadcom-patches-critical-vcenter-vulnerabilities
- https://support.broadcom.com/group/ecx/productfiles?subFamily=VMware%20Cloud%20Foundation&displayGroup=VMware%20Cloud%20Foundation%209&release=9.1.0.0&os=&servicePk=540528&language=EN
- https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware%20Workstation%20Pro&freeDownloads=true
Information verified against cited sources and current as of publication.
Sources
Get DeafLetter
A weekly selection of signals, vulnerabilities and guides. Critical alerts remain optional.
You can unsubscribe at any time. Privacy policy.