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

CVE-2026-32310: Cryptomator Path Traversal Vulnerability

CVE-2026-32310 is a path traversal vulnerability in Cryptomator that allows malicious vault configs to trigger unauthorized filesystem access. This post covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-32310 Overview

CVE-2026-32310 is a Path Traversal vulnerability affecting Cryptomator, a popular open-source encryption application for cloud storage. The vulnerability exists in how the application parses vault configurations before verifying their integrity. Specifically, the masterkeyfile loader uses an unverified keyId as a filesystem path, resolving keyId.getSchemeSpecificPart() directly against the vault path and immediately calling Files.exists(). This allows attackers to craft malicious vault configurations containing parent-directory escapes, absolute local paths, or UNC paths.

Critical Impact

On Windows systems, a malicious vault configuration can trigger outbound SMB access before the user even enters a passphrase, potentially exposing NTLM credentials to attacker-controlled servers via UNC path injection (e.g., masterkeyfile://attacker/share/masterkey.cryptomator).

Affected Products

  • Cryptomator versions 1.6.0 to before 1.19.1
  • Microsoft Windows (particularly vulnerable due to UNC path handling)

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32310 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-32310

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal). The core issue stems from a trust-before-verify design flaw in Cryptomator's vault configuration handling. When a user attempts to open a vault, the application parses the configuration file and processes the keyId field to locate the master key file. However, this parsing and filesystem access occurs before the configuration's cryptographic integrity is verified.

The vulnerability is particularly dangerous on Windows systems due to how the Java Path.resolve() method handles UNC-style paths. When a path like //attacker/share/... is resolved, it becomes \\attacker\share\..., which triggers an SMB connection attempt. This behavior occurs during the Files.exists() check, meaning the operating system will attempt to authenticate to the remote SMB server before any user interaction beyond opening the vault.

Root Cause

The root cause is improper input validation combined with a flawed order of operations. The masterkeyfile loader resolves the keyId filesystem path without sanitizing or validating the input, and more critically, performs filesystem operations before verifying the vault configuration's integrity. This allows an attacker who can modify or create a malicious vault configuration to inject arbitrary filesystem paths that will be accessed when a victim attempts to open the vault.

Attack Vector

The attack vector is network-based but requires user interaction in the form of opening a malicious vault. An attacker could distribute a malicious vault configuration file through various means:

  1. Shared cloud storage: Since Cryptomator vaults are designed for cloud storage, an attacker with write access to a shared vault could modify the configuration
  2. Social engineering: Distributing a malicious vault archive via email, messaging, or file sharing platforms
  3. Compromised download sources: Replacing legitimate vault backups with malicious versions

On Windows systems, when the victim opens the malicious vault, the UNC path triggers an outbound SMB connection. This can lead to:

  • NTLM credential relay attacks
  • NTLM hash capture for offline cracking
  • Information disclosure about the victim's network environment

The attack requires no authentication and can be executed without the victim entering any credentials into Cryptomator itself.

Detection Methods for CVE-2026-32310

Indicators of Compromise

  • Unusual outbound SMB traffic (TCP port 445) to external IP addresses when opening Cryptomator vaults
  • Vault configuration files containing suspicious masterkeyfile:// URIs with UNC paths or parent directory traversals (../)
  • Network connections initiated by Cryptomator process to unknown external hosts
  • Failed authentication attempts in Windows Security Event logs (Event ID 4625) correlating with Cryptomator usage

Detection Strategies

  • Monitor outbound SMB connections from Cryptomator processes, especially to non-internal destinations
  • Implement network segmentation rules blocking outbound SMB (port 445) to external networks
  • Use endpoint detection to alert on file path traversal patterns in vault configuration files
  • Deploy network monitoring to detect NTLM authentication attempts to untrusted servers

Monitoring Recommendations

  • Enable Windows Security Event logging for authentication events and monitor for credential theft indicators
  • Configure firewall rules to log and alert on outbound SMB traffic attempts
  • Implement application whitelisting to monitor Cryptomator process behavior and network activity
  • Review vault configuration files for unexpected or malformed keyId values before opening

How to Mitigate CVE-2026-32310

Immediate Actions Required

  • Upgrade Cryptomator to version 1.19.1 or later immediately
  • Block outbound SMB traffic (TCP port 445) to external networks at the firewall level
  • Review any recently opened vaults for suspicious configuration entries
  • Audit shared vault repositories for unauthorized configuration modifications

Patch Information

Cryptomator has released version 1.19.1 which addresses this vulnerability. The fix ensures that vault configuration integrity is verified before parsing and processing the keyId field. Users should update immediately through their package manager or by downloading from the official Cryptomator Release page.

For detailed technical information about the fix, see GitHub Pull Request #4180 and the security advisory GHSA-5phc-5pfx-hr52.

Workarounds

  • Block outbound SMB traffic at the host firewall level to prevent NTLM credential exposure
  • Only open vaults from trusted sources and verify vault integrity before opening
  • Disable NTLM authentication where possible to reduce credential theft risk
  • Use network monitoring to detect and block suspicious outbound connection attempts from Cryptomator
bash
# Windows Firewall rule to block outbound SMB traffic
netsh advfirewall firewall add rule name="Block Outbound SMB" dir=out action=block protocol=tcp remoteport=445

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCryptomator

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Pull Request #4180

  • GitHub Release Version 1.19.1
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-5phc-5pfx-hr52
  • Related CVEs
  • CVE-2026-33472: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32317: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32303: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32318: Cryptomator Auth Bypass 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