CVE-2026-33472

Cryptomator is an open-source client-side encryption application for cloud storage. Version 1.19.1 contains a logic flaw in CheckHostTrustController.getAuthority() that allows an attacker to bypass the security fix for CVE-2026-32303. The method hardcodes the URI scheme based on port number, causing HTTPS URLs with port 80 to produce the same authority string as HTTP URLs, which defeats both the consistency check and the HTTP block validation. An attacker with write access to a cloud-synced vault.cryptomator file can craft a Hub configuration where apiBaseUrl and authEndpoint use HTTPS with port 80 to pass auto-trust validation, while tokenEndpoint uses plaintext HTTP. The vault is auto-trusted without user prompt, and a network-positioned attacker can intercept the OAuth token exchange to access the Cryptomator Hub API as the victim. This issue has been fixed in version 1.19.2.
Configurations

Configuration 1 (hide)

cpe:2.3:a:cryptomator:cryptomator:*:*:*:*:*:*:*:*

History

22 Apr 2026, 18:44

Type Values Removed Values Added
References () https://github.com/cryptomator/cryptomator/pull/4179 - () https://github.com/cryptomator/cryptomator/pull/4179 - Issue Tracking, Patch
References () https://github.com/cryptomator/cryptomator/releases/tag/1.19.2 - () https://github.com/cryptomator/cryptomator/releases/tag/1.19.2 - Product, Release Notes
References () https://github.com/cryptomator/cryptomator/security/advisories/GHSA-9q8x-whrw-x44p - () https://github.com/cryptomator/cryptomator/security/advisories/GHSA-9q8x-whrw-x44p - Exploit, Vendor Advisory
CPE cpe:2.3:a:cryptomator:cryptomator:*:*:*:*:*:*:*:*
First Time Cryptomator cryptomator
Cryptomator

20 Apr 2026, 16:16

Type Values Removed Values Added
References () https://github.com/cryptomator/cryptomator/security/advisories/GHSA-9q8x-whrw-x44p - () https://github.com/cryptomator/cryptomator/security/advisories/GHSA-9q8x-whrw-x44p -

16 Apr 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-16 22:16

Updated : 2026-04-22 18:44


NVD link : CVE-2026-33472

Mitre link : CVE-2026-33472

CVE.ORG link : CVE-2026-33472


JSON object : View

Products Affected

cryptomator

  • cryptomator
CWE
CWE-305

Authentication Bypass by Primary Weakness

CWE-319

Cleartext Transmission of Sensitive Information