This website uses cookies

Read our Privacy policy and Terms of use for more information.

HARDENED
Cybersecurity Intelligence
Issue No. 071  ·  August 24, 2026  ·  Weekly Flagship  ·  hardened.news
The signal. Not the noise.    For teams that defend.
EnterpriseCloud & DevOpsDevIT OpsEnd Users
Gates cleared:Gate 1 ExploitationGate 2 Blast RadiusGate 3 Canadian
01 — // Lead Story — Deep Dive
Ray, the Engine Under the AI Boom, Just Hit CISA's Exploited List — and a Botnet Got There First
CISA confirmed active exploitation of a DNS-rebinding flaw that turns a developer's browser into a delivery mechanism — while a separate no-login flaw keeps feeding a self-propagating cryptomining botnet across more than 200,000 internet-exposed Ray servers.

Ray is the distributed compute engine underneath a large share of production AI: it's what lets a team spread model training and inference across a cluster of CPUs and GPUs instead of one machine. That makes it valuable infrastructure to protect and, this week, a visible target. On August 17, CISA added CVE-2025-62593 to its Known Exploited Vulnerabilities catalogue — a flaw where Ray's dashboard trusts a browser's User-Agent header as proof it isn't being reached from a hostile website, a defence that a basic DNS-rebinding trick defeats. NVD rates it 8.8; researchers found the RondoDox DDoS botnet had folded it into their toolkit two days before it was even publicly disclosed, fixed in Ray 2.52.0. The Hacker News →

That flaw is landing on top of an older, larger problem the industry hasn't finished cleaning up. Since November, Oligo Security has tracked a campaign called ShadowRay 2.0, built on a separate, more severe Ray flaw (CVE-2023-48022, CVSS 9.8) that lets an attacker reach the job-submission API with no login at all. Oligo counted more than 200,000 Ray servers still reachable from the open internet, and described the botnet's growth pattern as worm-like: a compromised cluster starts scanning for the next exposed Ray dashboard on its own, so the campaign spreads without the operators doing the legwork themselves. The payoff for whoever runs it is straightforward — one hijacked cluster alone was generating an estimated $3 million a year in on-demand compute value, now diverted to cryptomining. Oligo Security →

Ray's maintainers have a consistent answer when this comes up: the software was designed to run inside a trusted network, not exposed to the internet, so an authentication bypass isn't really a bug in that context. That's a defensible design position and also beside the point for the operators of 200,000-plus exposed servers who didn't read the deployment guidance that closely. Whatever the intended threat model was, the deployed reality is more than 200,000 internet-facing servers, two live and distinct exploitation paths into them, and attackers who don't care which one gets them in.

This is where AI security stories are heading next. The past month of Hardened issues has been about what frontier models can do; this one is about the unglamorous compute layer underneath every one of those models, and it's exposed in exactly the boring, familiar way most infrastructure gets exposed — no authentication, no network segmentation, running whatever version was current when someone first stood up the cluster.

Ask your team this week whether anyone can name every Ray cluster your organisation runs, whether any of them are reachable from the internet, and whether GPU billing anomalies would actually get noticed before the next invoice arrives.

// Two Flaws, One Framework
RY-01 — Critical
No Login Required (CVE-2023-48022)

The job-submission API accepts commands from anyone who can reach it. This is the flaw behind ShadowRay 2.0's exponential spread — the simplest possible bar to clear.

RY-02 — Critical
A Browser Can Do It Too (CVE-2025-62593)

Even a Ray dashboard that isn't directly exposed can be reached indirectly: a developer visiting an ordinary-looking website can have their browser used as the delivery mechanism via DNS rebinding.

RY-03 — High
The Botnet Recruits for Itself

ShadowRay 2.0's self-replication means the exposed-server count isn't static. Every new compromise becomes a new scanner, so the window for finding and fixing your own exposure before it's found for you keeps shrinking.

RY-04 — High
GPU Theft Is a Budget Problem Before It's a Security One

A compromised cluster's first visible symptom is often a cloud bill, not an alert. Finance and security teams both need to be watching for the same anomaly.

// Five Actions — Start This Week
[✓]Inventory every Ray cluster your organisation runs and confirm none are internet-facing. Ray's own guidance assumes a trusted network; verify that assumption holds for every deployment, not just the ones you remember standing up.
[✓]Update to Ray 2.52.0 or later and enable token authentication. This closes the CVE-2025-62593 path and gives you the option to require credentials Ray doesn't demand by default.
[✓]Set billing alerts on GPU and compute spend, not just security alerts. Given how this campaign monetises, an unexpected invoice may reach you before your monitoring does.
[✓]Extend this audit to every open-source AI/ML infrastructure component you run, not just Ray. The pattern — powerful tooling designed for trusted networks, deployed by teams moving fast — is not unique to one framework.
[✓]Brief your board on infrastructure risk alongside model risk. The compute layer underneath your AI initiatives needs the same governance attention as the models running on top of it.
02 — // The Canada Angle
CCCS Updated Its VMware Advisory the Same Day a China-Nexus Campaign Hit 361 Networks
A suspected China-nexus actor exploited a critical vCenter flaw to compromise networks in 47 countries, deploying backdoors and, in at least one case, Babuk-derived ransomware — and the Canadian Centre for Cyber Security's advisory tracking it was updated the same day CISA confirmed active exploitation.

On August 18, CISA added CVE-2026-59310, a directory-traversal flaw in VMware vCenter's Syslog server, to its Known Exploited Vulnerabilities catalogue. The flaw carries a CVSS score of 9.8 and lets an attacker with network access to vCenter execute arbitrary code with no workaround beyond patching. Researchers attribute exploitation to a suspected China-nexus APT actor deploying reverse_ssh binaries for persistent access and, in at least one case, dropping Babuk-derived ransomware on ESXi hosts — a move researchers suspect was anti-forensic cover rather than the campaign's goal. Researchers count 361 victim IPs spread over 47 countries. CCCS's own advisory, AV26-763, originally published July 30 covering this and four related VMware CVEs, was updated August 18 — the same day — to reflect CISA's KEV confirmation. Canadian Centre for Cyber Security →

Framework — IT Leadership & Data Centre Operators
CCCS AV26-763 — VMware vCenter Advisory

CCCS "encourages users and administrators to review the provided web links and apply any necessary updates as they become available." That is deliberately general guidance covering five distinct VMware CVEs in the same advisory, but the specificity that matters is CISA's: this particular flaw, in this particular product, is confirmed under active exploitation right now, not a theoretical risk on a patch backlog.

The action: vCenter underpins virtualisation for a large share of Canadian enterprise and government data centres. Confirm your vCenter Syslog server is patched and, if not yet possible, restrict network access to vCenter to a trusted management segment immediately.

Primary source: Canadian Centre for Cyber Security →

None of the 47 countries named in current public reporting are confirmed as Canada specifically, but vCenter's ubiquity in enterprise virtualisation means absence from a victim list published so far is not the same as confirmed safety. Patch on the assumption that you are in scope, not on confirmation that you are.

03 — // Threat & Defence Matrix
This week’s confirmed exploitations mapped to the control that contains them
ThreatDefence

Ray missing-authentication RCE (CVE-2023-48022, CVSS 9.8)
Unauthenticated job-submission API access; the flaw behind the ShadowRay 2.0 self-replicating botnet.

Network isolation + authentication
Never expose Ray to the internet; enable token authentication (available in 2.52.0+) regardless of perceived network trust.

Ray DNS-rebinding browser RCE (CVE-2025-62593, CVSS 8.8, CISA KEV Aug 17)
A crafted website can reach an otherwise-isolated Ray dashboard through a developer's browser.

Patch to 2.52.0+
Update immediately; network isolation alone does not fully mitigate a browser-mediated attack path.

VMware vCenter Syslog path traversal (CVE-2026-59310, CVSS 9.8, CISA KEV Aug 18)
China-nexus actor achieves RCE via network access to vCenter; 361 victim IPs in 47 countries, with Babuk-derived ransomware seen in at least one intrusion.

Patch + restrict management access
Apply Broadcom's fix; restrict vCenter network access to a dedicated management segment, no workaround exists otherwise.

Windows IKE double-free RCE (CVE-2026-33824, CVSS 9.8, CISA KEV Aug 18)
Unauthenticated network attacker executes code via a double-free in the Windows IKE Extension.

Confirm April 2026 (or later) updates are applied
Microsoft patched this in April; exploitation is hitting systems that never took the fix. Treat VPN/IKE-facing systems as priority.

04 — // On Our Radar + Patch Priority
// On Our Radar — Not Yet at Critical Threshold
Apple macOS Screen Sharing auth bypass (CVE-2026-65400, CISA KEV Aug 18): Exploited to deliver cryptocurrency miners — the same monetisation pattern as this week's Ray campaign, on different infrastructure entirely. Worth watching whether cryptomining becomes the default payload of choice across this KEV batch.
OpenAI's Astra pause deepens: Axios reported August 18 that Astra may have crossed the Preparedness Framework's "critical" cyber-capability threshold — a first — prompting a broader safety overhaul. The undisclosed "other instances" from Issue #070 remain unexplained. Axios →
RoguePlanet Defender zero-day, resolved: Now tracked as CVE-2026-50656 and patched by Microsoft in July via Malware Protection Engine 1.1.26060.3008. Verify the engine update has rolled out across your fleet; closing this thread, tracked since Issue #064. BleepingComputer →
// Patch Priority — This Week
P1 — NOWVMware vCenter CVE-2026-59310 (CVSS 9.8) — China-nexus mass exploitation, no workaround, CISA KEV. Patch immediately and restrict management network access.IT Ops · Enterprise
P1 — NOWRay CVE-2023-48022 and CVE-2025-62593 — update to 2.52.0+, enable token authentication, and confirm no Ray cluster is internet-facing.Cloud+DevOps · Dev
P2 — WEEKWindows CVE-2026-33824 (CVSS 9.8) — confirm the April 2026 (or later) cumulative updates landed; Apple macOS CVE-2026-65400 (CVSS 9.8) — apply the emergency Screen Sharing fix (Tahoe 26.6.1 / Sequoia 15.7.9 / Sonoma 14.8.9).IT Ops · Enterprise
HARDENED

HARDENED is published for general informational and educational purposes. All threat data is sourced from publicly available security research and cited accordingly. This newsletter does not constitute professional security advice. Security configurations and threat landscapes vary by organisation. Consult a qualified security professional for implementation guidance specific to your environment. All data as of August 21, 2026.

hardened.news