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

CVE-2026-38993: Cockpit Path Traversal Vulnerability

CVE-2026-38993 is a path traversal vulnerability in Cockpit CMS affecting version 2.13.5 and earlier. Authenticated attackers can write files to arbitrary locations. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-38993 Overview

CVE-2026-38993 is a directory traversal vulnerability affecting Cockpit CMS version 2.13.5 and earlier. This security flaw exists in the Buckets component and allows authenticated attackers to write files to arbitrary locations within the uploads directory or overwrite existing assets with malicious versions. The vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Authenticated attackers can leverage this directory traversal flaw to write arbitrary files within the uploads directory, potentially enabling further attacks such as web shell deployment, configuration tampering, or content defacement.

Affected Products

  • Cockpit CMS version 2.13.5 and earlier
  • Cockpit CMS Buckets component

Discovery Timeline

  • 2026-04-29 - CVE-2026-38993 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-38993

Vulnerability Analysis

This directory traversal vulnerability resides in the Buckets component of Cockpit CMS. The flaw allows authenticated users to manipulate file path parameters to write files outside the intended directory structure, specifically within the uploads directory. This type of vulnerability occurs when user-supplied input containing path traversal sequences (such as ../) is not properly sanitized before being used in file system operations.

The vulnerability requires authentication to exploit, which limits the attack surface to users who have valid credentials to the Cockpit CMS instance. However, once authenticated, an attacker can leverage this flaw to write arbitrary files or overwrite existing assets with malicious content.

Root Cause

The root cause is improper input validation in the Buckets component's file handling functionality. The application fails to adequately sanitize user-supplied file paths, allowing path traversal sequences to escape the intended directory boundaries. This occurs because the file path parameter is not properly normalized or validated against a whitelist of allowed directories before being used in file write operations.

Attack Vector

The attack is conducted over the network by an authenticated user. The attacker crafts malicious requests to the Buckets component containing path traversal sequences (e.g., ../) in file path parameters. These sequences allow the attacker to navigate out of the intended directory and write files to arbitrary locations within the uploads directory structure.

The vulnerability manifests when processing file upload or asset management requests through the Buckets component. An attacker with valid authentication credentials can manipulate the destination path parameter to include directory traversal sequences, bypassing the intended file storage restrictions. For detailed technical information, refer to the Felsec Multi-Vulnerability Report.

Detection Methods for CVE-2026-38993

Indicators of Compromise

  • Unexpected files appearing in the uploads directory or subdirectories
  • File system activity showing path traversal patterns such as ../ or ..\ in request logs
  • Modified asset files with unexpected content or timestamps
  • Web server access logs containing encoded path traversal sequences (e.g., %2e%2e%2f)

Detection Strategies

  • Monitor web application logs for requests to the Buckets component containing path traversal sequences
  • Implement file integrity monitoring on the uploads directory to detect unauthorized file modifications
  • Review access logs for suspicious authenticated user activity targeting file management endpoints
  • Deploy web application firewall (WAF) rules to detect and block path traversal patterns

Monitoring Recommendations

  • Enable detailed logging for all file operations within the Cockpit CMS application
  • Set up alerts for file creation or modification events in unexpected locations within the uploads directory
  • Monitor for rapid or bulk file operations that may indicate automated exploitation attempts
  • Track authenticated user sessions for anomalous behavior patterns

How to Mitigate CVE-2026-38993

Immediate Actions Required

  • Upgrade Cockpit CMS to version 2.14.0 or later immediately
  • Review the uploads directory for any unauthorized or suspicious files
  • Audit user accounts and revoke access for any compromised or unnecessary credentials
  • Implement additional access controls to restrict who can access the Buckets component

Patch Information

The vulnerability has been addressed in Cockpit CMS version 2.14.0. Organizations running affected versions should upgrade immediately. Release notes and patch details are available in the GitHub Cockpit Release Notes.

Workarounds

  • Restrict access to the Buckets component to only trusted administrative users until patching is complete
  • Implement web application firewall rules to block requests containing path traversal sequences
  • Apply strict file system permissions to limit the scope of potential file write operations
  • Consider temporarily disabling the Buckets component if it is not critical to operations
bash
# Configuration example - Restrict Buckets access and implement monitoring
# Add to your web server configuration to block path traversal attempts
# Apache example:
RewriteEngine On
RewriteCond %{REQUEST_URI} \.\./ [OR]
RewriteCond %{REQUEST_URI} \.\.\\
RewriteRule .* - [F,L]

# Set restrictive permissions on uploads directory
chmod 750 /path/to/cockpit/storage/uploads
chown www-data:www-data /path/to/cockpit/storage/uploads

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCockpit

  • SeverityMEDIUM

  • CVSS Score6.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Felsec Multi-Vulnerability Report

  • GitHub Cockpit Release Notes
  • Related CVEs
  • CVE-2026-38991: Cockpit CMS RCE Vulnerability

  • CVE-2026-38992: Cockpit CMS RCE Vulnerability

  • CVE-2026-6626: Cockpit-HQ Cockpit RCE Vulnerability

  • CVE-2026-4631: Cockpit Remote Login RCE 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