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

CVE-2026-42600: MinIO Path Traversal Vulnerability

CVE-2026-42600 is a path traversal flaw in MinIO that allows attackers with cluster root JWT to read files outside configured drive roots. This post covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42600 Overview

CVE-2026-42600 is a path traversal vulnerability in MinIO, a high-performance object storage system. The flaw affects the ReadMultiple internode storage-REST endpoint and is present in releases from RELEASE.2022-07-24T01-54-52Z up to versions before RELEASE.2026-04-14T21-32-45Z. An attacker holding the cluster root JSON Web Token (JWT) can read arbitrary files outside the configured drive roots. File access is bounded only by the MinIO process user ID (UID) on the host. The vulnerability is tracked as CWE-22: Path Traversal and is fixed in RELEASE.2026-04-14T21-32-45Z.

Critical Impact

A caller with cluster root JWT credentials can read sensitive files anywhere on the MinIO host file system, including configuration, key material, and credentials accessible to the MinIO process UID.

Affected Products

  • MinIO releases from RELEASE.2022-07-24T01-54-52Z onward
  • MinIO releases before RELEASE.2026-04-14T21-32-45Z
  • Deployments exposing the internode storage-REST endpoint to attacker-reachable networks

Discovery Timeline

  • 2026-05-11 - CVE-2026-42600 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42600

Vulnerability Analysis

The vulnerability resides in MinIO's internode storage-REST API, specifically in the ReadMultiple handler exposed at POST minio/storage/{drivePath}/v63/rmpl. The handler accepts a msgpack-encoded request body containing a Bucket field. The server uses that value to construct a file path without sanitizing ../ traversal sequences. The constructed path is then opened with os.OpenFile using the O_RDONLY|O_NOATIME flags, and the contents are returned in the msgpack response stream. An authenticated caller with the cluster root JWT can therefore read any file readable by the MinIO process user.

Root Cause

The root cause is missing canonicalization and validation of the Bucket field before joining it to the configured drive root. Because the path is not constrained to the intended directory, traversal sequences escape the storage root. The use of O_NOATIME further suppresses access-time updates that defenders might otherwise observe on the target files.

Attack Vector

Exploitation requires possession of the cluster root JWT, which authorizes internode requests between MinIO nodes. A caller with network access to a node's storage-REST endpoint sends a crafted POST to the rmpl route. The msgpack body sets Bucket to a value containing ../ segments that resolve outside the drive root. The server reads the targeted file and returns its contents in the response. No user interaction is required, and the request is structurally identical to legitimate internode traffic.

The vulnerability mechanism is documented in the MinIO GitHub Security Advisory GHSA-xh8f-g2qw-gcm7. No verified public proof-of-concept code is available at the time of writing.

Detection Methods for CVE-2026-42600

Indicators of Compromise

  • HTTP POST requests to paths matching minio/storage/*/v63/rmpl from unexpected sources or at unusual volumes.
  • Msgpack request bodies containing .., ../, or encoded traversal sequences within the Bucket field.
  • MinIO process file descriptors opening files outside configured drive roots, such as /etc/, /root/, or service home directories.

Detection Strategies

  • Inspect MinIO access logs and reverse-proxy logs for requests to the v63/rmpl endpoint and correlate against expected internode peers.
  • Deploy auditd or eBPF-based file access monitoring on MinIO hosts to flag openat calls by the MinIO process targeting paths outside the storage roots.
  • Alert on cluster root JWT usage originating from non-cluster IP addresses or container namespaces.

Monitoring Recommendations

  • Ingest MinIO server logs, host process telemetry, and network flow data into a centralized analytics platform for correlation across nodes.
  • Track baseline volumes of internode storage-REST traffic and alert on deviations that may indicate abuse of ReadMultiple.
  • Monitor for exposure of the internode port to networks outside the trusted cluster subnet.

How to Mitigate CVE-2026-42600

Immediate Actions Required

  • Upgrade all MinIO nodes to RELEASE.2026-04-14T21-32-45Z or later as the primary remediation.
  • Restrict network access to MinIO internode ports so only cluster members can reach the storage-REST endpoint.
  • Rotate the cluster root credentials and any secrets that may have been readable by the MinIO process UID if compromise is suspected.

Patch Information

MinIO addressed the issue in RELEASE.2026-04-14T21-32-45Z by validating the Bucket field in ReadMultiple requests and rejecting paths that escape the configured drive root. Refer to the MinIO Security Advisory GHSA-xh8f-g2qw-gcm7 for the official fix details.

Workarounds

  • Place MinIO internode communication on an isolated network segment or private VLAN unreachable from application or user networks.
  • Run the MinIO process as a dedicated unprivileged user with file system access limited to drive roots, reducing the blast radius of arbitrary reads.
  • Enforce strict firewall rules that permit storage-REST traffic only between known cluster node IP addresses.
bash
# Configuration example: restrict MinIO internode port (default 9000) to cluster peers only
# Replace 10.0.0.10, 10.0.0.11, 10.0.0.12 with your MinIO node IPs
sudo iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.10 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.11 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.12 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 9000 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMinio

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40344: MinIO Auth Bypass Vulnerability

  • CVE-2026-41145: MinIO Auth Bypass Vulnerability

  • CVE-2024-55949: MinIO Privilege Escalation Vulnerability

  • CVE-2025-59952: MinIO Java SDK Information Disclosure Flaw
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