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
    • 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-26056

CVE-2026-26056: Yoke IaC Package Deployer RCE Vulnerability

CVE-2026-26056 is a remote code execution flaw in Yoke's Air Traffic Controller that allows attackers to execute arbitrary WASM code through malicious URL injection. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-26056 Overview

CVE-2026-26056 is a code injection vulnerability affecting the Air Traffic Controller (ATC) component of Yoke, a Helm-inspired infrastructure-as-code (IaC) package deployer. The vulnerability allows users with Custom Resource (CR) create/update permissions to execute arbitrary WebAssembly (WASM) code in the ATC controller context by injecting a malicious URL through the overrides.yoke.cd/flight annotation. The ATC controller downloads and executes the WASM module without proper URL validation, enabling attackers to create arbitrary Kubernetes resources or potentially escalate privileges to cluster-admin level.

Critical Impact

Attackers with limited Kubernetes permissions can achieve privilege escalation to cluster-admin level by exploiting improper URL validation in the Yoke ATC component, enabling arbitrary code execution and unauthorized resource creation.

Affected Products

  • Yoke versions 0.19.0 and earlier
  • Yoke Air Traffic Controller (ATC) component
  • Kubernetes clusters deploying Yoke for infrastructure-as-code management

Discovery Timeline

  • 2026-02-12 - CVE CVE-2026-26056 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26056

Vulnerability Analysis

This vulnerability stems from CWE-94 (Improper Control of Generation of Code - Code Injection). The Yoke Air Traffic Controller is designed to manage flight deployments within Kubernetes environments. When processing Custom Resources, the ATC component reads annotations including overrides.yoke.cd/flight, which can specify a URL pointing to a WASM module.

The fundamental security flaw lies in the lack of proper URL validation before the controller fetches and executes the referenced WASM module. An attacker with permissions to create or update Custom Resources can inject a malicious URL pointing to attacker-controlled infrastructure. The ATC controller then downloads and executes the WASM code within its privileged context, inheriting all permissions granted to the controller service account.

Root Cause

The root cause is insufficient input validation on the overrides.yoke.cd/flight annotation value. The ATC controller trusts user-supplied URLs without verifying they point to legitimate, authorized WASM modules. This design flaw creates a direct path for code injection where any user with CR modification privileges can introduce arbitrary executable code into the controller's execution context.

Attack Vector

The attack exploits the network-accessible annotation processing mechanism. An attacker must have Kubernetes permissions to create or modify Custom Resources that the ATC controller monitors. The attack sequence involves:

  1. The attacker creates or modifies a Custom Resource with the overrides.yoke.cd/flight annotation containing a URL to a malicious WASM module
  2. The ATC controller detects the resource change and reads the annotation
  3. Without proper validation, the controller fetches the WASM module from the attacker-controlled URL
  4. The malicious WASM code executes within the controller's security context
  5. The attacker's code can then create arbitrary Kubernetes resources or leverage the controller's elevated permissions for privilege escalation

The attack is particularly dangerous because the ATC controller typically operates with elevated permissions to manage cluster resources. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-26056

Indicators of Compromise

  • Custom Resources containing overrides.yoke.cd/flight annotations with URLs pointing to external, non-trusted domains
  • Unexpected network connections from the ATC controller pod to external hosts
  • Unusual Kubernetes resource creation events originating from the ATC controller service account
  • ATC controller logs showing downloads from URLs outside the organization's trusted artifact repositories

Detection Strategies

  • Implement network policy monitoring to detect outbound connections from ATC controller pods to unexpected destinations
  • Configure audit logging for Custom Resource modifications, specifically monitoring for changes to overrides.yoke.cd/flight annotations
  • Deploy runtime security monitoring to detect anomalous behavior from the ATC controller, including unexpected system calls or resource creation patterns
  • Use admission controllers to validate and restrict annotation values on resources managed by Yoke

Monitoring Recommendations

  • Enable Kubernetes audit logging with enhanced verbosity for create/update operations on Yoke-managed Custom Resources
  • Monitor the ATC controller's network egress for connections to unauthorized external endpoints
  • Implement alerting on privilege escalation attempts or unexpected role binding creations by the ATC service account
  • Review controller logs regularly for WASM module fetch operations from non-standard URLs

How to Mitigate CVE-2026-26056

Immediate Actions Required

  • Upgrade Yoke to a patched version that includes URL validation for WASM module sources
  • Implement network policies to restrict the ATC controller's outbound network access to trusted artifact repositories only
  • Review and minimize RBAC permissions granted to users who can create or modify Custom Resources monitored by ATC
  • Audit existing Custom Resources for any suspicious overrides.yoke.cd/flight annotation values

Patch Information

Refer to the GitHub Security Advisory for official patch information and updated versions that address this vulnerability. Organizations should upgrade to the latest Yoke version that includes proper URL validation for WASM module sources.

Workarounds

  • Deploy Kubernetes NetworkPolicies to restrict egress traffic from the ATC controller pod to only trusted internal registries
  • Use admission controllers such as OPA Gatekeeper or Kyverno to validate and restrict annotation values on Yoke-managed resources
  • Implement a proxy or firewall rule to allowlist only approved WASM module source URLs for the ATC controller
  • Temporarily reduce RBAC permissions for users who can create Custom Resources until the patch is applied
bash
# Example NetworkPolicy to restrict ATC controller egress
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-atc-egress
  namespace: yoke-system
spec:
  podSelector:
    matchLabels:
      app: yoke-atc-controller
  policyTypes:
  - Egress
  egress:
  - to:
    - namespaceSelector:
        matchLabels:
          name: trusted-registry
    ports:
    - protocol: TCP
      port: 443
EOF

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechYoke

  • SeverityHIGH

  • CVSS Score8.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26055: Yoke ATC Auth Bypass Vulnerability
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