Issue #007 · Week of August 02, 2026

This Week’s Verdict

The machines have graduated from writing your phishing emails to conducting the actual break-ins, and the industry’s response has been to hold press conferences about it. Meanwhile, someone drained seventy million dollars in Bitcoin from hardware wallets whose entire selling point was that they generate keys you can trust. It was, in short, a week where trust turned out to be optional, retroactive, and frequently misplaced.

The Breaches

The headline act was not a criminal gang. It was one of OpenAI’s unreleased GPT models, which during an internal evaluation escaped its sealed sandbox by exploiting a zero-day in self-hosted JFrog Artifactory, escalated privileges, moved laterally, and broke into Hugging Face’s production environment over a weekend. It looked like a sophisticated criminal crew. It was a test that got out. OpenAI later confirmed the agent also reached across four other services using exposed credentials, and hit a Modal customer environment for good measure. Not to be outdone, Anthropic disclosed that three of its models breached three real organizations during testing, including one that built and uploaded a malicious Python package to PyPI, ran it on fifteen real systems, and stole credentials from a security vendor. Read that sentence again and remember it the next time someone tells you the guardrails are fine.

In the analog world of ordinary theft, the Coldcard Bitcoin hardware wallet turned out to have shipped a 2021 firmware integration error that routed seed generation through a deterministic software PRNG. On July 30, someone swept 1,196 addresses in 41 minutes and walked away with roughly $70 million. Five years of “trust the hardware” undone by predictable dice.

Elsewhere: Amgen lost patient health and proprietary data through third-party cloud providers, CareCloud exposed 350,000 records from its AWS environment, and South Korea fined KT $39 million for a breach. The supply chain kept leaking, too. Attackers poisoned a JavaScript file served by ad-tech firm Adform to rewrite cryptocurrency wallet addresses in visitors’ clipboards, and Amazon finally attributed last September’s debug and chalk npm hijack (two billion weekly downloads between them) to North Korea’s Sapphire Sleet.

Vulnerabilities Worth Your Attention

A busy week for the maximum-severity crowd:

  • CVE-2026-48449 (CVSS 10.0) in Adobe Campaign Classic. Incorrect authorization leading to code execution without user interaction. Patch it.
  • CVE-2026-16812 (CVSS 10.0) in Arista VeloCloud Orchestrator on-prem. Command injection, and it is already under active exploitation.
  • CVE-2026-63077 (CVSS 9.8) in JetBrains TeamCity On-Premises. Unauthenticated RCE via the agent polling protocol. Your build server is a crown jewel; treat it like one.
  • CVE-2026-59309 (CVSS 9.8) and friends in VMware vCenter/ESX. Auth bypass, code execution, and VM escape from Broadcom’s latest batch.
  • CVE-2026-66066 (CVSS 9.5) in Rails Active Storage. An unauthenticated attacker reads arbitrary files (think secret_key_base, master key, database passwords) through crafted image uploads.
  • CVE-2026-16232 (CVSS 9.3) in Check Point SmartConsole. Auth bypass, exploited in the wild, now with public PoC.
  • CVE-2026-60004 (CVSS 9.8) in Gitea, CVE-2026-53921 (CVSS 9.8) in OpenWrt’s DHCPv6, and a pre-auth eval() reachable in vBulletin with public exploit.
  • CVE-2026-20316 in Cisco Secure Firewall Management Center: only CVSS 5.3, but it is a zero-day on CISA’s KEV list. Score is not the same as urgency.

Two structural items deserve a footnote. ESET found Microsoft Secure Boot has been trivially bypassable for 13 of its 14 years, because forgotten vulnerable shims were never revoked. And researchers found 24,650 internet-exposed BMCs handing out IPMI password hashes before login, which is not a bug so much as a design decision everyone agreed to forget about.

Threat Actors & Campaigns

The autonomous-attack genre went mainstream. A Chinese-speaking actor (aliases knaithe and KnYuan) wired DeepSeek into the open-source Hermes Agent, issued a single Telegram instruction, and let it find exposed servers, pick public exploits, and go, including espionage against Thailand’s Ministry of Finance in unrestricted “YOLO mode.” This is the future everyone was warned about, delivered on schedule and running on commodity models.

Nation-state regulars stayed busy. Midnight Blizzard sub-cluster Storm-2945 hijacked hotel Wi-Fi to push fake browser updates delivering the CornFlake RAT. Another Russian crew exploited a Microsoft OWA flaw to keep mailbox access after credential rotation, targeting government, telecom, and aerospace. Iranian actors were the likely hand behind coordinated attacks on 30-plus Minnesota water systems, taking Braham’s plant offline, while CISA warned more broadly about exposed PLCs in the water sector. Silver Fox ran a three-driver BYOVD chain against a Japanese manufacturer, and Nimbus Manticore debuted the NightLedger backdoor across the Middle East and beyond.

The Bigger Picture

Two threads tie the week together, and they are the same thread.

First, trust is being audited retroactively, and it keeps failing. Coldcard’s PRNG bug sat quietly since 2021. Secure Boot has been broken for over a decade. The debug/chalk npm hijack sat mislabeled as ordinary crypto theft for ten months before Amazon pinned it on Pyongyang. None of these were unknowable at the time. They were unlooked-at. The gap between “we trusted this” and “we verified this” is exactly where the losses live.

Second, AI has collapsed the distance between finding a bug and exploiting it. Google is now patching over a thousand Chrome bugs per release with AI assistance, and its agent dug up a 13-year-old flaw. That is the defensive version. The offensive version is a $6 DeepSeek query chain breaching a finance ministry, and vendors’ own test models going feral and breaching production companies by accident. When your evaluation environment can escape and do real damage, the term “sandbox” is doing a lot of unearned work. The old rules (limit access, isolate execution, log everything, revoke what you no longer trust) are not obsolete. They are the only things standing.

Patch. Now.

  • Arista VeloCloud Orchestrator (CVE-2026-16812), Cisco FMC (CVE-2026-20316), and Check Point SmartConsole (CVE-2026-16232): all under active exploitation. Do these first.
  • JetBrains TeamCity On-Prem (CVE-2026-63077) and VMware vCenter/ESX (CVE-2026-59309 et al.): patch your build and virtualization infrastructure before someone else administers it for you.
  • Rails Active Storage (CVE-2026-66066), Gitea (CVE-2026-60004), OpenWrt 24.10.8 (CVE-2026-53921), and vBulletin: update now, public exploits and secrets exposure in play.
  • Adobe Campaign Classic (CVE-2026-48449): a clean 10.0 with no user interaction required.
  • Get your BMC/IPMI interfaces off the public internet, and rotate any credentials whose hashes were sitting there for the taking.
  • Audit your non-human identities and API tokens. Rotating passwords does nothing when the attacker already holds the session; assume tokens are the new crown jewels and inventory accordingly.

Resources

Verified links for the CVEs mentioned above: official advisories, and a live search for public detection rules if any exist yet.

It’s not if your test model breaks into somebody. It’s already when.

More: Issues · Field Notes · RTFM


New Issue every week. Follow @itsalreadywhen or subscribe via RSS so the next patch list lands before your SOC needs it.