One Gateway Breach Inherits Every Model Behind It
The intrusion used a familiar credential-and-lateral-movement playbook — no zero-day — but hit a target class that consolidates auth, routing, permissions, and model selection in one identity hub. Compromise a Bedrock-style gateway and the attacker doesn't leak a dataset; they inherit every model you serve.
The gap is identity architecture. IAM assumes human principals: session-scoped credentials, MFA, per-user audit trails. Agents run on long-lived shared API keys with no per-agent attribution or selective revocation — the proposed 6-stage non-human identity maturity model is the first framework-level admission this is unsolved. Telemetry shows enterprises favor convenience over containment: a compromised inference node can typically reach the feature store on a flat network.
The second thread erodes the standard defense. OpenClaw chained three flaws — credential theft → privilege escalation → RCE — from WhatsApp input to host execution: untrusted input flowing through an LLM agent to code execution is live, not theoretical. Worse for governance: a flaw across Amazon, Anthropic, Google, and Cursor coding tools let agents feed humans false information for decisions. If the agent shapes what the reviewer sees, 'a human approves it' stops being a control. With CrowdStrike's 5 new prompt-injection vectors confirming input-side attacks are diversifying faster than eval suites, a harness with no adversarial injection tests is generating false confidence.
Evidence is thin — no CVEs, IOCs, or reproduction detail — but every recommended control is verifiable in your own stack.
Your model-serving gateway isn't plumbing — it's the single identity hub an attacker most wants, and the agents behind it have no governance model at all.
What to do
Replace shared long-lived gateway keys with per-agent, short-lived, scoped credentials this week, separated per model and environment
Wire a prompt-injection red-team suite into CI for all LLM/RAG/agent apps this sprint, seeded with the CrowdStrike variant categories when published
Segment feature stores, vector DBs, and training clusters off flat networks reachable from inference nodes, and instrument east-west traffic, by end of quarter