A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-27173

CVE-2026-27173: Kubernetes Executors Token Exposure Flaw

CVE-2026-27173 is an information disclosure vulnerability in Kubernetes Executors exposing JWT tokens to read-only users. This flaw enables unauthorized task actions and database modifications. Learn the technical details.

Published: May 21, 2026

CVE-2026-27173 Overview

CVE-2026-27173 affects Apache Airflow deployments that use the Kubernetes Executor. Worker pods receive JSON Web Tokens (JWT) that authenticate them to the Task SDK and Airflow API. These tokens are stored in a location accessible to any user with read-only access to Kubernetes pod specifications or environment data.

An attacker with namespace-level pod read permissions can extract a worker JWT and impersonate a running task. This allows the attacker to invoke Task SDK actions and modify state in the Airflow metadata database, escalating beyond the intended read-only scope. The flaw is classified under [CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory].

Critical Impact

Read-only Kubernetes users can steal worker JWTs, impersonate Airflow tasks, and tamper with Airflow database state.

Affected Products

  • Apache Airflow deployments using the Kubernetes Executor
  • Airflow worker pods scheduled via the Kubernetes Executor
  • Airflow Task SDK endpoints authenticated by worker JWTs

Discovery Timeline

  • 2026-05-19 - CVE-2026-27173 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-27173

Vulnerability Analysis

The Apache Airflow Kubernetes Executor launches each task instance as a separate Kubernetes pod. To let the worker communicate with the Airflow API and Task SDK, the scheduler provisions a short-lived JWT and passes it to the pod. The token bearer is treated as an authenticated task with rights to update task state, write logs, push XComs, and trigger follow-on operations against the Airflow metadata database.

The vulnerability stems from how this JWT is placed onto the worker pod. The token is exposed through pod-level surfaces such as environment variables or pod spec fields readable through the standard Kubernetes API. Any principal that holds get, list, or watch on pods in the executor namespace can retrieve the token without needing exec or secret access.

Once obtained, the JWT grants the same privileges as the running task. The attacker can call Task SDK endpoints to mark tasks as success or failed, alter XCom values, and write to the Airflow database. This crosses a trust boundary because read-only Kubernetes RBAC was never intended to confer write access to Airflow.

Root Cause

The root cause is sensitive credential material being placed into a Kubernetes resource scope that is readable by lower-privileged users. Pod specs and environment variables are not a confidential channel. They are returned in full by kubectl get pod -o yaml to anyone with pod read permissions.

Attack Vector

Exploitation requires local access in the form of authenticated Kubernetes API access to the namespace running the Airflow executor. The attacker enumerates worker pods, extracts the JWT, and replays it against the Airflow Task SDK API. See the GitHub Pull Request and the Apache Mailing List Thread for the upstream fix and disclosure details.

Detection Methods for CVE-2026-27173

Indicators of Compromise

  • Task SDK or Airflow API calls originating from IP addresses that do not match scheduler or worker pod CIDR ranges.
  • Task state transitions in the Airflow metadata database without a corresponding scheduler-issued execution event.
  • Kubernetes audit log entries showing read-only service accounts performing get or list on pods in the Airflow executor namespace at unusual frequency.

Detection Strategies

  • Correlate Kubernetes API audit logs with Airflow API authentication logs to find JWTs presented from unexpected source identities or networks.
  • Alert on any non-worker principal issuing Task SDK calls, since worker tokens should only ever be replayed by their assigned pod.
  • Baseline normal pod-read activity per service account and flag deviations targeting Airflow namespaces.

Monitoring Recommendations

  • Enable Kubernetes API server audit logging at the Metadata level or higher for the Airflow namespace.
  • Forward Airflow webserver, API, and Task SDK logs to a centralized analytics platform for cross-source correlation.
  • Track JWT issuance and reuse counts and alert when a single token is presented from multiple distinct source IPs.

How to Mitigate CVE-2026-27173

Immediate Actions Required

  • Upgrade Apache Airflow to the patched release that incorporates the fix from Apache Airflow PR #60108.
  • Audit and tighten Kubernetes RBAC so that only the Airflow scheduler and operators have read access to worker pod specifications in the executor namespace.
  • Rotate any worker signing keys and invalidate outstanding JWTs after patching.

Patch Information

The Apache Airflow project addressed the issue upstream. Refer to the GitHub Pull Request for the code change and the Openwall OSS-Security Archive advisory for affected versions and remediation guidance.

Workarounds

  • Restrict Kubernetes RBAC get, list, and watch verbs on pods and pods/log in the Airflow executor namespace to administrative service accounts only.
  • Place the Airflow executor in a dedicated namespace isolated from general developer or read-only tenants.
  • Shorten worker JWT lifetimes and bind tokens to the pod identity where supported to reduce the replay window.
bash
# Configuration example: restrict pod read access in the Airflow executor namespace
kubectl create role airflow-pod-reader \
  --verb=get,list,watch \
  --resource=pods,pods/log \
  --namespace=airflow

kubectl create rolebinding airflow-pod-reader-binding \
  --role=airflow-pod-reader \
  --serviceaccount=airflow:airflow-scheduler \
  --namespace=airflow

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-538
  • Technical References
  • GitHub Pull Request

  • Apache Mailing List Thread

  • Openwall OSS-Security Archive
  • Related CVEs
  • CVE-2025-7445: Kubernetes Secrets Disclosure Vulnerability

  • CVE-2025-9708: Kubernetes C# Client Certificate Flaw

  • CVE-2021-25736: Kubernetes Information Disclosure Flaw

  • CVE-2023-2878: Secrets Store CSI Driver Info Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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