CVE-2026-4810
published 2026-04-13CVE-2026-4810: A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1.7.0 (and 2.0.0a1) through 1.28.1 (and 2.0.0a2) on…
PriorityP276critical9.3CVSS 4.0
AVNACLATNPRNUINVCHVIHVAHSCHSIHSAHEPCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUAmber
EXPLOIT
EPSS
1.82%
76.0th percentile
A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1.7.0 (and 2.0.0a1) through 1.28.1 (and 2.0.0a2) on Python (OSS), Cloud Run, and GKE allows an unauthenticated remote attacker to execute arbitrary code on the server hosting the ADK instance.
This vulnerability was patched in versions 1.28.1 and 2.0.0a2.
Customers need to redeploy the upgraded ADK to their production environments. In addition, if they are running ADK Web locally, they also need to upgrade their local instance.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| google_cloud | agent_development_kit | >= 1.7.0 < 1.28.1 | 1.28.1 |
| google_cloud | agent_development_kit | >= 2.0.0a1 < 2.0.0a2 | 2.0.0a2 |
Detection & IOCsextracted from sources · hover to see the quote
urlPOST /builder/save HTTP/1.1
urlGET /list-apps?detailed=true HTTP/1.1
path/builder/save
path/list-apps?detailed=true
filenameagent.py
othershodan-query: title:"ADK" http.component:"uvicorn"
otherfofa-query: body="ADK" && header="uvicorn"
- →Detect unauthenticated POST requests to the /builder/save endpoint with multipart/form-data content type containing a Python file upload (agent.py). No authentication headers are required by the attacker.
- →Successful exploitation results in HTTP 200 response with body value 'true' from /builder/save, followed by the uploaded agent name appearing in /list-apps?detailed=true response body.
- →The exploit uploads a malicious agent.py file via multipart form-data to /builder/save. The file contains arbitrary Python code (e.g., outbound HTTP callback) alongside a valid google.adk.agents Agent definition to blend in.
- →Hunt for Google ADK instances exposed on the internet using Shodan query: title:"ADK" http.component:"uvicorn" or FOFA query: body="ADK" && header="uvicorn"
- →Outbound DNS/HTTP callbacks from the ADK server process to unexpected external hosts following a POST to /builder/save may indicate successful code injection exploitation.
- →Vulnerability affects Google ADK Python versions 1.7.0 through 1.28.1 and 2.0.0a1 through 2.0.0a2 on OSS, Cloud Run, and GKE deployments. No authentication is required to exploit. ↗
- ·The Nuclei template uses randomized agent names and instructions per request (rand_text_alpha, rand_base), so static string matching on those values is not viable for detection; focus on the endpoint paths and multipart upload of .py files instead.
- ·The multipart boundary is dynamically generated per request (md5 of datetime), so boundary-based signatures will not reliably detect exploitation attempts.
- ·Patched versions are 1.28.1 and 2.0.0a2; customers must redeploy the upgraded ADK to production environments AND upgrade local ADK Web instances separately. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Google Agent Development Kit (ADK) has a Code Injection and Missing Authentication vulnerability
ghsa·2026-04-13
CVE-2026-4810 [CRITICAL] CWE-306 Google Agent Development Kit (ADK) has a Code Injection and Missing Authentication vulnerability
Google Agent Development Kit (ADK) has a Code Injection and Missing Authentication vulnerability
A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1.7.0 (and 2.0.0a1) through 1.28.1 (and 2.0.0a2) on Python (OSS), Cloud Run, and GKE allows an unauthenticated remote attacker to execute arbitrary code on the server hosting the ADK instance.
This vulnerability was patched in versions 1.28.1 and 2.0.0a2.
Customers need to redeploy the upgraded ADK to their production environments. In addition, if they are running ADK Web locally, they also need to upgrade their local instance.
VulDB
Google Agent Development Kit up to 1.28.0/2.0.0a1 missing authentication (EUVD-2026-21900)
vuldb·2026-04-13·CVSS 9.3
CVE-2026-4810 [CRITICAL] Google Agent Development Kit up to 1.28.0/2.0.0a1 missing authentication (EUVD-2026-21900)
A vulnerability described as critical has been identified in Google Agent Development Kit up to 1.28.0/2.0.0a1. This impacts an unknown function. Executing a manipulation can lead to missing authentication.
The identification of this vulnerability is CVE-2026-4810. The attack may be launched remotely. There is no exploit available.
This product is a managed service. It is not possible for users to maintain vulnerability countermeasures themselves. Upgrading the affected component is recommended.
GHSA
GHSA-rg7c-g689-fr3x: A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1
ghsa_unreviewed·2026-04-13
CVE-2026-4810 [CRITICAL] CWE-306 GHSA-rg7c-g689-fr3x: A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1
A Code Injection and Missing Authentication vulnerability in Google Agent Development Kit (ADK) versions 1.7.0 (and 2.0.0a1) through 1.28.1 (and 2.0.0a2) on Python (OSS), Cloud Run, and GKE allows an unauthenticated remote attacker to execute arbitrary code on the server hosting the ADK instance.
This vulnerability was patched in versions 1.28.1 and 2.0.0a2.
Customers need to redeploy the upgraded ADK to their production environments. In addition, if they are running ADK Web locally, they also need to upgrade their local instance.
Citrix
Citrix Security Bulletin CTX213045
vendor_citrix·CVSS 7.5
CVE-2016-4810 [HIGH] Citrix Security Bulletin CTX213045
Citrix Security Bulletin CTX213045
CVE References: CVE-2016-4810, CVE-2025-12101, CVE-2025-62626, CVE-2026-23554, CVE-2026-3055, CVE-2026-4368, CVE-2026-4397
Affected Products: Citrix ADM, Citrix Hypervisor, Citrix Virtual Apps and Desktops, Endpoint Management, NetScaler ADC, NetScaler Gateway, XenServer
No detection rules found.
Nuclei
Google ADK-Python - Unauthenticated Builder Endpoint
nuclei·CVSS 9.3
CVE-2026-4810 [CRITICAL] Google ADK-Python - Unauthenticated Builder Endpoint
Google ADK-Python - Unauthenticated Builder Endpoint
Google Agent Development Kit (ADK) 1.7.0 through 1.28.1 and 2.0.0a1 through 2.0.0a2 on Python (OSS), Cloud Run, and GKE contains a code injection and missing authentication vulnerability, letting unauthenticated remote attackers execute arbitrary code on the server, exploit requires no authentication.
Template:
id: CVE-2026-4810
info:
name: Google ADK-Python - Unauthenticated Builder Endpoint
author: dwisiswant0
severity: critical
description: |
Google Agent Development Kit (ADK) 1.7.0 through 1.28.1 and 2.0.0a1 through 2.0.0a2 on Python (OSS), Cloud Run, and GKE contains a code injection and missing authentication vulnerability, letting unauthenticated remote attackers execute arbitrary code on the server, exploit requires no authen
No writeups or analysis indexed.
2026-04-13
Published