Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33211

CVE-2026-33211: Tekton Pipelines Path Traversal Flaw

CVE-2026-33211 is a path traversal vulnerability in Tekton Pipelines that allows tenants to read arbitrary files from the resolver pod's filesystem via the pathInRepo parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-33211 Overview

CVE-2026-33211 is a critical path traversal vulnerability in Tekton Pipelines, a Kubernetes-native CI/CD framework maintained by the Linux Foundation. The vulnerability exists in the git resolver component and allows attackers to read arbitrary files from the resolver pod's filesystem by manipulating the pathInRepo parameter. This flaw enables tenants with permission to create ResolutionRequests (through TaskRuns or PipelineRuns) to access sensitive data including ServiceAccount tokens, with the exfiltrated file contents returned base64-encoded in the resolutionrequest.status.data field.

Critical Impact

Attackers can exploit this path traversal vulnerability to read sensitive files including Kubernetes ServiceAccount tokens from the resolver pod, potentially enabling lateral movement and privilege escalation within the cluster.

Affected Products

  • Tekton Pipelines version 1.0.0
  • Tekton Pipelines versions 1.0.0 to 1.0.1 (prior to patch)
  • Tekton Pipelines versions 1.3.x prior to 1.3.3
  • Tekton Pipelines versions 1.6.x prior to 1.6.1
  • Tekton Pipelines versions 1.9.x prior to 1.9.2
  • Tekton Pipelines versions 1.10.x prior to 1.10.2

Discovery Timeline

  • 2026-03-24 - CVE-2026-33211 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33211

Vulnerability Analysis

The vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The git resolver in Tekton Pipelines fails to properly sanitize the pathInRepo parameter before using it to construct file paths. This allows an attacker to use directory traversal sequences (such as ../) to escape the intended repository directory and access arbitrary files on the resolver pod's filesystem.

When a tenant creates a ResolutionRequest through mechanisms like TaskRuns or PipelineRuns, the git resolver processes the request and reads the specified file path. Without proper input validation, malicious path components can traverse outside the repository context. The file contents are then returned base64-encoded in the resolutionrequest.status.data field, providing a direct data exfiltration channel.

The scope of this vulnerability extends beyond the vulnerable component itself, as successful exploitation can lead to disclosure of ServiceAccount tokens mounted within the resolver pod, which could then be used to authenticate to the Kubernetes API and perform unauthorized actions.

Root Cause

The root cause is insufficient input validation in the git resolver's handling of the pathInRepo parameter. The component fails to properly sanitize or restrict directory traversal sequences, allowing path manipulation that escapes the intended repository boundary. This is a classic path traversal flaw where user-controlled input is used directly in file path construction without adequate validation.

Attack Vector

The attack is network-accessible and requires low privileges—specifically, permission to create ResolutionRequests either directly or through TaskRuns/PipelineRuns that leverage the git resolver. The attacker crafts a malicious pathInRepo value containing directory traversal sequences (e.g., ../../../../etc/passwd or ../../../var/run/secrets/kubernetes.io/serviceaccount/token) to read files outside the intended repository directory.

The vulnerability requires no user interaction and can be exploited by any tenant with the requisite permissions, making it particularly dangerous in multi-tenant Kubernetes environments where Tekton Pipelines is deployed as a shared CI/CD platform.

Detection Methods for CVE-2026-33211

Indicators of Compromise

  • Unusual ResolutionRequest objects with pathInRepo values containing ../ sequences or absolute paths
  • Base64-encoded data in resolutionrequest.status.data that decodes to sensitive system files or credentials
  • Anomalous read access patterns to files like /etc/passwd, /proc/self/environ, or ServiceAccount token paths within resolver pods
  • Kubernetes audit logs showing unexpected file access patterns from git resolver workloads

Detection Strategies

  • Implement Kubernetes admission controllers (e.g., OPA Gatekeeper, Kyverno) to validate and reject ResolutionRequest resources with suspicious pathInRepo patterns
  • Enable and monitor Kubernetes audit logging for all ResolutionRequest create/update operations
  • Deploy runtime security tools to detect anomalous file access within resolver pod containers
  • Configure SIEM rules to alert on base64-encoded sensitive file patterns in API response data

Monitoring Recommendations

  • Monitor for ResolutionRequest objects with pathInRepo values exceeding expected path depth or containing traversal sequences
  • Set up alerts for resolver pods accessing files outside of expected repository mount paths
  • Review Tekton Pipelines controller logs for resolution errors or unusual file access patterns
  • Implement continuous security scanning of running Tekton deployments to identify vulnerable versions

How to Mitigate CVE-2026-33211

Immediate Actions Required

  • Upgrade Tekton Pipelines to a patched version immediately: 1.0.1, 1.3.3, 1.6.1, 1.9.2, or 1.10.2 depending on your current version branch
  • Audit existing ResolutionRequest resources and Tekton Pipeline/Task definitions for potentially malicious pathInRepo values
  • Review Kubernetes RBAC configurations to ensure only trusted principals can create ResolutionRequests, TaskRuns, and PipelineRuns
  • Rotate any ServiceAccount tokens that may have been exposed if exploitation is suspected

Patch Information

Security patches have been released across multiple version branches. Affected users should upgrade to one of the following versions:

  • Version 1.0.1 for users on the 1.0.x branch - Security patch commit
  • Version 1.3.3 for users on the 1.3.x branch
  • Version 1.6.1 for users on the 1.6.x branch
  • Version 1.9.2 for users on the 1.9.x branch
  • Version 1.10.2 for users on the 1.10.x branch

For complete patch details and security advisory information, refer to the GitHub Security Advisory GHSA-j5q5-j9gm-2w5c.

Workarounds

  • Restrict RBAC permissions for creating ResolutionRequests, TaskRuns, and PipelineRuns to highly trusted users and service accounts only
  • Deploy Kubernetes admission controllers with policies to reject pathInRepo values containing ../ or other path traversal patterns
  • Consider disabling or removing the git resolver from Tekton Pipelines deployments if it is not required for your workflows
  • Implement network policies to limit resolver pod egress and reduce the impact of potential credential theft
bash
# Example: Verify Tekton Pipelines version
kubectl get deploy tekton-pipelines-controller -n tekton-pipelines -o jsonpath='{.spec.template.spec.containers[0].image}'

# Upgrade Tekton Pipelines to patched version (example using kubectl)
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v1.10.2/release.yaml

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTekton Pipelines

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40923: Tekton Pipelines Path Traversal Flaw

  • CVE-2026-40161: Tekton Pipelines Information Disclosure

  • CVE-2026-40938: Tekton Pipelines Git Resolver RCE Flaw

  • CVE-2026-33022: Tekton Pipelines DOS 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