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-2025-59823

CVE-2025-59823: Gardener Extensions Code Injection RCE Flaw

CVE-2025-59823 is a code injection vulnerability in Gardener Extensions that enables remote code execution, allowing admins to compromise seed clusters. This article covers the technical details, affected versions, and patches.

Published: April 15, 2026

CVE-2025-59823 Overview

CVE-2025-59823 is a critical code injection vulnerability affecting Project Gardener, an open-source platform that implements automated management and operation of Kubernetes clusters as a service. This vulnerability exists in the Terraformer infrastructure provisioning component used by multiple cloud provider extensions, including AWS, Azure, OpenStack, and GCP providers. Successful exploitation allows a user with administrative privileges for a Gardener project to inject malicious code and gain control over the seed cluster where shoot clusters are managed.

Critical Impact

A privileged attacker can leverage this code injection flaw to compromise the seed cluster, potentially affecting all managed Kubernetes shoot clusters and gaining unauthorized access to cloud infrastructure resources across multiple tenants.

Affected Products

  • Gardener Extension for AWS providers prior to version 1.64.0
  • Gardener Extension for Azure providers prior to version 1.55.0
  • Gardener Extension for OpenStack providers prior to version 1.49.0
  • Gardener Extension for GCP providers prior to version 1.46.0

Discovery Timeline

  • 2025-09-25 - CVE-2025-59823 published to NVD
  • 2025-09-26 - Last updated in NVD database

Technical Details for CVE-2025-59823

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code - Code Injection). The flaw resides in how Gardener Extensions process input when utilizing Terraformer for infrastructure provisioning operations. When Terraformer is enabled for managing cloud infrastructure, the affected provider extensions fail to properly sanitize or validate certain inputs, creating an injection point that allows arbitrary code execution.

The attack requires network access with low complexity and needs only low-privilege authentication (administrative access to a Gardener project). What makes this vulnerability particularly severe is its scope-changing nature - successful exploitation allows an attacker to break out of the shoot cluster context and gain control over the seed cluster. Since seed clusters manage multiple shoot clusters, this represents a significant privilege boundary violation that could impact multi-tenant Kubernetes environments.

Root Cause

The root cause stems from improper input validation and sanitization in the Terraformer integration layer within the affected Gardener provider extensions. When processing infrastructure provisioning requests, user-controllable input is incorporated into code execution paths without adequate security controls, enabling code injection attacks. This affects all Gardener installations where Terraformer is used or can be enabled for infrastructure provisioning with any of the vulnerable cloud provider extensions.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with administrative privileges for a Gardener project. The attacker crafts malicious input during infrastructure provisioning operations that exploits the code injection vulnerability in the Terraformer integration.

The attack flow involves:

  1. An attacker with Gardener project admin privileges initiates an infrastructure provisioning operation
  2. Malicious payload is injected through the vulnerable input handling mechanism
  3. The Terraformer component executes the injected code within the seed cluster context
  4. The attacker gains unauthorized access and control over the seed cluster
  5. From the compromised seed cluster, the attacker can potentially access other managed shoot clusters

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-227x-7mh8-3cf6.

Detection Methods for CVE-2025-59823

Indicators of Compromise

  • Unusual Terraform execution patterns or unexpected infrastructure changes in seed clusters
  • Suspicious process spawning or command execution within Gardener extension pods
  • Anomalous network connections originating from seed cluster components to unauthorized destinations
  • Unexpected modifications to Gardener shoot cluster configurations or credentials

Detection Strategies

  • Monitor Gardener extension controller logs for unusual Terraformer execution patterns or error messages indicating injection attempts
  • Implement Kubernetes audit logging on seed clusters to detect unauthorized API calls or resource modifications
  • Deploy runtime security monitoring (such as SentinelOne Singularity for Cloud) to detect code injection and anomalous process execution in containerized workloads
  • Review infrastructure provisioning requests for suspicious or malformed input patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for all Gardener seed and shoot cluster operations
  • Configure alerts for unexpected Terraform state changes or execution failures
  • Monitor container runtime behavior for signs of code injection or privilege escalation
  • Implement network segmentation monitoring to detect unauthorized lateral movement from seed clusters

How to Mitigate CVE-2025-59823

Immediate Actions Required

  • Upgrade affected Gardener provider extensions immediately to the patched versions
  • Audit existing Gardener projects and administrative access to identify potential exposure
  • Review seed cluster logs for any signs of prior exploitation
  • Consider temporarily disabling Terraformer-based provisioning if immediate patching is not possible

Patch Information

Security patches have been released for all affected Gardener cloud provider extensions:

Provider ExtensionFixed VersionRelease Link
AWS Provider1.64.0GitHub Release v1.64.0
Azure Provider1.55.0GitHub Release v1.55.0
GCP Provider1.46.0GitHub Release v1.46.0
OpenStack Provider1.49.0GitHub Release v1.49.0

For detailed security information, see the GitHub Security Advisory GHSA-227x-7mh8-3cf6.

Workarounds

  • Restrict administrative access to Gardener projects to only trusted personnel with verified business need
  • Implement network policies to limit egress from seed cluster components
  • Deploy additional monitoring and alerting on Terraformer execution patterns
  • Consider isolating critical seed clusters until patches can be applied
bash
# Example: Verify installed Gardener extension versions
# Check AWS provider extension version
kubectl get deployment -n garden gardener-extension-provider-aws -o jsonpath='{.spec.template.spec.containers[0].image}'

# Check Azure provider extension version
kubectl get deployment -n garden gardener-extension-provider-azure -o jsonpath='{.spec.template.spec.containers[0].image}'

# Check GCP provider extension version
kubectl get deployment -n garden gardener-extension-provider-gcp -o jsonpath='{.spec.template.spec.containers[0].image}'

# Check OpenStack provider extension version
kubectl get deployment -n garden gardener-extension-provider-openstack -o jsonpath='{.spec.template.spec.containers[0].image}'

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGardener

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Release v1.64.0

  • GitHub Security Advisory GHSA-227x-7mh8-3cf6

  • GitHub Release v1.55.0

  • GitHub Release v1.46.0

  • GitHub Release v1.49.0
  • Related CVEs
  • CVE-2025-47283: Gardener Privilege Escalation Vulnerability

  • CVE-2025-47284: Gardener Privilege Escalation Vulnerability

  • CVE-2025-47282: Gardener DNS Privilege Escalation Flaw
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