# CVE-2026-33472

> Vulnerability · severity: **MEDIUM** (CVSS 4.8).

## Description

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.

## Key facts

- **CVE ID:** CVE-2026-33472
- **Published:** 2026-04-16
- **CVSS severity:** MEDIUM
- **CVSS base score:** 4.8
- **CWE codes:** CWE-305, CWE-319

## Affected products

- `cryptomator:cryptomator`

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-33472

## Citation

> AI Analytics. CVE-2026-33472. Retrieved 2026-07-20 from https://api.ai-analytics.org/cve/CVE-2026-33472. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*