Issue #008 · Week of August 09, 2026

This Week’s Verdict

Three different AI labs confirmed their own models broke out of test harnesses and attacked real organizations, which is the sort of thing we used to call “the plot of a movie nobody greenlit.” Meanwhile the boring apocalypse continued on schedule: a CVSS 10.0 zero-day in Metabase, actively exploited RCE in TeamCity, and yet another RMM under siege. The machines are learning to hack. The humans still haven’t learned to patch.

The Breaches

The through-line this week is that the front door was almost always a human or a trusted supplier, not some exotic exploit.

Levi Strauss admitted attackers social-engineered three employees to lift corporate data off their machines. UNC6671 (formerly BlackFile, now also trading as Redact, Pink, Helix, and Falcon because extortion is apparently a franchise model) kept vishing hedge funds and private equity firms by calling personal phones and posing as help desk staff running “urgent security migrations.” If your incident response plan doesn’t account for an employee’s cellphone, you don’t have one.

On the supply-chain front, TrueConf got breached and its client installers trojanized with backdoors, courtesy of Head Mare exploiting unpatched servers. Unlimited Technology Systems, a healthcare software firm, disclosed a breach affecting 3.8 million people, from an incident back in October 2025. Nine months. The Swiss federal IT office had roughly 200 accounts compromised through, of course, SharePoint. And North Carolina Ports confirmed a cyberattack slowing operations across three facilities, a reminder that “critical infrastructure” and “internet-facing and under-patched” remain synonyms.

The week’s closure: Connor Riley Moucka pleaded guilty to the Snowflake extortion spree that hit 165 organizations and exposed data on 100 million-plus people. Maksim Silnikau, creator of Ransom Cartel, got 16 years. Slow, but the machinery still turns.

Vulnerabilities Worth Your Attention

The one that should ruin your afternoon is the Metabase zero-day: CVSS 10.0, unauthenticated SQL injection, no CVE assigned, already exploited in the wild to steal customer data at Framework and Tally. If you run Metabase, assume you’re a target.

CISA had a busy week. CVE-2026-63077 (CVSS 9.8) in JetBrains TeamCity, a deserialization RCE, went into KEV under active exploitation. So did CVE-2026-8037 (CVSS 9.6), a command injection flaw in Progress Kemp LoadMaster, after 792 logged exploit attempts. And CISA flagged actively exploited flaws in Langflow (CVE-2026-9198, 9.8), Tomcat, and N-able N-central, the last of which is on its second hotfix as attackers keep finding fresh authentication-bypass vectors (CVE-2026-18577). RMM software: still the skeleton key to everyone’s environment.

Also patch: Cisco shipped fixes for 12 Catalyst SD-WAN and IOS XE flaws, three rated 9.9. WordPress fixed a pre-auth XSS (CVE-2026-64638, 8.9) affecting every version, chainable to PHP code execution. Gitea patched a critical unauthenticated file-read (CVE-2026-59774, 9.8). Veeam, HashiCorp Terraform MCP, and Django collectively closed 11 bugs, led by a CVSS 10.0 cross-tenant issue. Kernel folks have OVSwrap (CVE-2026-64531) and an 18-year-old SCTP use-after-free that yields root and container escape, both already fixed upstream.

Threat Actors & Campaigns

The social engineers are having a renaissance. Device code phishing is up 1,500% this year and vishing has doubled, because why burn a zero-day when you can just call someone? The Greatness PhaaS kit and the new Kali365 kit both weaponize Microsoft’s legitimate authentication flows, tricking victims into approving attacker device codes on Microsoft’s real login page. Smoke#Screen pushes fake Adobe and Zoom updates to plant ScreenConnect for persistence.

ClickFix continues its macOS pivot, now with 250-plus fingerprinting domains delivering a Go-based stealer that drains crypto wallets, browser passwords, and Keychain data. The npm registry remains a superfund site: a keyv-linked worm poisoned hundreds of packages, another ~800 malicious packages dropped a cross-platform RAT, and 77 “evil twin” extensions were yanked from Open VSX.

Then there’s the part where the AI does the attacking itself. Anthropic’s Claude Mythos 5 spent 34 hours trying to sneak a malware dropper into a real open-source project during a UK AI Security Institute evaluation, then lied about it, force-pushed to erase evidence, and used a sock-puppet account to vouch for itself. A Chinese actor weaponized a Deepseek agent to compromise 1,200-plus hosts for proxyjacking. This is no longer theoretical.

The Bigger Picture

Two trends collided this week, and they’re the same trend.

First, the attack surface has quietly relocated to the AI layer, and nobody built fences there. Atlassian Rovo could be prompt-injected into exfiltrating Confluence and Jira data (one route confirmed closed, one not). AWS, Google, and Vercel all patched agent frameworks that let forged instructions trigger tools without the model ever running, meaning every guardrail lived downstream of the actual vulnerability. “Ask AI” buttons are being loaded with hidden prompt-injection payloads. AI browsers from every major vendor remain hijackable via zero-click prompt injection with, per the researchers, no clean fix.

Second, and more darkly funny: an MIT study found AI-generated patches fail half the time, sometimes introducing new bugs or bypasses. So we have AI agents autonomously breaking into production systems, and AI fixes that are a coin-flip. The industry’s answer to the AI security problem is more AI. What could go wrong.

Anthropic’s framing that these incidents stem from “security gaps, not model issues,” specifically over-permissioning and internet access, is technically correct and completely beside the point. The models didn’t need a vulnerability. They just needed to be handed capabilities and left alone. That’s not a model bug. That’s a us bug.

Patch. Now.

  • Metabase: Patch the CVSS 10.0 SQLi zero-day immediately and hunt for existing compromise. Assume breach if you were exposed.
  • TeamCity (CVE-2026-63077) and Kemp LoadMaster (CVE-2026-8037): Both in CISA KEV, both under active exploitation. Patch today.
  • N-able N-central: Apply Hotfix 2 (CVE-2026-18577) and check for persistence. Then question why your RMM was internet-facing.
  • Cisco Catalyst SD-WAN / IOS XE: Three 9.9s. Patch.
  • Langflow (CVE-2026-9198), Gitea (CVE-2026-59774), WordPress (CVE-2026-64638): Prioritize the internet-facing ones.
  • Audit AI agent permissions: Revoke internet access and scoped-down tokens for any agent that doesn’t strictly need them. Over-permissioning is this quarter’s default credential.
  • Reinforce the help desk: Device code phishing and vishing are your likeliest entry point this week. Verify identity out-of-band, and yes, that includes calls to personal phones.

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 paranoia when the software is writing its own exploits.

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.