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

CVE-2025-62878: Path Traversal Vulnerability

CVE-2025-62878 is a path traversal vulnerability that allows attackers to manipulate parameters to create PersistentVolumes in arbitrary host locations. This post covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2025-62878 Overview

A path traversal vulnerability exists that allows a malicious user to manipulate the parameters.pathPattern to create PersistentVolumes in arbitrary locations on the host node. This security flaw could enable attackers to overwrite sensitive files or gain unauthorized access to unintended directories on the underlying host system.

Critical Impact

This vulnerability enables arbitrary file write and directory access on host nodes through PersistentVolume path manipulation, potentially leading to complete host compromise.

Affected Products

  • Kubernetes environments using vulnerable PersistentVolume provisioners
  • Container orchestration systems with dynamic volume provisioning
  • Cloud-native storage solutions implementing pathPattern parameters

Discovery Timeline

  • 2026-02-25 - CVE CVE-2025-62878 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-62878

Vulnerability Analysis

This vulnerability is classified under CWE-23 (Relative Path Traversal), indicating that the affected component fails to properly sanitize user-supplied path patterns before using them to create PersistentVolumes. When a user provides a maliciously crafted pathPattern parameter containing directory traversal sequences, the system processes these sequences without validation, allowing the creation of storage volumes at arbitrary filesystem locations on the host node.

The network-accessible nature of this vulnerability means it can be exploited remotely by authenticated users with low privileges. The scope of exploitation extends beyond the vulnerable component itself, potentially affecting the confidentiality, integrity, and availability of the entire host system and any co-located workloads.

Root Cause

The root cause stems from insufficient input validation on the parameters.pathPattern field during PersistentVolume creation. The vulnerable component does not properly sanitize or restrict path traversal sequences such as ../ within the pathPattern parameter. This allows attackers to escape the intended storage directory and write to arbitrary locations on the host filesystem.

Attack Vector

An authenticated attacker with the ability to create PersistentVolumes can craft a malicious pathPattern containing path traversal sequences. When the volume provisioner processes this request, it creates the volume at the attacker-specified location on the host node rather than within the designated storage directory. This could allow:

  • Overwriting critical system configuration files
  • Injecting malicious content into executable directories
  • Accessing sensitive data from other containers or the host system
  • Establishing persistence mechanisms on the host node

The attack requires network access and low-level authentication, but no user interaction is needed for exploitation.

Detection Methods for CVE-2025-62878

Indicators of Compromise

  • Unusual PersistentVolume creation requests containing ../ or similar path traversal sequences in pathPattern parameters
  • PersistentVolumes mounted at unexpected host filesystem locations outside designated storage directories
  • Unexpected file modifications in system directories coinciding with volume creation events
  • Audit log entries showing volume provisioning with suspicious path specifications

Detection Strategies

  • Implement monitoring for PersistentVolume and PersistentVolumeClaim creation events with pathPattern analysis
  • Deploy admission controllers to validate and reject requests containing path traversal sequences
  • Enable Kubernetes audit logging with focus on storage-related API calls
  • Utilize runtime security tools to detect unexpected filesystem access patterns on host nodes

Monitoring Recommendations

  • Configure alerting on PersistentVolume creation requests with path patterns containing traversal sequences
  • Monitor for unexpected modifications to sensitive host directories
  • Review storage provisioner logs for anomalous volume creation activities
  • Implement file integrity monitoring on critical host system paths

How to Mitigate CVE-2025-62878

Immediate Actions Required

  • Review and audit all existing PersistentVolumes for suspicious pathPattern configurations
  • Implement admission controller policies to validate and sanitize pathPattern inputs
  • Restrict PersistentVolume creation privileges to trusted administrators only
  • Enable comprehensive audit logging for all storage-related operations

Patch Information

Security updates addressing this vulnerability should be applied as soon as they become available. For detailed patch information and vendor guidance, consult the GitHub Security Advisory GHSA-jr3w-9vfr-c746 and the SUSE Bug Report.

Workarounds

  • Deploy OPA Gatekeeper or Kyverno policies to validate pathPattern inputs and reject requests containing path traversal sequences
  • Implement RBAC restrictions to limit which users and service accounts can create PersistentVolumes
  • Use read-only root filesystems where possible to limit the impact of unauthorized writes
  • Isolate storage provisioners in dedicated namespaces with strict network policies
bash
# Example: Restrict PersistentVolume creation with RBAC
# Create a ClusterRole that denies PV creation for non-admin users
kubectl create clusterrole pv-restricted \
  --verb=get,list,watch \
  --resource=persistentvolumes

# Apply admission controller policy to validate pathPattern
# Deploy OPA/Gatekeeper constraint to block path traversal patterns
kubectl apply -f - <<EOF
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: PathTraversalCheck
metadata:
  name: block-path-traversal-pv
spec:
  match:
    kinds:
      - apiGroups: [""]
        kinds: ["PersistentVolume"]
EOF

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.9

  • 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:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-23
  • Technical References
  • SUSE Bug Report CVE-2025-62878

  • GitHub Security Advisory GHSA-jr3w-9vfr-c746
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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