Tauri is a framework for building binaries for all major desktop platforms. From 2.0 to 2.11.0, a flaw in Tauri's is_local_url() function causes it to incorrectly classify remote URLs as trusted local origins on Windows and Android. On these systems, Tauri maps custom URI scheme protocols to http://<scheme>.localhost/ because those platforms' WebView implementations cannot serve custom URI schemes directly. The issue is that Tauri's check to see if the origin is local, only checks the first subdomain of the URL. An attacker can abuse this by hosting a page on a domain whose subdomain matches the custom scheme of the application. This vulnerability is fixed in 2.10.3.
References
| Link | Resource |
|---|---|
| https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9 | Exploit Vendor Advisory |
| https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9 | Exploit Vendor Advisory |
Configurations
History
02 Jun 2026, 00:52
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:tauri:tauri:*:*:*:*:*:*:*:* | |
| First Time |
Tauri tauri
Tauri |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
| References | () https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9 - Exploit, Vendor Advisory |
27 May 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9 - |
27 May 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 15:16
Updated : 2026-06-02 00:52
NVD link : CVE-2026-42184
Mitre link : CVE-2026-42184
CVE.ORG link : CVE-2026-42184
JSON object : View
Products Affected
tauri
- tauri
CWE
CWE-918
Server-Side Request Forgery (SSRF)
