AI Security AI安全 4d ago Updated 4d ago 更新于 4天前 46

Suspected China-Nexus Actor Exploits VMware vCenter Flaw, Deploys Babuk-Derived Ransomware 疑似中国关联行为体利用VMware vCenter漏洞部署Babuk衍生勒索软件

A suspected China-nexus APT exploited two VMware vCenter vulnerabilities (CVE-2026-59310 and CVE-2026-59309) to compromise systems across 47 countries, with 361 unique victim IPs identified The threat actor deployed a "linuxFile" backdoor with WebSocket-based C2 communication, XOR-obfuscated addresses, and application-layer cryptography for persistence via systemd and cron Attackers impersonated legitimate VMware services through cron jobs named "vmware-vpxd-stats-*", "vmware-perf-collect-*", an 疑似中国关联APT组织利用VMware vCenter漏洞CVE-2026-59310(CVSS 9.8)发起攻击,部署Babuk衍生勒索软件 攻击活动始于漏洞披露后5天,已影响47个国家的361个唯一受害者IP地址 攻击者使用多种持久化技术,包括cron任务、systemd服务和SSH公钥注入 德国安全公司QUIRSO基于中文语言特征、UTC+08:00活动时间模式和受害者地域分布进行归因分析

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

Analysis 深度分析

TL;DR

  • A suspected China-nexus APT exploited two VMware vCenter vulnerabilities (CVE-2026-59310 and CVE-2026-59309) to compromise systems across 47 countries, with 361 unique victim IPs identified
  • The threat actor deployed a "linuxFile" backdoor with WebSocket-based C2 communication, XOR-obfuscated addresses, and application-layer cryptography for persistence via systemd and cron
  • Attackers impersonated legitimate VMware services through cron jobs named "vmware-vpxd-stats-", "vmware-perf-collect-", and "vmware-perf-sync-*" to establish SSH access, deploy web shells, and create unauthorized admin accounts
  • German IR firm QUIRSO attributed the campaign to a Chinese-speaking actor operating in UTC+08:00 based on Chinese-language artifacts, tooling, and victimology excluding mainland China
  • The exploitation began just five days after the vulnerability's public disclosure, with attackers abusing the vCSA syslog server to place malicious files in privileged execution locations

Why It Matters

This incident demonstrates the rapid weaponization of critical infrastructure vulnerabilities, with attackers moving from disclosure to active exploitation within days—a pattern that underscores the urgency of patch management for enterprise VMware deployments. The sophisticated use of legitimate service impersonation and operational security missteps by the threat actor provides valuable indicators for defensive monitoring and threat hunting.

Technical Details

  • CVE-2026-59310 (CVSS 9.8): A severe directory-traversal vulnerability in VMware vCenter Server allowing arbitrary code execution; the fix was released by Broadcom on July 29, 2026
  • CVE-2026-59309: An authentication bypass vulnerability that was actively scanned and exploited as early as August 1, 2026, leading to the creation of a "vcenter_admin" account via REST API with spoofed User-Agent "GoodMoodle-VCFleet/1.0"
  • linuxFile implant: A backdoor establishing WebSocket C2 connections (ws://intel.se9ly9upbhay.shop:8080/ws) with XOR-obfuscated C2 addresses decoded at runtime, application-layer cryptography over unencrypted transport, automatic reconnection, and persistence via systemd and cron
  • Cron-based attack chain: Attackers abused the vCSA syslog server to place malformed cron files in /etc/cron.d/, deploying shell scripts ("esxi.sh") that downloaded architecture-specific reverse SSH binaries and JSP web shells while impersonating legitimate VMware service names
  • Operational security blunder: The threat actor's infrastructure at "5.34.176[.]100:5244" exposed reverse SSH binaries via an AList directory listing, providing forensic artifacts for attribution

Industry Insight

  • Organizations running VMware vCenter should prioritize immediate patching of CVE-2026-59310 and CVE-2026-59309, and audit for unauthorized cron jobs, systemd services, and SSH authorized_keys entries that may indicate prior compromise
  • The rapid exploitation timeline (5 days post-disclosure) reinforces the need for vulnerability management programs that can patch critical flaws within days, not weeks, especially for internet-facing infrastructure
  • Defensive monitoring should focus on anomalous syslog file placements in /etc/cron.d/, unusual WebSocket connections from vCenter appliances, and cron jobs impersonating VMware service names as key indicators of this campaign

TL;DR

  • 疑似中国关联APT组织利用VMware vCenter漏洞CVE-2026-59310(CVSS 9.8)发起攻击,部署Babuk衍生勒索软件
  • 攻击活动始于漏洞披露后5天,已影响47个国家的361个唯一受害者IP地址
  • 攻击者使用多种持久化技术,包括cron任务、systemd服务和SSH公钥注入
  • 德国安全公司QUIRSO基于中文语言特征、UTC+08:00活动时间模式和受害者地域分布进行归因分析

为什么值得看

本文揭示了针对VMware vCenter的活跃网络攻击活动,展示了高级威胁组织如何利用企业虚拟化基础设施的严重漏洞进行大规模入侵。对于IT安全从业者和企业运维团队而言,了解此类攻击手法有助于加强虚拟化平台的安全防护和应急响应能力。

技术解析

  • 漏洞利用:CVE-2026-59310是VMware vCenter Server的严重目录遍历漏洞,攻击者可通过该漏洞执行任意代码。攻击者还同时利用了CVE-2026-59309认证绕过漏洞创建管理员账户。
  • 持久化机制:攻击者部署了多种持久化技术,包括创建伪装成VMware服务的cron任务(如vmware-vpxd-stats-、vmware-perf-collect-),通过systemd服务维持访问,以及向SSH authorized_keys文件添加攻击者公钥。
  • 恶意软件载荷:攻击者部署了"linuxFile"后门程序,通过WebSocket通道与C2服务器通信,使用XOR混淆和自定义应用层加密保护通信。还使用了反向SSH二进制文件和JSP Webshell。
  • 攻击基础设施:攻击者使用了多个IP地址作为C2服务器和载荷分发点,包括5.34.177.38、185.144.28.120等,并在一个服务器上意外暴露了反向SSH工具包目录。

行业启示

  • 虚拟化平台安全:VMware vCenter作为企业核心虚拟化基础设施,其漏洞可能被APT组织大规模利用,企业应立即检查并修补相关漏洞。
  • 威胁归因分析:通过语言特征、活动时间模式和受害者地理分布进行归因分析,为网络安全情报提供了有价值的参考方法。
  • 防御建议:企业应实施网络分段、监控异常cron任务和系统服务、定期审计管理员账户,并考虑部署虚拟补丁和入侵检测系统来防护此类攻击。

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

Security 安全 Research 科学研究