Executive Summary
In April 2026, a critical vulnerability (CVE-2026-4810) was identified in Google's Agent Development Kit (ADK) for Python, affecting versions 1.7.0 through 1.28.1 and 2.0.0a1 through 2.0.0a2. This flaw allowed unauthenticated remote attackers to execute arbitrary code on servers hosting vulnerable ADK instances, potentially leading to full system compromise. The vulnerability stemmed from a combination of code injection and missing authentication mechanisms within the ADK framework. Google addressed this issue by releasing patched versions 1.28.1 and 2.0.0a2, urging users to upgrade their deployments promptly. (advisories.gitlab.com)
This incident underscores the evolving threat landscape associated with AI development tools and the importance of securing agent-based systems. As AI agents become more integrated into critical workflows, ensuring robust authentication and input validation mechanisms is paramount to prevent exploitation and maintain system integrity.
Why This Matters Now
The rapid adoption of AI development frameworks like Google's ADK highlights the need for vigilant security practices. This vulnerability serves as a reminder that even widely-used tools can harbor critical flaws, emphasizing the urgency for organizations to regularly update and audit their AI systems to mitigate emerging threats.
Attack Path Analysis
An attacker exploited prompt injection vulnerabilities in Google's ADK for Python, manipulating a low-privileged AI agent to trigger commands executed by a high-privileged agent, leading to unauthorized code execution in CI/CD workflows and potential software supply chain compromise.
Kill Chain Progression
Initial Compromise
Description
The attacker embedded malicious prompts within GitHub pull requests, exploiting prompt injection vulnerabilities in the public-facing AI agent.
Related CVEs
CVE-2026-4810
CVSS 9.3A code injection and missing authentication vulnerability in Google Agent Development Kit (ADK) allows unauthenticated remote attackers to execute arbitrary code on the server hosting the ADK instance.
Affected Products:
Google Agent Development Kit (ADK) – >=1.7.0, <1.28.1, >=2.0.0a1, <2.0.0a2
Exploit Status:
proof of concept
MITRE ATT&CK® Techniques
LLM Prompt Injection
AI Agent Context Poisoning: Memory
Prompt Infiltration via Public-Facing Application
Obtain Capabilities: Artificial Intelligence
User Execution: Malicious Link
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
PCI DSS 4.0 – Change Control Processes
Control ID: 6.4.1
NYDFS 23 NYCRR 500 – Cybersecurity Policy
Control ID: 500.03
DORA – ICT Risk Management Framework
Control ID: Article 5
CISA ZTMM 2.0 – Identity and Access Management
Control ID: 3.1
NIS2 Directive – Cybersecurity Risk Management Measures
Control ID: Article 21
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Computer Software/Engineering
AI agent prompt injection vulnerabilities in Google's ADK threaten CI/CD pipelines, enabling supply-chain compromises through automated code approval and execution.
Information Technology/IT
Agent-to-agent exploitation creates new privilege escalation vectors in multi-agent systems, requiring enhanced zero trust segmentation and anomaly detection capabilities.
Financial Services
Autonomous AI systems processing untrusted content risk credential compromise and regulatory violations under HIPAA, PCI DSS through cross-agent delegation attacks.
Health Care / Life Sciences
AI workflow vulnerabilities enable data exfiltration through compromised automation, violating HIPAA compliance requirements for encrypted traffic and access controls.
Sources
- Flaws in Google APK for Python Unlock Agent-to-Agent Attackhttps://www.darkreading.com/vulnerabilities-threats/flaws-google-apk-python-agent-to-agent-attackVerified
- Google Agent Development Kit (ADK) has a Code Injection and Missing Authentication vulnerabilityhttps://advisories.gitlab.com/pypi/google-adk/CVE-2026-4810/Verified
- Arbitrary Code Injection in google-adk | CVE-2026-4810 | Snykhttps://security.snyk.io/vuln/SNYK-PYTHON-GOOGLEADK-16540571Verified
- CVE-2026-4810: Google ADK RCE Vulnerabilityhttps://www.sentinelone.com/vulnerability-database/cve-2026-4810/Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Aviatrix Zero Trust Cloud Native Security Fabric (CNSF) is pertinent to this incident as it could have constrained the attacker's ability to exploit prompt injection vulnerabilities, limit unauthorized privilege escalation, and reduce the scope of lateral movement within the CI/CD pipeline.
Control: Cloud Native Security Fabric (CNSF)
Mitigation: The attacker's ability to exploit prompt injection vulnerabilities may have been limited, reducing the likelihood of initial compromise.
Control: Zero Trust Segmentation
Mitigation: The attacker's ability to escalate privileges may have been constrained, limiting unauthorized access to higher-privileged agents.
Control: East-West Traffic Security
Mitigation: The attacker's lateral movement within the CI/CD pipeline could have been restricted, reducing the scope of unauthorized access.
Control: Multicloud Visibility & Control
Mitigation: The attacker's ability to maintain command and control over the CI/CD pipeline may have been disrupted, limiting the execution of unauthorized commands.
Control: Egress Security & Policy Enforcement
Mitigation: The attacker's ability to exfiltrate sensitive data may have been hindered, reducing the risk of data loss.
The scope of the attacker's impact on the software supply chain could have been limited, reducing potential harm to downstream users.
Impact at a Glance
Affected Business Functions
- Software Development
- Continuous Integration/Continuous Deployment (CI/CD)
- AI Model Deployment
Estimated downtime: 7 days
Estimated loss: $500,000
Potential exposure of proprietary code, intellectual property, and sensitive customer data.
Recommended Actions
Key Takeaways & Next Steps
- • Implement Zero Trust Segmentation to enforce strict access controls between AI agents of varying privilege levels.
- • Utilize East-West Traffic Security to monitor and restrict internal communications between AI agents, preventing unauthorized interactions.
- • Deploy Threat Detection & Anomaly Response systems to identify and respond to unusual behaviors indicative of prompt injection attacks.
- • Apply Egress Security & Policy Enforcement to control outbound traffic from AI agents, mitigating potential data exfiltration.
- • Establish comprehensive governance frameworks for AI agents, ensuring proper identity management and access controls.



