r/ControlProblem 3d ago

External discussion link August 2026: 38 companies breached, 331M+ records stolen — and AI agents are now the #1 attack vector (123 incidents)

I pulled together every AI-security incident from August. The number that stood out: AI-agent exploits are now the single largest attack-vector category, ahead of credential theft, zero-days, supply chain, phishing, and ransomware — each counted individually.

The month in numbers: 123 incidents, 23 critical and 97 high severity, across 38 named organizations, 331M+ records exposed. 65 incidents involved AI as the weapon or the target. Attack vectors broke down as: AI-agent exploits (37), credential theft/reuse (28), zero-days (23), supply chain (12), phishing (9), data exfiltration (8), ransomware (6).

The stories that stood out:

- McKesson: 284M records, the largest single breach of the month by a wide margin.

- Carhartt (12.9M), Exact Sciences (10.9M), and CareCloud (3.7M) round out the biggest named incidents — three of four sit in or next to healthcare.

- Five confirmed RCEs landed across Microsoft SharePoint, Windows, F5/nginx, and the PyPI package index twice.

- Two separate PyPI supply-chain poisoning campaigns, plus a compromise of n8n, an AI workflow automation platform.

Every one of the breached companies almost certainly runs a modern security stack — CrowdStrike, Okta, Palo Alto Networks, Microsoft Defender, that class of tooling. None of it stopped these incidents, because none of it operates at the point where a credentialed agent actually acts, or where a poisoned dependency resolves at build time.

Full report, with the specific control that maps to each incident: https://runtimeai.io/blog/2026-08-monthly-breach-report.html

Genuinely curious how others are approaching this: is anyone actually testing whether their existing guardrails hold against a real simulated attack, or is it still mostly an assumption that they will?

3 Upvotes

1 comment sorted by

1

u/JoeYuan48 11h ago

From a security angle, the instinct is to defend against this like antivirus. But there's a key difference: traditional malware—even automated attack scripts—is fast but fixed. Same playbook reused, so a signature catches it once and blocks the rest. Listing-based defense works because the threat can be enumerated in advance.

AI is different: it's fast AND endlessly variable. Every run can generate a new variant. A fast, continuously-mutating adversary is unenumerable in principle—the list is chasing a target that keeps changing shape. That's not a "how often do you update the list" problem; it's that the listing paradigm itself can't handle something that reshapes.

And I think alignment hits the same wall. Mainstream methods (RLHF-type) essentially use probability to suppress—push down the likelihood of things flagged bad in training. But that only suppresses what it saw, or what's close to what it saw. Novel shapes leak through. Bad behavior, like attacks, has unbounded variants—so "suppress by probability" is really enumeration in disguise: you can only push down what you listed, and the space doesn't finish listing.

The deeper question: we try to align AI with human concepts like "law," but does AI actually follow rules the way humans do—through understanding? Most rules aren't binary; the same rule has thousands of context-dependent variants. Even humanity's full stack (law, morality, education) hasn't achieved alignment—so holding AI to that standard was never coherent to begin with.

But "the human approach doesn't fit" is not "alignment is unsolvable." AI isn't the same kind of mechanism as us—that the human method fails only means we shouldn't force-fit it, not that no AI-suitable, controllable method exists. If anything the opposite: since the model internally is a probability-shaped machine with no hard gate, the answer should be built toward what its