Skip to content

Tauri vulnerable to Regression on Filesystem Scope Checks for Dotfiles

Moderate severity GitHub Reviewed Published Jun 21, 2023 in tauri-apps/tauri • Updated Nov 7, 2023

Package

cargo tauri (Rust)

Affected versions

= 1.4.0

Patched versions

1.4.1

Description

Impact

The 1.4.0 release includes a regression on the filesystem scope check for dotfiles on Linux and macOS.

Previously dotfiles (eg. $HOME/.ssh/) 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 and dotfiles were implicitly allowed.

Only Tauri applications using wildcard scopes in the fs endpoint are affected.
Only macOS and Linux systems are affected.

Patches

The regression has been patched on v1.4.1.

Workarounds

There are no known workarounds at this time, users should update to v1.4.1 immediately.

References

See the original advisory for more information.

For more Information

If you have any questions or comments about this advisory:

Open an issue in tauri
Email us at security@tauri.app

References

@tweidinger tweidinger published to tauri-apps/tauri Jun 21, 2023
Published to the GitHub Advisory Database Jun 21, 2023
Reviewed Jun 21, 2023
Published by the National Vulnerability Database Jun 23, 2023
Last updated Nov 7, 2023

Severity

Moderate
4.8
/ 10

CVSS base metrics

Attack vector
Adjacent
Attack complexity
Low
Privileges required
High
User interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2023-34460

GHSA ID

GHSA-wmff-grcw-jcfm

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.