Tauri is software for building applications for multi-platform deployment. The Tauri IPC is usually strictly isolated from external websites, but in versions 1.0.0 until 1.0.9, 1.1.0 until 1.1.4, and 1.2.0 until 1.2.5, the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit
arbitrary websites or due to a bug allowing the open redirect. This allows the external website access to the IPC layer and therefore to all configured and exposed Tauri API endpoints and application specific implemented Tauri commands. This issue has been patched in versions 1.0.9, 1.1.4, and 1.2.5. As a workaround, prevent arbitrary input in redirect features and/or only allow trusted websites access to the IPC.
References
Configurations
Configuration 1 (hide)
|
History
16 May 2023, 18:28
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.4 |
References | (MISC) https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9 - Release Notes | |
References | (MISC) https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5 - Release Notes | |
References | (MISC) https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767 - Patch | |
References | (MISC) https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f - Patch | |
References | (MISC) https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp - Vendor Advisory | |
References | (MISC) https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4 - Release Notes | |
CPE | cpe:2.3:a:tauri:tauri:*:*:*:*:*:*:*:* |
09 May 2023, 14:30
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-05-09 14:15
Updated : 2024-02-04 23:37
NVD link : CVE-2023-31134
Mitre link : CVE-2023-31134
CVE.ORG link : CVE-2023-31134
JSON object : View
Products Affected
tauri
- tauri
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')