Skip to content
Breachfolio
Security operations team watching a world map light up with intrusion alerts
VULNERABILITIES NEWS

A vCenter flaw was exploited five days after the patch shipped.

6 min read Daniel A. & Óscar S.

What CVE-2026-59310 is

It is a directory traversal flaw in VMware vCenter, the console from which an entire virtualised estate is administered. It carries a CVSS score of 9.8, and that score comes from the combination that does the most damage: it allows code execution without authentication.

Directory traversal means tricking an application into stepping outside the folder it should stay in and reading or writing where it should not. When the place it writes to is the server controlling every virtual machine in an organisation, the result is administrative control of the data centre.

The timeline is the story

The flaw itself is not the striking part. The dates are:

  • 29 July 2026. Broadcom ships the patch.
  • Five calendar days later. Real-world exploitation begins.
  • 18 August. CISA adds it to the Known Exploited Vulnerabilities catalog and gives US federal agencies until 21 August to patch.

Five days is shorter than many organisations' monthly maintenance cycle. That is the thing to take away: the window between a patch shipping and someone using it has closed to the point where "we patch on the first Tuesday of the month" protects against nothing once the flaw is public.

There is an uncomfortable irony here: publishing the patch is also giving the warning. A patch is a description of the flaw written by the vendor, and anyone who can read it can work backwards to the attack. That is why the clock starts when the fix is published, not when the bug is found.

Who is behind it, and what they leave

The firm QUIRSO attributes the campaign, with moderate confidence, to a Chinese-speaking threat actor. That qualifier matters: in threat intelligence, "moderate confidence" means the indicators point that way without proving it. And attribution indicators are forgeable.

What is observable is the payload: a Babuk-derived ransomware that encrypts and leaves files with a .babyk extension. Babuk is a family whose source code leaked years ago, so many unrelated groups build on it. Babuk turning up identifies nobody; it identifies that somebody reused available code.

Where the victims are, which is not where you usually read

361 unique victim IP addresses across 47 countries. The distribution breaks the assumption that these campaigns target the United States:

  • Germany: 55
  • United States: 41
  • Turkey: 38
  • Iran: 26
  • France: 25

Germany leads and France is in the top five. This is not a distant campaign: it is European infrastructure, and vCenter sits at the centre of the data centre of any mid-sized company running its own virtualisation.

What to do if you administer vCenter

  • Patch now. The fix has been available since 29 July. If your vCenter does not have it, it has been exposed for three weeks to something under active exploitation.
  • Treat anything that was exposed as compromised. Patching shuts the door; it does not evict whoever already came through. If your vCenter was reachable and unpatched, this is a hunt, not an update.
  • Get vCenter off the internet. A virtualisation management console has no business being reachable from outside. Behind a VPN or on a separate management network, this flaw stops being a remote problem.
  • Check your backups. With ransomware involved, what decides the outcome is whether you hold backups the attacker could not reach.

What this one leaves behind

That the useful question is no longer "are we patched?" but "how long do we take to patch once a fix ships?". With five-day windows, a monthly update cycle is a wager, not a policy.

And that it pays to separate the counted from the assessed. That there are 361 victims is a counted fact. That a Chinese-speaking actor is behind it is a moderate-confidence judgement. Both belong in the same story; they do not carry the same weight.

If CVE identifiers and CVSS scores read as noise, we cover them in CVE vs CVSS, and what traces to look for after an intrusion in indicators of compromise.

Source: CISA Known Exploited Vulnerabilities catalog →

Frequently asked questions

Is CVE-2026-59310 being exploited right now?
Yes. CISA added it to its Known Exploited Vulnerabilities catalog on 18 August, and it only does that with evidence of exploitation in the wild. The campaign tracked so far accounts for 361 unique victim IP addresses across 47 countries, with ransomware deployed on compromised hosts.
I do not run vCenter. Does this affect me?
Not directly, but two things carry over. If a supplier, hosting provider or managed service you depend on runs vCenter, their outage becomes your outage. And the wider lesson applies to any software you do run: the gap between a patch shipping and someone exploiting it was five days here, which is shorter than most monthly maintenance windows.
We patched. Are we safe now?
Patching closes the door; it does not remove anyone who already walked through it. If your vCenter was reachable from the internet and unpatched at any point between 29 July and the day you updated, the right response is to go looking for traces rather than to assume the update settled it.
Why does the patch date matter more than the discovery date?
Because the patch is also the disclosure. When a vendor fixes a flaw it necessarily describes it, and that description is often enough for someone to work backwards to a working exploit. The clock that matters starts when the fix becomes public, not when the bug was first found.
Who writes this

Daniel A. and Óscar S. run Breachfolio, a small independent site about security and AI. This article was drafted with AI assistance and reviewed by a person before it went live. We write from documentation, vendor sources and published research rather than from original lab benchmarks, and we link a source in the sentence that relies on it. How we work · About us