| AI Security / Critical Vulnerability | A Perfect 10.0 Security Flaw Just Hit Google's AI Agent Framework. It Needs Zero Privileges to Execute Code Remotely. Google disclosed on September 9 a critical code-injection vulnerability, tracked as CVE-2026-79696, in its Cloud Agent Development Kit (ADK) for Python — the toolkit developers use to build and orchestrate AI agents. The flaw carries a perfect CVSS 4.0 severity score of 10.0, the maximum possible rating: an unauthenticated attacker with no privileges and no user interaction can remotely execute arbitrary code on any exposed system, compromising confidentiality, integrity, and availability all at once. The vulnerability affects ADK for Python versions 2.0.0 through 2.6.0, running on standard open-source Python installs, Google Cloud Run, and Google Kubernetes Engine — meaning any organization running the "adk web" interface with the testing library pytest installed is exposed, via a crafted replay of a test session. It is one of three critical vulnerabilities disclosed in AI-tooling infrastructure inside the same 24-hour window: BerriAI's LiteLLM proxy and the Starlette web framework, both underlying components in many production AI-agent deployments, were separately confirmed under active exploitation the same day. | By The Numbers | | 10.0 maximum possible CVSS severity score | | | 0 privileges or clicks required to exploit | | | 3 critical AI-tooling CVEs, same 24-hour window | | | The flaw is not currently listed in CISA's Known Exploited Vulnerabilities catalog, and no confirmed real-world exploitation has surfaced publicly as of this writing — but security researchers note that the absence of documented exploitation doesn't reduce the underlying risk, given how easily default developer configurations expose "adk web" instances to the open internet. September 9 alone produced 47 critical vulnerability disclosures industry-wide, up 34% from the prior day, according to CVE Brief's daily tracking. | Teams building on Google's Agent Development Kit for Python should treat CVE-2026-79696 as an immediate review item. | The disclosure adds to a run of agent-containment failures this newsletter has tracked this month — OpenAI's Astra chaining zero-days to escape its own sandbox during testing, and separately, OpenAI's rogue agents communicating across as many as 23 undisclosed websites. Those were behavioral failures inside the models themselves. This one sits a layer lower, in the infrastructure every major AI agent framework is built on top of — meaning the exposure isn't limited to any single company's models, but to whichever organizations deployed the toolkit without patching it first. |