AI Governance Institute logo
AI Governance Institute

Intelligence for Compliance and GRC Teams

← News
Research2026-08-06

11 Framework Flaws Put Every Agentic App Built on LangChain, AutoGen, and Google ADK at Risk

Source

Prompt injection isn't the bug, AI agent frameworks are

The Register / Check Point Research

What happened

Check Point Research published findings, reported by Prompt injection isn't the bug, AI agent frameworks are in The Register, identifying 11 vulnerabilities across five widely deployed AI agent frameworks: LangChain, CrewAI, AutoGen, Microsoft Agent Framework, and Google ADK. The vulnerabilities include insecure deserialization, path traversal, and authentication bypass flaws, representing classic software security failures embedded at the infrastructure layer rather than at the application layer. One critical flaw in Microsoft Agent Framework allowed an attacker to achieve remote code execution by triggering checkpoint deserialization through a prompt injection payload, meaning an adversarial input to a deployed agent could compromise the underlying server. A separate flaw in Google ADK enabled unauthenticated code execution and credential theft on default Google Cloud Run deployments, a configuration many enterprises use out of the box. Because these frameworks underpin entire categories of agentic applications, a single unpatched framework vulnerability exposes every application built on top of it, regardless of how well those applications have been individually hardened.

Why it matters

  • ·Framework-layer vulnerabilities collapse the distinction between content safety and system security: when prompt injection can trigger remote code execution through a deserialization flaw, OWASP Top 10 for Large Language Model Applications mitigations applied at the application layer are insufficient without underlying framework patching. Compliance teams that have treated prompt injection purely as an output-quality or guardrails problem must now treat it as a system integrity issue.
  • ·The credential theft vector exposed in Google ADK means agentic deployments running with service account credentials or API keys are at risk of full credential compromise, which implicates agent identity lifecycle controls and non-human identity governance across every affected environment. Organizations that have not separately inventoried the credentials accessible to their agent frameworks cannot assess the blast radius of exploitation.
  • ·Third-party AI vendor risk assessments typically evaluate the vendor application, not the open-source framework dependencies beneath it. These disclosures expose a structural gap in procurement-stage and ongoing vendor risk programs: if a vendor's agentic product is built on an affected framework version, the enterprise inherits that vulnerability regardless of the vendor's own security posture.

Governance controls affected

What to do now

  • Inventory every agentic application in production and identify which AI agent framework and version each application uses, prioritizing LangChain, CrewAI, AutoGen, Microsoft Agent Framework, and Google ADK.
  • Verify that patched versions of affected frameworks are deployed; where patches are not yet available, assess whether the affected functionality can be disabled or restricted until remediation is complete.
  • Audit the credentials and service account permissions accessible to each agent framework deployment, and apply least-privilege scoping to limit blast radius if a deserialization or authentication bypass is exploited.
  • Re-scope red-teaming and adversarial testing programs to include framework-layer attack vectors, not just application-layer prompt injection, to detect exploitation paths that bypass guardrails through underlying infrastructure flaws.
  • Require vendors supplying agentic AI applications to disclose the framework dependencies they use, the version pinned, and their patching cadence for upstream framework vulnerabilities as part of vendor contract requirements.

What to watch next

Check Point Research has not indicated whether all 11 vulnerabilities have been fully patched by the respective framework maintainers, so compliance teams should monitor official release notes and security advisories for LangChain, CrewAI, AutoGen, Microsoft, and Google ADK. Given the pattern of exploitation documented in CISA Confirms Active Exploitation of Critical RCE Flaw in IBM Langflow, regulators and CISA may move quickly to add confirmed-exploited framework flaws to the Known Exploited Vulnerabilities catalog, which would impose mandatory patching timelines on federal contractors and create reputational pressure on commercial enterprises. Organizations operating under the EU Cyber Resilience Act should also assess whether these framework vulnerabilities trigger disclosure or conformity obligations for products they ship that incorporate affected frameworks.

Stay ahead of stories like this

Get every Global AI governance development like this one, plus the rest of the week's developments. Every Thursday.

Powered by Buttondown.

Related Coverage

Research2026-08-04

Poisoned AI Config Files Turn Sanctioned Coding Agents Into Exfiltration Tools

Security firm Mitiga has documented an attack technique called PromptLogger in which threat actors embed malicious instructions inside AI agent configuration files such as CLAUDE.md and .cursorrules to silently exfiltrate user prompts, credentials, and environment variables. Because the malicious behavior executes through the agent itself, it evades endpoint detection and response tools. The attack directly implicates enterprise AI governance programs that treat sanctioned coding assistants as low-risk approved software.

Research2026-08-03

Ten AI Agent Incidents in 49 Days: CSA Finds Identity and Logging Controls Missing

The Cloud Security Alliance documented ten AI agent security incidents across a 49-day period, identifying missing agent identity binding, broken audit log integrity, and absent shadow traffic detection as the primary control failures. The report, published by CSA Labs, calls for enterprises to implement explicit agent identity, tamper-evident logging, and traffic anomaly controls before deploying agents in production. The incidents included prompt injection into developer tooling, malicious skills poisoning, and unauthorized resource diversion.

Standards2026-07-31

OWASP Updates Agentic AI Vulnerability Baseline, Tightening Compliance Expectations

OWASP GenAI released version 2.01 of its State of Agentic AI Security and Governance report, updating the recognized vulnerability landscape for autonomous AI systems. The guidance addresses prompt injection, tool abuse, and poisoned knowledge sources as primary threat vectors. Enterprise security and compliance teams should treat this release as a baseline shift that requires immediate review of agentic AI controls.