Black Hat 2026: When AI Agents Become the Attack Surface — Four Layers, One Conclusion

Black Hat 2026: When AI Agents Become the Attack Surface — Four Layers, One Conclusion

Black Hat USA 2026 opens Monday at the Mandalay Bay in Las Vegas, and if you scan the briefing schedule, a pattern emerges that would have been unrecognisable two years ago. 35 out of 121 briefings — 29 percent — directly cover AI security. But the headline isn’t the volume. It’s the target.

Four keynote-level briefings are attacking the infrastructure that AI agents run on. Not the applications built on top. Not the user-facing interfaces. The runtime itself. Agent exploitation has graduated from application-layer curiosity to infrastructure-grade discipline, and the people presenting aren’t startups looking for venture capital — they’re Check Point Research, NVIDIA, and Oligo Security.

Layer 1: The Framework Is the Vulnerability

Check Point Research’s Yarden Porat and Shahar Tal are presenting “No Tools Required: Post-Injection Exploitation Across AI Agent Frameworks” on August 5. Their finding reframes the entire agent security model.

The exploitable logic doesn’t live in the tools an agent calls. It lives in the core runtimes of LangChain, CrewAI, AutoGen, and Semantic Kernel — the memory stores, planning loops, serialization layers, and orchestration logic that developers assumed were safe because they’re just “infrastructure code.” Even without tool access, attacker-controlled content can cross trust boundaries and hijack agents through framework internals. The techniques include delayed-execution injection across conversation turns, cross-agent propagation in multi-agent setups, and persistent memory poisoning.

The implication is uncomfortable for anyone who thinks prompt guardrails and tool permissioning are sufficient defences. If the attack surface is the framework’s decision-making logic rather than the tools an agent can call, then the entire conventional approach to securing agents addresses the wrong layer.

Layer 2: Exploitation Gets Cheap and Private

NVIDIA researchers Bar Lanyado and Eliya Cohen are presenting on August 6 with what is probably the most economically significant talk on the schedule. Their WASP-OS model — a fine-tuned 30B open-source model — achieves a 56 percent exploit success rate against AI agents while matching the performance of frontier models like GPT-4o, Claude, and Gemini. The cost is 70 to 125 times lower, and it runs locally with full privacy.

The offensive-defensive imbalance is structural. When attacking AI agents required frontier-model API costs and exposed your attack patterns to cloud providers, the barrier to entry was meaningful. When a 30B model running on a single GPU can match that performance at a fraction of the cost with no data leaving your machine, the economics flip. The attacker’s cost structure collapses while the defender’s attack surface expands with every new agent deployment.

Layer 3: Cloud Infrastructure Melts Under Agentic Load

Check Point returns on August 6 targeting Cloudflare’s CodeMode and Workers — the LLM-driven tool orchestration layer that enables agent workflows on one of the internet’s largest edge platforms. Their research shows prompt injection leading to code generation that runs with the agent’s full privileges, enabling sandbox escapes and cross-tenant attacks.

Cloudflare shipped its Agents SDK and CodeMode as infrastructure primitives for the agent economy. This briefing demonstrates that the infrastructure providers themselves are becoming attack surfaces — not because of misconfigurations, but because the architecture of agentic cloud platforms creates new privilege-escalation paths that simply didn’t exist before agents.

Layer 4: The Botnet That Eats AI Infrastructure

The most unsettling talk comes from Oligo Security: “When AI Attacks AI: Inside the Self-Propagating Botnet Built on Compromised AI Infrastructure.” This is the first documented in-the-wild campaign weaponising Ray clusters into a self-propagating botnet. Compromised clusters autonomously scan for and infect other Ray deployments globally.

Ray is the compute backbone for much of the agent ecosystem. A self-propagating botnet at the compute layer means agent workloads may already be running on compromised infrastructure. Not theoretical. Documented. In the wild.

The 109-to-1 Problem

According to data cited at the conference, machine identities now outnumber humans 109 to 1 in the average enterprise. Gateway defences that only watch prompts and responses miss what agents actually execute. The OWASP Top 10 for LLM Applications already ranks prompt injection as the #1 vulnerability, and a Dark Reading poll found 48 percent of security professionals identify agentic AI as the single most dangerous attack vector for 2026.

These four briefings cover four distinct layers: framework runtimes, cloud platforms, compute clusters, and exploitation tooling. The Black Hat programme committee has drawn a clear line — agents are infrastructure, and infrastructure requires infrastructure-grade security.

The question isn’t whether agent exploitation will become a mainstream attack vector. The economics say it already has. The question is whether defenders can move fast enough when the attackers’ tooling costs 125 times less than it did last year.

Sources: Forkast — Blair Hayes, Tech Yahoo, OWASP Top 10 for LLM Applications 2026, Dark Reading 2026 Security Poll.