First published: Fri Jun 23 2023(Updated: )
Tauri is a framework for building binaries for all major desktop platforms. The 1.4.0 release includes a regression on the Filesystem scope check for dotfiles on Unix. Previously dotfiles were not implicitly allowed by the glob wildcard scopes (eg. `$HOME/*`), but a regression was introduced when a configuration option for this behavior was implemented. Only Tauri applications using wildcard scopes in the `fs` endpoint are affected. The regression has been patched on version 1.4.1.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Tauri Tauri | =1.4.0 | |
Apple macOS | ||
Linux Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-34460 refers to a vulnerability in Tauri framework version 1.4.0 that allows dotfiles to be implicitly allowed by the glob wildcard scopes on Unix.
CVE-2023-34460 has a severity rating of 9.8 (critical).
Only Tauri framework version 1.4.0 is affected by CVE-2023-34460.
The fix for CVE-2023-34460 can be found in the Tauri 1.5.0 release or later.
The Common Weakness Enumeration (CWE) ID of CVE-2023-34460 is CWE-285.