
CVE-2024-35222 – iFrames Bypass Origin Checks for Tauri API Access Control
https://notcve.org/view.php?id=CVE-2024-35222
23 May 2024 — Tauri is a framework for building binaries for all major desktop platforms. Remote origin iFrames in Tauri applications can access the Tauri IPC endpoints without being explicitly allowed in the `dangerousRemoteDomainIpcAccess` in v1 and in the `capabilities` in v2. Valid commands with potentially unwanted consequences ("delete project", "transfer credits", etc.) could be invoked by an attacker that controls the content of an iframe running inside a Tauri app. This vulnerability has been patched in versions... • https://github.com/tauri-apps/tauri/issues/8316 • CWE-284: Improper Access Control •

CVE-2023-46115 – Updater Private Keys Possibly Leaked via Vite Environment Variables in tauri-cli
https://notcve.org/view.php?id=CVE-2023-46115
19 Oct 2023 — Tauri is a framework for building binaries for all major desktop platforms. This advisory is not describing a vulnerability in the Tauri code base itself but a commonly used misconfiguration which could lead to leaking of the private key and updater key password into bundled Tauri applications using the Vite frontend in a specific configuration. The Tauri documentation used an insecure example configuration in the `Vite guide` to showcase how to use Tauri together with Vite. Copying the following snippet `e... • https://github.com/tauri-apps/tauri/security/advisories/GHSA-2rcp-jvr4-r259 • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-522: Insufficiently Protected Credentials •

CVE-2022-46171 – Tauri vulnerable to path traversal
https://notcve.org/view.php?id=CVE-2022-46171
23 Dec 2022 — 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. • https://github.com/tauri-apps/tauri/commit/72389b00d7b495ffd7750eb1e75a3b8537d07cf3 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •