Vulnerability Database

346,508

Total vulnerabilities in the database

CVE-2023-46115 — tauri / tauri

Exposure of Sensitive Information to an Unauthorized Actor

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 envPrefix: ['VITE_', 'TAURI_'], from this guide into the vite.config.ts of a Tauri project leads to bundling the TAURI_PRIVATE_KEY and TAURI_KEY_PASSWORD into the Vite frontend code and therefore leaking this value to the released Tauri application. Using the envPrefix: ['VITE_'], or any other framework than Vite means you are not impacted by this advisory. Users are advised to rotate their updater private key if they are affected by this (requires Tauri CLI >=1.5.5). After updating the envPrefix configuration, generate a new private key with tauri signer generate, saving the new private key and updating the updater's pubkey value on tauri.conf.json with the new public key. To update your existing application, the next application build must be signed with the older private key in order to be accepted by the existing application.

CVSS v3:

  • Severity: High
  • Score: 8.4
  • AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
Software From Fixed in
tauri / tauri 2.0.0-alpha0 2.0.0-alpha0.x
tauri / tauri - 2.0.0
tauri / tauri 2.0.0-alpha2 2.0.0-alpha2.x
tauri / tauri 2.0.0-alpha3 2.0.0-alpha3.x
tauri / tauri 2.0.0-alpha4 2.0.0-alpha4.x
tauri / tauri 2.0.0-alpha5 2.0.0-alpha5.x
tauri / tauri 2.0.0-alpha6 2.0.0-alpha6.x
tauri / tauri 2.0.0-alpha7 2.0.0-alpha7.x
tauri / tauri 2.0.0-alpha8 2.0.0-alpha8.x
tauri / tauri 2.0.0-alpha9 2.0.0-alpha9.x
tauri / tauri 2.0.0-alpha10 2.0.0-alpha10.x
tauri / tauri 2.0.0-alpha11 2.0.0-alpha11.x
tauri / tauri 2.0.0-alpha12 2.0.0-alpha12.x
tauri / tauri 2.0.0-alpha13 2.0.0-alpha13.x
tauri / tauri 2.0.0-alpha14 2.0.0-alpha14.x
tauri / tauri 2.0.0-alpha15 2.0.0-alpha15.x
Rust icon tauri-cli 2.0.0-alpha.0 2.0.0-alpha.16
Node.js icon @tauri-apps / cli 2.0.0-alpha.0 2.0.0-alpha.16
Node.js icon @tauri-apps / cli 1.0.0 1.5.6
Rust icon tauri-cli 1.0.0 1.5.6

Frequently Asked Questions

A security vulnerability is a weakness in software, hardware, or configuration that can be exploited to compromise confidentiality, integrity, or availability. Many vulnerabilities are tracked as CVEs (Common Vulnerabilities and Exposures), which provide a standardized identifier so teams can coordinate patching, mitigation, and risk assessment across tools and vendors.

CVSS (Common Vulnerability Scoring System) estimates technical severity, but it doesn't automatically equal business risk. Prioritize using context like internet exposure, affected asset criticality, known exploitation (proof-of-concept or in-the-wild), and whether compensating controls exist. A "Medium" CVSS on an exposed, production system can be more urgent than a "Critical" on an isolated, non-production host.

A vulnerability is the underlying weakness. An exploit is the method or code used to take advantage of it. A zero-day is a vulnerability that is unknown to the vendor or has no publicly available fix when attackers begin using it. In practice, risk increases sharply when exploitation becomes reliable or widespread.

Recurring findings usually come from incomplete Asset Discovery, inconsistent patch management, inherited images, and configuration drift. In modern environments, you also need to watch the software supply chain: dependencies, containers, build pipelines, and third-party services can reintroduce the same weakness even after you patch a single host. Unknown or unmanaged assets (often called Shadow IT) are a common reason the same issues resurface.

Use a simple, repeatable triage model: focus first on externally exposed assets, high-value systems (identity, VPN, email, production), vulnerabilities with known exploits, and issues that enable remote code execution or privilege escalation. Then enforce patch SLAs and track progress using consistent metrics so remediation is steady, not reactive.

SynScan combines attack surface monitoring and continuous security auditing to keep your inventory current, flag high-impact vulnerabilities early, and help you turn raw findings into a practical remediation plan.