Project Subscriptions
No data.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-7gmj-67g7-phm9 | Tauri has an Origin Confusion Issue that Allows Remote Pages to Invoke Local-Only IPC Commands |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Wed, 27 May 2026 16:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 27 May 2026 15:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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. | |
| Title | Tauri: Origin Confusion Allows Remote Pages to Invoke Local-Only IPC Commands | |
| Weaknesses | CWE-918 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-27T15:40:09.463Z
Reserved: 2026-04-25T01:53:21.583Z
Link: CVE-2026-42184
Updated: 2026-05-27T15:38:59.751Z
Status : Received
Published: 2026-05-27T15:16:27.560
Modified: 2026-05-27T17:16:35.480
Link: CVE-2026-42184
No data.
OpenCVE Enrichment
No data.
Github GHSA