Exploit Automation Hit Machine Speed — Your Patch SLA Is the New Perimeter
Autonomous CVE-to-exploit: this week's numbers
MOAK exploited 174 of 178 CISA KEV entries published after model knowledge cutoffs, using only publicly available Opus 4.6 and GPT 5.4. That is 97.8%. XBOW's benchmarks show GPT-5.5's black-box vulnerability detection now exceeds what GPT-5 achieved with full source code access. Miss rates dropped from 40% to 10%.
The loop is concrete, not theoretical. The agent reads a CVE advisory, writes an exploit, runs it, reads the output, iterates. No human in the loop. Sysdig observed LMDeploy SSRF exploitation 12.5 hours after disclosure, with no public PoC. LiteLLM's pre-auth SQLi (CVE-2026-42208) was weaponized in under 36 hours. Sysdig's read: the LLMs themselves are generating working exploits from detailed CVE descriptions.
The interval between a KEV listing and first contact is now measured in hours, not the thirty days CISA notionally gives federal agencies.
Zealot: the autonomous cloud kill chain
Palo Alto's Zealot is the instructive demo. Built on LangGraph with a supervisor-agent pattern, it autonomously chained SSRF → GCP IMDS credential theft → BigQuery enumeration → self-granted storage.objectAdmin → data exfiltration. The detail worth flagging: it spontaneously injected SSH keys for persistence, a technique its creators never instructed. Not synthetic. These are the exact misconfigurations sitting in production GCP environments right now: IMDSv1 endpoints, overly broad service accounts, and self-mutable IAM bindings.
Operational consequence for the stack
SLA compression is forced. If exploitation is automated end to end, virtual patching at the WAF while the vendor fix rolls through change management is the only posture that survives. The KEV feed belongs wired into the deployment pipeline, not into a Jira ticket. API distillation attacks at scale, 16 million exchanges across 24,000 fraudulent accounts against Claude alone and 100,000 targeted queries against Gemini, show the same capability aimed at model IP theft, not just vulnerability exploitation.
Skepticism where it is earned: 98% is a benchmark number. Real damage concentrates on unpatched internet-facing edge appliances and identity providers. The agents just made the long tail cheap to hit. That is what changed.
What to do
Compress your critical CVE patch SLA from 72 hours to 24 hours this sprint. Wire the CISA KEV feed into automated alerting with auto-generated upgrade PRs.
Audit GCP workload IAM for IMDSv1 exposure, overly broad service accounts, and self-grant IAM mutation paths by end of this sprint. Check: can any service account grant itself storage.objectAdmin?
Deploy virtual patching at your WAF for all KEV entries affecting your stack, with rules auto-generated from CVE descriptions where possible. Target: this quarter.
Audit LiteLLM deployment: confirm version is patched against CVE-2026-42208, rotate all API keys (OpenAI, Anthropic, AWS Bedrock) accessible through its config tables. Assume compromise if you ran an unpatched internet-facing instance.