Fetching from the wire…
Public story · 2026-07-21 · high
The trick predates every agent involved, and no CVE was filed, meaning standard vulnerability scans won't catch it.
Why now: It surfaced in Adversa AI's July roundup rather than a numbered advisory, the kind of coverage a CVE-only tracking process would miss.
A shell injection technique bypasses the command guards in 10 of 11 open-source coding agents, per Adversa AI's July roundup, which names it GuardFall. That matters because most teams find out about agent vulnerabilities through a CVE feed or a dependency scanner. No CVE was assigned to GuardFall, so it won't show up in either.
The guards work by scanning a command string against a regex or a denylist before executing it. Quoting breaks that check almost every time. The tricks are decades-old shell syntax, older than the agent guards that failed against them.
Quoting rewrites the string without changing what the shell actually runs. The roundup also flags compositional attacks. Chaining several individually-allowed commands together produces something the guard never evaluates as a unit, which makes per-command scanning obsolete on its own terms.
Adversa's recommended fix is enforcement at the OS layer: seccomp, Landlock, gVisor, or a microVM. That way the kernel decides what's allowed to run, not a wrapper script guessing at the model's syntax.
Each link below shares sources, entities, or timing with this story.
The attackers didn't use agents to help. They used agents to do the whole thing. Hugging Face disclosed that attackers chained a remote-code dataset loader with a template-injection flaw in dataset configuration to land on processing workers, then escalated to node-level acces...
This is the one that should make you check your own setup tonight. June MCP-security roundups flag roughly 12,520 internet-exposed MCP services, about 40% of them with no authentication at all. On top of that, Adversa AI's TrustFall and SymJack research shows that Claude Code,...
Adversa AI's May 2026 report tested 11 MCP registries and successfully poisoned 9 of them. Attack vectors include unauthenticated UI injection, hardening bypasses in "protected" environments like Flowise, and zero-click prompt injection in Windsurf and Cursor. Anthropic has de...
Adversa AI's March 2026 roundup documented 8 confirmed security incidents across OpenClaw and ServiceNow deployments, with aggregate scanning finding 43% of MCP servers vulnerable to command execution. A new vulnerability class is emerging around persistent memory and SOUL.md...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
Three frontier models shipped in a single week this month, and teams with a standing eval harness had a routing decision in hours. Anthropic's own agent-eval guidance says 20-50 tasks drawn from your real usage and real failures is enough to detect issues (DeepEval). DeepEval...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.