AI Security AI安全 4h ago Updated 1h ago 更新于 1小时前 46

Critical VMware Workstation and Fusion Flaw Lets VM Admins Execute Host Code VMware Workstation和Fusion关键漏洞允许VM管理员执行主机代码

Broadcom patched two critical vulnerabilities in VMware Workstation and Fusion: CVE-2026-59346 (integer overflow, CVSS 9.3) and CVE-2026-59347 (stack-based buffer overflow in HGFS, CVSS 8.1) Both flaws allow a local attacker with elevated VM privileges to escape the virtual machine and execute arbitrary code on the host CVE-2026-59346 specifically targets the VMXNET3 virtual network adapter; CVE-2026-59347 affects the HGFS (Host-Guest File System) Patches are available in VMware Workstation 26H1 Broadcom发布VMware Workstation和Fusion安全更新,修复两个关键漏洞(CVE-2026-59346和CVE-2026-59347) CVE-2026-59346为整数溢出漏洞(CVSS 9.3),拥有本地管理员权限的攻击者可通过VMXNET3虚拟网卡在宿主机执行任意代码 CVE-2026-59347为HGFS栈缓冲区溢出漏洞(CVSS 8.1),可导致VMX进程权限的代码执行 补丁已发布至VMware Workstation/Fusion 26H1u1,无临时解决方案,影响25H2和26H1版本 目前无野外利用证据,但VMware产品历来是攻击热点,近期vCente

72
Hot 热度
65
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • Broadcom patched two critical vulnerabilities in VMware Workstation and Fusion: CVE-2026-59346 (integer overflow, CVSS 9.3) and CVE-2026-59347 (stack-based buffer overflow in HGFS, CVSS 8.1)
  • Both flaws allow a local attacker with elevated VM privileges to escape the virtual machine and execute arbitrary code on the host
  • CVE-2026-59346 specifically targets the VMXNET3 virtual network adapter; CVE-2026-59347 affects the HGFS (Host-Guest File System)
  • Patches are available in VMware Workstation 26H1u1 and VMware Fusion 26H1u1, with no alternative workarounds offered
  • No evidence of in-the-wild exploitation yet, but VMware products remain a frequent attack target, as seen with recent vCenter exploits

Why It Matters

VMware virtualization escape vulnerabilities represent a high-impact threat because they allow attackers to pivot from a compromised guest VM to the underlying host, effectively breaking the isolation boundary that virtualization is designed to enforce. For organizations running VMware Workstation or Fusion—especially in development, research, or multi-tenant environments—these flaws underscore the critical importance of maintaining strict privilege boundaries and keeping software patched.

Technical Details

  • CVE-2026-59346 (CVSS 9.3): An integer-overflow vulnerability in the VMXNET3 virtual network adapter. A local attacker with administrative privileges inside a VM can exploit this to execute arbitrary code on the host machine. Discovered by @h4urek, @cameudis, and Stan S.
  • CVE-2026-59347 (CVSS 8.1): A stack-based buffer-overflow vulnerability in HGFS (Host-Guest File System). Exploitation allows a privileged VM user to execute code as the VMX process running on the host. Reported by Yeonghyeon Choi and Tianchu Chen of Tencent Xuanwu Lab.
  • Affected versions: VMware Workstation and Fusion versions 25H2 and 26H1.
  • Patch versions: VMware Workstation 26H1u1 and VMware Fusion 26H1u1.
  • Exploitation prerequisites: Local administrative privileges within the guest VM, which can be obtained through phishing or weak user configurations.
  • No workarounds are available; patching is the only mitigation.

Industry Insight

  • Organizations using VMware Workstation or Fusion should prioritize immediate patching to 26H1u1, as virtualization escape vulnerabilities in widely deployed products are high-value targets for threat actors.
  • The pattern of VMware vulnerabilities being actively exploited shortly after disclosure (as seen with the recent vCenter CVEs) suggests that delay in patching significantly increases exposure risk.
  • Security teams should enforce least-privilege policies within VMs and monitor for anomalous host-level activity, since compromised VM admin access could serve as an initial foothold for host takeover.

TL;DR

  • Broadcom发布VMware Workstation和Fusion安全更新,修复两个关键漏洞(CVE-2026-59346和CVE-2026-59347)
  • CVE-2026-59346为整数溢出漏洞(CVSS 9.3),拥有本地管理员权限的攻击者可通过VMXNET3虚拟网卡在宿主机执行任意代码
  • CVE-2026-59347为HGFS栈缓冲区溢出漏洞(CVSS 8.1),可导致VMX进程权限的代码执行
  • 补丁已发布至VMware Workstation/Fusion 26H1u1,无临时解决方案,影响25H2和26H1版本
  • 目前无野外利用证据,但VMware产品历来是攻击热点,近期vCenter漏洞已被APT组织武器化

为什么值得看

VMware作为主流虚拟化平台,其宿主机逃逸漏洞直接影响企业基础设施安全,攻击者可通过VM内权限突破至宿主机,对云环境和虚拟化部署构成严重威胁。

技术解析

  • CVE-2026-59346:整数溢出漏洞,位于VMXNET3虚拟网络适配器组件,攻击者需具备VM内本地管理员权限,利用后可在宿主机执行任意代码,CVSS评分9.3
  • CVE-2026-59347:HGFS(Host-Guest File System)栈缓冲区溢出漏洞,同样需要VM内本地管理员权限,可导致以VMX进程权限执行代码,CVSS评分8.1
  • 影响版本:VMware Workstation和Fusion的25H2及26H1版本
  • 修复版本:VMware Workstation 26H1u1和VMware Fusion 26H1u1
  • 漏洞发现者:@h4urek、@cameudis、Stan S(CVE-2026-59346);Tencent Xuanwu Lab的Yeonghyeon Choi和Tianchu Chen(CVE-2026-59347)

行业启示

  • VMware产品持续成为攻击目标,企业应优先升级至26H1u1版本,并审查虚拟化环境中的权限隔离策略
  • 虚拟化安全边界需重新评估,VM内管理员权限不应被视为安全终点,应实施最小权限原则和纵深防御
  • 结合近期vCenter漏洞被APT组织利用的案例(5天内361个IP受影响),建议加强VMware产品的监控告警和威胁狩猎能力

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全