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

CVE-2026-32303: Cryptomator Auth Bypass Vulnerability

CVE-2026-32303 is an authentication bypass flaw in Cryptomator that allows attackers to tamper with vault configuration files and intercept tokens. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-32303 Overview

CVE-2026-32303 is an integrity check vulnerability in Cryptomator, a popular client-side encryption application for cloud storage. The flaw affects the Hub key loading mechanism, allowing attackers who can modify the vault.cryptomator configuration file to perform man-in-the-middle (MITM) attacks. Prior to version 1.19.1, the Cryptomator client trusted endpoints specified in the vault configuration without performing proper host authenticity verification, enabling potential token exfiltration through endpoint manipulation.

Critical Impact

Attackers can tamper with vault configuration files to redirect authentication tokens to malicious endpoints, potentially compromising encrypted vault access for Hub-backed vaults.

Affected Products

  • Cryptomator versions prior to 1.19.1
  • Hub-backed vault configurations
  • Environments where attackers can modify vault.cryptomator files

Discovery Timeline

  • 2026-03-20 - CVE-2026-32303 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-32303

Vulnerability Analysis

This vulnerability stems from insufficient validation of endpoint configurations within the Cryptomator client when loading Hub-backed vaults. The application reads authentication and API endpoint URLs from the vault.cryptomator configuration file but fails to verify that these endpoints belong to the same trusted host. This Origin Validation Error (CWE-346) allows an attacker to craft a malicious vault configuration that combines a legitimate authentication endpoint with an attacker-controlled API endpoint.

When a user unlocks a Hub-backed vault, the client performs authentication against the configured auth endpoint and receives authentication tokens. These tokens are then used for subsequent API calls. By manipulating the vault configuration, an attacker can direct the client to exfiltrate these authentication tokens to a malicious server while maintaining the appearance of legitimate authentication flow.

Root Cause

The root cause is the lack of host authenticity checks when processing endpoint configurations from the vault.cryptomator file. The client implicitly trusted all configured endpoints without verifying that the authentication endpoint and API endpoint shared the same origin or belonged to a trusted host list. This design flaw allowed mixed endpoint configurations that could redirect sensitive authentication tokens to unauthorized destinations.

Attack Vector

The attack requires network-level access and the ability to modify the vault.cryptomator configuration file stored alongside the encrypted vault. Attack scenarios include:

  1. An attacker with access to the cloud storage where the vault resides modifies the vault.cryptomator file
  2. The attacker configures a legitimate authentication endpoint paired with a malicious API endpoint under their control
  3. When a victim unlocks the vault, authentication proceeds normally against the legitimate auth server
  4. The resulting authentication tokens are then sent to the attacker's malicious API endpoint
  5. The attacker captures these tokens and can potentially use them to access the victim's vault

The vulnerability specifically impacts users of Hub-backed vaults in scenarios where the attacker can alter vault configuration files, such as through compromised cloud storage accounts or shared storage environments.

Detection Methods for CVE-2026-32303

Indicators of Compromise

  • Unexpected modifications to vault.cryptomator configuration files
  • Vault configuration files containing mismatched authentication and API endpoint domains
  • Network connections from Cryptomator to unusual or unauthorized external hosts
  • Authentication token submissions to non-Cryptomator Hub domains

Detection Strategies

  • Monitor file integrity of vault.cryptomator files using file integrity monitoring (FIM) solutions
  • Implement network traffic analysis to detect Cryptomator clients connecting to unauthorized endpoints
  • Review cloud storage access logs for unauthorized modifications to vault configuration files
  • Configure endpoint detection to alert on Cryptomator processes making connections to unknown hosts

Monitoring Recommendations

  • Enable detailed logging for cloud storage account access and file modifications
  • Deploy network monitoring rules to baseline normal Cryptomator Hub communication patterns
  • Implement alerts for vault configuration file changes in shared or cloud-synchronized storage
  • Regularly audit vault configurations in enterprise deployments for endpoint consistency

How to Mitigate CVE-2026-32303

Immediate Actions Required

  • Upgrade Cryptomator to version 1.19.1 or later immediately
  • Review existing vault.cryptomator configuration files for signs of tampering
  • Verify that authentication and API endpoints in vault configurations point to legitimate Cryptomator Hub servers
  • Consider temporarily restricting access to vault configuration files pending upgrade

Patch Information

Cryptomator has addressed this vulnerability in version 1.19.1. The fix implements proper host authenticity checks for endpoints loaded from vault configurations, preventing mixed endpoint attacks. Users should upgrade to this version or later to remediate the vulnerability.

For detailed technical information, refer to the GitHub Security Advisory GHSA-34rf-rwr3-7g43. The specific code changes can be reviewed in GitHub Pull Request #4179 and the associated commit.

Workarounds

  • Restrict write access to directories containing vault.cryptomator configuration files
  • Use local-only vaults instead of Hub-backed vaults until the patch is applied
  • Implement strict access controls on cloud storage accounts hosting encrypted vaults
  • Monitor and validate vault configuration files before unlocking vaults in untrusted environments
bash
# Verify Cryptomator version after upgrade
cryptomator --version
# Expected: 1.19.1 or higher

# Check vault configuration file integrity (example hash comparison)
sha256sum /path/to/vault/vault.cryptomator

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCryptomator

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

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

  • GitHub Release 1.19.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-34rf-rwr3-7g43
  • Related CVEs
  • CVE-2026-33472: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32317: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32318: Cryptomator Auth Bypass Vulnerability

  • CVE-2026-32309: Cryptomator 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