CVE-2026-42184
Last modified
CVE-2026-42184 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Tauri | Tauri | >= 2.0.0, < 2.10.3 |
References
- https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9Exploit, Vendor Advisory
- https://github.com/tauri-apps/tauri/security/advisories/GHSA-7gmj-67g7-phm9Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-42184?
How severe is CVE-2026-42184?
How do I fix CVE-2026-42184?
Are you affected by CVE-2026-42184?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
