361
Victim vCenter servers confirmed compromised across 47 countries as of August 7, 2026; 151 new victims appeared in a single day
9.8
CVSS score for CVE-2026-59310: maximum severity, pre-authentication required, no workaround available from Broadcom
5 days
Time between Broadcom's July 29 patch release and the start of active exploitation on August 3, 2026
47 countries
Geographic spread of compromised vCenter servers; Germany, U.S., Turkey, Iran, and France account for over 50% of known victims

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

VMware vCenter CVE-2026-59310 has compromised 361 servers across 47 countries in the 11 days since active exploitation began on August 3, 2026, including 151 new victims in a single day, and every unpatched vCenter server connected to a reachable network is in scope for this campaign.

CVE-2026-59310 is a directory traversal vulnerability in the Syslog service of VMware vCenter Server, scored at CVSS 9.8 and disclosed by Broadcom on July 29, 2026 in advisory VMSA-2026-0006.1. An unauthenticated attacker with network access delivers a crafted request to the vCenter Syslog service containing path traversal sequences that let the payload escape the Syslog service's intended directory scope and write an executable to a location the vCenter service account controls. Code execution follows immediately from that write. Broadcom confirmed no workaround exists: patching to a fixed build is the only remediation.

Exploitation of VMware vCenter CVE-2026-59310 began precisely 5 days after the patch dropped. QUIRSO's incident response team identified the campaign while responding to a customer compromise and subsequently tracked victim IP addresses connecting to attacker-controlled infrastructure across 47 countries, with Germany, the United States, Turkey, Iran, and France accounting for over half of confirmed victims. Post-exploitation behavior is consistent with an APT actor: a malicious cron job ensures the reverse_ssh persistence mechanism survives reboots, and the outbound SSH tunnel it creates bypasses perimeter controls that block inbound connections. Your vCenter management interface is the blast door to your virtualization infrastructure. Patch it today.

How Does the CVE-2026-59310 Directory Traversal Attack Work?

CVE-2026-59310 exploits the VMware vCenter Syslog server's failure to sanitize file path inputs. The Syslog service accepts configuration or log data with a path component that, under normal operation, should be confined to the Syslog service's working directory on the vCenter appliance. The vulnerability exists because the path is not validated before use: an attacker can supply sequences like ../../ or URL-encoded equivalents to traverse outside the Syslog directory and target any location the vCenter service account has write access to.

The attack chain proceeds in three steps. First, the attacker sends a crafted unauthenticated HTTP request to the vCenter Syslog service endpoint with a malicious path component. No credentials, no prior access, and no user interaction are required. Second, the traversal payload writes a malicious file (typically a shell script or a compiled binary) to a directory where it will either execute automatically or can be invoked by a subsequent request. Third, code execution is achieved under the vCenter service account's context, which has broad privileges over the vCenter appliance and its connected ESXi infrastructure.

Post-exploitation behavior in confirmed CVE-2026-59310 incidents follows a consistent two-stage persistence pattern. Attackers first install a cron job in the vCenter appliance's crontab that executes at startup and at regular intervals, ensuring the foothold survives a reboot. They then deploy reverse_ssh, an open-source tunneling tool that creates an outbound SSH connection to attacker-controlled infrastructure, so the backdoor channel is maintained even when the vCenter management interface is behind a firewall that blocks inbound connections.

The companion flaw CVE-2026-59309 (CVSS 9.8), an authentication bypass in the vCenter Directory Service, was patched in the same VMSA-2026-0006.1 advisory and is under separate scanning activity. If CVE-2026-59309 is combined with CVE-2026-59310, an attacker can bypass authentication to gain administrative access before triggering the RCE.

361 Confirmed Victims: Scale and Attribution of the CVE-2026-59310 Campaign

QUIRSO's incident response team began tracking the CVE-2026-59310 exploitation campaign after responding to a customer compromise on August 3, 2026. By analyzing victim vCenter servers reaching out to common attacker-controlled IP infrastructure, QUIRSO identified 361 confirmed victim IP addresses across 47 countries by August 7, 2026. The campaign's daily escalation tells its own story: 5 initial victims on August 3, 151 new victims on August 4 alone, and 343 of the 361 total victims confirmed within the first three days.

Germany, the United States, Turkey, Iran, and France together account for over 50 percent of confirmed victim IPs. The remaining victims are spread across 42 additional countries, spanning enterprise, government, healthcare, and critical infrastructure sectors. Because QUIRSO identified victims by their outbound connections to attacker infrastructure, the 361 figure represents confirmed compromises with active reverse_ssh connections, not the total population of vCenter servers the attacker scanned or exploited and then abandoned.

Attribution analysis points to an advanced persistent threat actor. QUIRSO noted that while timing correlation with the July 29 patch disclosure suggests the attacker used the patch as their initial exploitation signal, the uniformity of post-exploitation tooling (identical cron persistence mechanisms, the same reverse_ssh build, and consistent C2 connection patterns) suggests a disciplined operation with pre-positioned tooling rather than opportunistic scanning. Specific threat actor attribution has not been confirmed publicly.

The parallel scanning activity against CVE-2026-59309 (the companion auth bypass flaw in the same advisory) suggests the attacker may also be chaining both vulnerabilities where CVE-2026-59309 grants administrative access and CVE-2026-59310 delivers RCE to establish the reverse_ssh foothold.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Who Is at Risk From CVE-2026-59310?

Every organization running VMware vCenter Server 8.0, 9.0.x, or 9.1.x without the VMSA-2026-0006.1 patches is at risk. The vulnerability requires only network access to the vCenter management interface. No administrative credentials, existing session, or internal network position is required. Any vCenter server reachable from the internet is at extreme risk. Even vCenter servers restricted to internal management networks remain vulnerable to any attacker who achieves network-level access through phishing, VPN compromise, or lateral movement from an internet-facing system.

vCenter's role as the management plane for entire virtualization estates makes it a target of outsized value. Compromise of a single vCenter server gives an attacker administrative visibility over every ESXi host under management, every running virtual machine and its stored credentials, and the vSphere management network where backup agents, storage arrays, and other critical infrastructure components communicate. This is why APT actors prioritize vCenter over individual endpoints.

Industries with the highest exposure are those that depend heavily on VMware vSphere for production workloads: financial services, healthcare, manufacturing, government, and managed service providers. MSPs running multi-tenant vCenter deployments face compounded risk: a single compromised vCenter instance can expose every customer environment hosted on that infrastructure.

Organizations using VMware Cloud Foundation should note that CVF 5.x requires an async patch delivery process through the Broadcom support portal rather than standard VAMI patching. Check your CFV version and confirm the async patch path before attempting remediation. The JetBrains TeamCity CVE-2026-63077 unauthenticated RCE patched this same week is another CVSS 9.8 pre-authentication flaw under active exploitation. If your organization runs TeamCity on-premise alongside vCenter, treat both as this weekend's mandatory patches.

Sigma Detection Rules for CVE-2026-59310 Reverse SSH Activity

Two behavior-based rules target the malicious cron job installation step and the outbound SSH shell execution used to establish reverse_ssh tunnels after CVE-2026-59310 exploitation.

  • Log sources: Linux process creation telemetry and cron audit logs from vCenter appliances and ESXi hosts
  • Cron modification rule: Fires when crontab is invoked with a path pointing to /tmp/ — the pattern in confirmed CVE-2026-59310 compromises
  • SSH shell invocation rule: Catches reverse_ssh invocations with shell execution parameters, indicating active C2

Run retroactive queries against August 3-14 telemetry from vCenter appliances and ESXi management hosts before deploying forward-looking alerts. QUIRSO's generic reverse_ssh YARA rule at github.com/QUIRSO/QTRDetectionContent provides binary-level detection and should be deployed alongside these rules.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock WAF Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

IOCs: What to Hunt for CVE-2026-59310 Compromise Indicators

Specific C2 IP addresses for the CVE-2026-59310 campaign have not been released publicly, as QUIRSO is coordinating with law enforcement. Detection must therefore rely on behavioral indicators rather than IP blocklists. The three primary hunting surfaces are process telemetry from the vCenter appliance, crontab modification events, and outbound network connections from the vCenter host.

Hunt for unexpected processes named reverse_ssh or ssh with outbound connections on the vCenter appliance. Any binary dropped to /tmp/ or /var/tmp/ on the vCenter appliance that executes with network connectivity is a strong compromise indicator. vCenter appliances should have a predictable and minimal process set; any deviation warrants investigation.

Crontab entries are the persistence mechanism. Check /etc/cron.d/, /var/spool/cron/, and /etc/cron.hourly/ for any entries added or modified after July 29, 2026 that reference external paths, /tmp/ directories, or base64-encoded commands. The malicious cron entry in confirmed incidents ensures reverse_ssh relaunches after each reboot.

For the companion CVE-2026-59309 (auth bypass in vCenter Directory Service, same advisory), hunt for new administrative user accounts created after July 29, unexpected LDAP queries to the vCenter identity sources, and any changes to vCenter permission assignments since that date. The Progress LoadMaster CVE-2026-8037 root RCE active this week follows a parallel attack pattern of unauthenticated command injection on an internet-facing management appliance. Review that post if your environment includes LoadMaster instances alongside vCenter.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Patch VMware vCenter CVE-2026-59310 Before the Weekend: Remediation Steps

Broadcom confirmed no workaround or mitigation exists for CVE-2026-59310. The only remediation is applying the VMSA-2026-0006.1 patches. If you cannot patch immediately, restrict network access to the vCenter management interface to a dedicated management VLAN reachable only from jump hosts; this does not eliminate risk but reduces the attack surface to internal adversaries rather than internet-facing threats.

Apply official patch →support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38017

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why VMware vCenter CVE-2026-59310 Matters for Your Organization

VMware vCenter CVE-2026-59310 is a management plane attack, and management plane attacks have a different blast radius than endpoint compromises. An attacker with a persistent reverse SSH tunnel to your vCenter server has read-write access to every virtual machine your organization runs: they can take snapshots of running systems to extract credentials and data at rest, power off production workloads, deploy ransomware as VM disk images across all hosted VMs simultaneously, and pivot to ESXi hosts to compromise the hypervisor layer itself.

The 361 confirmed victims represent organizations that had not applied a patch Broadcom released 5 to 11 days earlier. This is not a zero-day situation. A patch existed on July 29. Exploitation began on August 3. Every organization that patches this weekend avoids joining a list that grew by 151 entries in a single day.

The APT-consistent post-exploitation behavior observed by QUIRSO (a disciplined persistence mechanism, a specific reverse_ssh tool, and coordinated C2 infrastructure) suggests this campaign is not ransomware-focused. The most likely objectives are persistent network access for long-term espionage, credential harvesting across the virtualization estate, or pre-positioning for a disruptive strike against critical infrastructure. The longer an unpatched vCenter remains connected, the higher the probability that a reverse_ssh backdoor is already installed and the attacker is present, waiting.

Patch to VMSA-2026-0006.1 before this weekend. Then hunt the IOCs above to confirm whether you were already compromised during the August 3-14 window.

The bottom line

VMware vCenter CVE-2026-59310 is a CVSS 9.8 pre-auth RCE being actively exploited by an APT actor who has already compromised 361 servers in 47 countries in 11 days. Three actions are required before this weekend: apply VMSA-2026-0006.1 (patch URL at support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38017), hunt for reverse_ssh binaries and unauthorized cron entries on your vCenter appliances, and restrict management network access to jump hosts only. No workaround exists. Patch now.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-59310 in VMware vCenter?

CVE-2026-59310 is a critical directory traversal vulnerability in the Syslog service component of VMware vCenter Server, carrying a CVSS score of 9.8. An unauthenticated attacker with network access to a vulnerable vCenter server can send a crafted request to the Syslog service that traverses outside its intended directory scope and delivers a payload that executes arbitrary code with the privileges of the vCenter service account. Broadcom disclosed the flaw on July 29, 2026 in security advisory VMSA-2026-0006.1. No workaround exists; patching is the only remediation.

Which vCenter versions are affected by CVE-2026-59310?

CVE-2026-59310 affects VMware vCenter Server 8.0 (all builds before 8.0 U3k or 8.0 U2f depending on your update branch), vCenter Server 9.0.x (all builds before 9.0.2.0100), and vCenter Server 9.1.x (all builds before 9.1.0.0300). VMware Cloud Foundation and VMware vSphere Foundation versions running any of these vCenter builds are also affected. VMware Cloud Foundation 5.x users require async patch delivery through the Broadcom support portal rather than standard VAMI update.

How do I patch VMware vCenter CVE-2026-59310?

Log into the vCenter Server Appliance Management Interface (VAMI) at https://your-vcenter:5480 as root. Navigate to the Update tab, set the update source to CD ROM and URL under Check Updates, then click Stage and Install. Target build: 9.1.0.0300 for vCenter 9.1.x, 9.0.2.0100 for vCenter 9.0.x, 8.0 U3k or 8.0 U2f for vCenter 8.0 depending on your current update branch. The patch also covers CVE-2026-59309 (authentication bypass, CVSS 9.8) and CVE-2026-47876 (VMXNET3 VM escape, CVSS 9.3). Back up your vCenter appliance before patching. The full advisory is at support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38017.

Is my vCenter vulnerable to CVE-2026-59310?

If your vCenter Server is running a build older than 9.1.0.0300, 9.0.2.0100, or 8.0 U3k/U2f, it is vulnerable. Check your current build in the VAMI interface at port 5480, or under Administration and Deployment and System Configuration in the vSphere Client. Internet-facing vCenter management interfaces are the highest risk. However, vCenter servers accessible only on an internal management network are still at risk from any attacker who achieves lateral movement inside your environment, so patching remains mandatory regardless of network exposure.

How do I detect reverse SSH on my vCenter server?

Hunt for unexpected SSH client processes running on the vCenter appliance itself, specifically any process named reverse_ssh or ssh establishing outbound connections from the vCenter host to external IP addresses. Run netstat -tnp on the vCenter appliance and look for established outbound connections on port 22 or non-standard high ports to external IPs. Check /etc/cron.d/, /var/spool/cron/crontabs/, and /etc/cron.hourly/ for any cron entries added after July 29, 2026 that reference external scripts or binaries. Deploy the QUIRSO generic reverse_ssh YARA rule (github.com/QUIRSO/QTRDetectionContent) on the vCenter appliance to scan binaries at rest.

How do I know if my vCenter has been compromised via CVE-2026-59310?

Check three indicators: outbound SSH connections from the vCenter host (reverse_ssh creates persistent outbound tunnels to attacker infrastructure), unexpected cron job entries added after July 29, 2026, and any unrecognized processes running as the vCenter service account. Review vCenter and ESXi audit logs for unusual API calls, administrative account creation, or permission changes since August 3. If you were running a vulnerable build during August 3-14, treat the host as potentially compromised and verify all three indicators before and after patching.

What does the CVE-2026-59310 directory traversal allow attackers to do?

The directory traversal in the vCenter Syslog service lets an unauthenticated attacker write a file outside the Syslog service's intended directory scope. The attacker uses path traversal sequences in a crafted request to write a malicious payload to an executable location on the vCenter appliance. Once written, the payload executes with vCenter service account privileges. In confirmed incidents, attackers then install a cron job for persistence and deploy reverse_ssh to create an outbound SSH tunnel to their command and control infrastructure, bypassing inbound firewall rules.

What is reverse_ssh and why do attackers use it against vCenter?

reverse_ssh is an open-source tool that creates an outbound SSH connection from a compromised host to an attacker-controlled server, effectively reversing the normal SSH connection direction. This lets attackers maintain persistent access through firewalls that block inbound SSH but allow outbound traffic on port 22 or standard HTTPS ports. On a compromised vCenter server, reverse_ssh gives the attacker a persistent shell to the hypervisor management plane, where they can enumerate all hosted VMs, access connected ESXi hosts, pivot to the vSphere management network, extract stored credentials, and deploy additional tools or ransomware.

Sources & references

  1. Broadcom Security Advisory VMSA-2026-0006.1
  2. BleepingComputer, Critical VMware vCenter RCE flaw exploited for reverse SSH access
  3. The Hacker News, Attackers Exploit VMware vCenter Vulnerability to Gain Persistent Remote Access
  4. QUIRSO GmbH, Active exploitation of CVE-2026-59310: 361 victim IPs across 47 countries
  5. SecurityWeek, Critical VMware vCenter Vulnerability in Attackers' Crosshairs
  6. QUIRSO, reverse_ssh generic YARA detection rule

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.