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-25705

CVE-2026-25705: Rancher Extensions Path Traversal Flaw

CVE-2026-25705 is a path traversal vulnerability in Rancher Extensions allowing malicious code injection via the compressedEndpoint field. Attackers can overwrite binaries, tamper with cluster state, or access host filesystems.

Published: May 17, 2026

CVE-2026-25705 Overview

CVE-2026-25705 is a path traversal vulnerability [CWE-35] in Rancher's Extensions feature. The flaw resides in the compressedEndpoint field of a UIPlugin deployment. A malicious UI extension can write arbitrary files outside the intended extraction directory. Attackers can overwrite Rancher binaries or configuration files to inject code. The flaw also permits writes to /var/lib/rancher/ to tamper with cluster state. When hostPath volumes are mounted, attackers can write directly to the host node filesystem. The vulnerability requires authenticated high-privilege access and user interaction to install the malicious extension.

Critical Impact

Authenticated attackers can inject code into Rancher, tamper with cluster state, and pivot to host node filesystems via path traversal in UIPlugin deployments.

Affected Products

  • Rancher Manager (Extensions component)
  • Rancher UIPlugin deployments using compressedEndpoint
  • Rancher instances with hostPath volume mounts (elevated impact)

Discovery Timeline

  • 2026-05-13 - CVE-2026-25705 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-25705

Vulnerability Analysis

The vulnerability exists in Rancher's Extensions subsystem. Rancher Extensions allow administrators to install plugins through UIPlugin custom resources. The compressedEndpoint field references a compressed archive that Rancher fetches and decompresses to deliver UI assets.

The decompression routine fails to sanitize archive entry paths. A crafted archive containing entries with ../ sequences escapes the intended extraction directory. The flaw exposes the entire Rancher process filesystem to attacker-controlled writes.

Attackers can chain this with other techniques to achieve persistence, lateral movement, or full cluster takeover. The chained impact is most severe when hostPath volumes expose node-level paths to the Rancher pod.

Root Cause

The root cause is improper validation of file paths during archive extraction, classified as [CWE-35] Path Traversal. Rancher trusts the file names embedded in the compressed archive referenced by compressedEndpoint. The extraction routine concatenates the destination directory with archive entry names without canonicalizing the result or verifying containment.

Attack Vector

Exploitation requires an authenticated user with privileges sufficient to create or modify UIPlugin resources. The attacker hosts a malicious compressed archive at a network-reachable URL. The archive contains entries with traversal sequences targeting Rancher binaries, configuration files, or /var/lib/rancher/ state. The attacker creates a UIPlugin resource pointing compressedEndpoint at the hostile archive. A Rancher administrator triggers installation, and Rancher fetches and extracts the archive, writing attacker-controlled content to arbitrary paths.

See the GitHub Security Advisory GHSA-5v3h-x4wf-5c35 for vendor technical details.

Detection Methods for CVE-2026-25705

Indicators of Compromise

  • Unexpected UIPlugin resources referencing external or unfamiliar compressedEndpoint URLs
  • Modified files under /var/lib/rancher/, Rancher binaries, or Rancher configuration directories with timestamps matching extension installation events
  • New or modified files on host nodes when hostPath volumes are mounted into the Rancher pod
  • Archive entries containing ../ sequences in fetched extension bundles

Detection Strategies

  • Audit Kubernetes API server logs for UIPlugin create and update operations and correlate with the source identity
  • Monitor file integrity on Rancher binaries, configuration files, and the /var/lib/rancher/ directory tree
  • Inspect cached extension archives for entries containing traversal sequences before extraction

Monitoring Recommendations

  • Enable Kubernetes audit logging for the catalog.cattle.io API group covering UIPlugin resources
  • Forward Rancher pod logs and node filesystem events to a centralized analytics platform for correlation
  • Alert on creation of UIPlugin resources by accounts that do not normally manage extensions

How to Mitigate CVE-2026-25705

Immediate Actions Required

  • Restrict permissions to create or modify UIPlugin resources to a minimal set of trusted administrators
  • Inventory existing UIPlugin resources and validate every compressedEndpoint URL against an approved allowlist
  • Remove or do not mount hostPath volumes into the Rancher pod unless strictly required
  • Apply the vendor patch as soon as it is available from the upstream Rancher project

Patch Information

Refer to the GitHub Security Advisory GHSA-5v3h-x4wf-5c35 and the SUSE Bugzilla entry for CVE-2026-25705 for fixed version information and upgrade guidance. Upgrade Rancher to a version that includes the path canonicalization fix for archive extraction.

Workarounds

  • Block all outbound network egress from Rancher to untrusted hosts so compressedEndpoint cannot fetch attacker archives
  • Disable the Extensions feature in environments that do not require UI plugins
  • Use Kubernetes admission controllers such as Kyverno or OPA Gatekeeper to deny UIPlugin resources whose compressedEndpoint does not match an approved domain
bash
# Example Kyverno policy fragment restricting UIPlugin compressedEndpoint sources
# Adjust the allowed pattern to match your approved extension registry
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
  name: restrict-uiplugin-endpoint
spec:
  validationFailureAction: Enforce
  rules:
    - name: validate-compressed-endpoint
      match:
        any:
          - resources:
              kinds:
                - UIPlugin
      validate:
        message: "compressedEndpoint must reference the approved registry"
        pattern:
          spec:
            plugin:
              endpoint: "https://extensions.example.com/*"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechRancher

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-35
  • Technical References
  • SUSE Bugzilla CVE-2026-25705

  • GitHub Security Advisory GHSA-5v3h-x4wf-5c35
  • Related CVEs
  • CVE-2025-67601: Rancher Manager Information Disclosure Bug

  • CVE-2024-52281: SUSE Rancher Stored XSS Vulnerability

  • CVE-2025-23388: SUSE Rancher Buffer Overflow Vulnerability

  • CVE-2025-23391: SUSE Rancher Privilege Escalation Flaw
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