Vulnerability Description
Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards `*`, `?`, and `[...]` match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As `**` allows for sub directories the behavior there is also as expected. The issue has been patched in the latest release and was backported into the currently supported 1.x branches. There are no known workarounds at the time of publication.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Tauri | Tauri | >= 1.0.0, < 1.0.8 |
Related Weaknesses (CWE)
References
- https://github.com/tauri-apps/tauri/commit/72389b00d7b495ffd7750eb1e75a3b8537d07PatchThird Party Advisory
- https://github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ePatchThird Party Advisory
- https://github.com/tauri-apps/tauri/security/advisories/GHSA-6mv3-wm7j-h4w5ExploitThird Party Advisory
- https://github.com/tauri-apps/tauri/commit/72389b00d7b495ffd7750eb1e75a3b8537d07PatchThird Party Advisory
- https://github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ePatchThird Party Advisory
- https://github.com/tauri-apps/tauri/security/advisories/GHSA-6mv3-wm7j-h4w5ExploitThird Party Advisory
FAQ
What is CVE-2022-46171?
CVE-2022-46171 is a vulnerability with a CVSS score of 6.8 (MEDIUM). Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards `*`, `?`, and `[...]` match file path literals and leading dots by default, which unin...
How severe is CVE-2022-46171?
CVE-2022-46171 has been rated MEDIUM with a CVSS base score of 6.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-46171?
Check the references section above for vendor advisories and patch information. Affected products include: Tauri Tauri.