The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4810

CVE-2026-4810: Google ADK RCE Vulnerability

CVE-2026-4810 is a code injection and missing authentication flaw in Google Agent Development Kit that enables unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and steps.

Published: April 17, 2026

CVE-2026-4810 Overview

A critical Code Injection and Missing Authentication vulnerability has been identified in Google Agent Development Kit (ADK), a framework used for developing AI agents. The vulnerability affects ADK versions 1.7.0 (and 2.0.0a1) through 1.28.1 (and 2.0.0a2) running on Python (OSS), Cloud Run, and Google Kubernetes Engine (GKE) platforms. This security flaw allows an unauthenticated remote attacker to execute arbitrary code on the server hosting the ADK instance, potentially leading to complete system compromise.

Critical Impact

Unauthenticated remote attackers can execute arbitrary code on servers running vulnerable ADK instances, enabling full system takeover without requiring any credentials.

Affected Products

  • Google Agent Development Kit (ADK) versions 1.7.0 through 1.28.0 (Python OSS)
  • Google Agent Development Kit (ADK) versions 2.0.0a1 through 2.0.0a2 (Alpha releases)
  • ADK deployments on Cloud Run, GKE, and local ADK Web instances

Discovery Timeline

  • 2026-04-13 - CVE-2026-4810 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-4810

Vulnerability Analysis

This vulnerability combines two dangerous security weaknesses: Code Injection (allowing attackers to inject and execute malicious code) and Missing Authentication (CWE-306), which permits unauthenticated access to critical functionality. The combination is particularly severe as it creates a direct path for remote attackers to compromise ADK instances without needing any credentials or user interaction.

The network-accessible nature of this vulnerability means that any ADK instance exposed to the network—whether deployed on Cloud Run, GKE, or running locally via ADK Web—is potentially at risk. The lack of authentication requirements means attackers can directly target vulnerable endpoints to inject and execute arbitrary code with the privileges of the ADK process.

Root Cause

The root cause stems from Missing Authentication for Critical Function (CWE-306). The ADK framework failed to implement proper authentication controls on endpoints that accept and process code or commands, combined with insufficient input validation that allows code injection. This architectural oversight permits unauthenticated users to access functionality that should require authentication, and subsequently inject malicious code payloads.

Attack Vector

The attack is conducted over the network without requiring any user interaction or prior authentication. An attacker can craft malicious requests targeting vulnerable ADK endpoints to inject arbitrary code that will be executed on the hosting server. The exploitation path does not require any privileges, making it highly accessible to attackers.

Given the deployment contexts (Cloud Run, GKE, local instances), successful exploitation could provide attackers with:

  • Access to cloud service credentials and metadata
  • Lateral movement capabilities within container orchestration environments
  • Access to sensitive data processed by AI agents
  • Persistence mechanisms within the compromised infrastructure

Due to the absence of verified proof-of-concept code, specific exploitation techniques are not detailed here. Organizations should refer to the GitHub Changelog for ADK-Python for additional technical context on the vulnerability and patches.

Detection Methods for CVE-2026-4810

Indicators of Compromise

  • Unusual process spawning or command execution from ADK service processes
  • Unexpected outbound network connections from ADK instances
  • Anomalous API requests to ADK endpoints containing code-like payloads or injection patterns
  • Unauthorized file system modifications or new file creation in ADK deployment directories

Detection Strategies

  • Monitor ADK service logs for malformed or suspicious requests targeting code execution endpoints
  • Implement network-level inspection for requests containing code injection patterns destined for ADK instances
  • Deploy runtime application self-protection (RASP) to detect code injection attempts
  • Establish baseline behavior for ADK instances and alert on deviations in process execution or network activity

Monitoring Recommendations

  • Enable verbose logging on all ADK deployments to capture detailed request information
  • Configure cloud provider security services (Cloud Audit Logs for GCP, Container-level logging for GKE) to monitor ADK workloads
  • Set up alerts for authentication failures or unauthorized access attempts on ADK services
  • Monitor container and pod activity in GKE deployments for signs of compromise

How to Mitigate CVE-2026-4810

Immediate Actions Required

  • Upgrade Google Agent Development Kit to version 1.28.1 or 2.0.0a2 immediately
  • Redeploy upgraded ADK to all production environments on Cloud Run and GKE
  • Upgrade local ADK Web instances to the patched version
  • Implement network segmentation to limit exposure of ADK instances until patching is complete

Patch Information

Google has released patched versions 1.28.1 and 2.0.0a2 that address this vulnerability. Organizations must not only upgrade the ADK package but also redeploy the upgraded version to their production environments. Local ADK Web instances require separate upgrades. Detailed changelog information is available in the GitHub Changelog for ADK-Python.

Workarounds

  • Implement network-level access controls to restrict ADK instance access to trusted IP ranges only
  • Deploy a Web Application Firewall (WAF) in front of ADK instances to filter malicious requests
  • Enable authentication at the infrastructure level (API Gateway, Load Balancer) if ADK authentication cannot be immediately remediated
  • Consider temporarily taking vulnerable ADK instances offline if they process sensitive data and cannot be immediately patched
bash
# Example: Upgrade ADK-Python to patched version
pip install --upgrade google-adk>=1.28.1

# Verify installed version
pip show google-adk | grep Version

# For GKE deployments, rebuild and redeploy container images
# kubectl set image deployment/adk-deployment adk-container=your-registry/adk-image:patched

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Agent Development Kit

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Changelog for ADK-Python
  • Latest CVEs
  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability

  • CVE-2026-31745: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English