cve/2023/CVE-2023-39520.md
2024-06-18 02:51:15 +02:00

18 lines
1.1 KiB
Markdown

### [CVE-2023-39520](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-39520)
![](https://img.shields.io/static/v1?label=Product&message=cryptomator&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%3D%201.9.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-269%3A%20Improper%20Privilege%20Management&color=brighgreen)
### Description
Cryptomator encrypts data being stored on cloud infrastructure. The MSI installer provided on the homepage for Cryptomator version 1.9.2 allows local privilege escalation for low privileged users, via the `repair` function. The problem occurs as the repair function of the MSI is spawning an SYSTEM Powershell without the `-NoProfile` parameter. Therefore the profile of the user starting the repair will be loaded. Version 1.9.3 contains a fix for this issue. Adding a `-NoProfile` to the powershell is a possible workaround.
### POC
#### Reference
- https://github.com/cryptomator/cryptomator/security/advisories/GHSA-62gx-54j7-mjh3
#### Github
No PoCs found on GitHub currently.