Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. tauri-cli
  4. ›
  5. CVE-2023-46115

CVE-2023-46115: Tauri's Updater Private Keys Possibly Leaked via Vite Environment Variables

October 20, 2023 (updated December 19, 2023)

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 possibly leads to bundling the TAURI_PRIVATE_KEY and TAURI_KEY_PASSWORD into the Vite frontend code and therefore leaking this value to the debug built of a Tauri application.

The value is automatically bundled into debug builds but for production builds it is not embedded, as long as it is not directly referenced in the frontend code. Vite statically replaces these values in production builds. This reduces the amount of affected applications to a very small amount of affected applications.

To verify if you are affected you can search for the private key value or the TAURI_PRIVATE_KEY variable inside the release build frontend assets (dist/).

Example: grep -r "TAURI_PRIVATE_KEY" dist/

Using only the envPrefix: ['VITE_'], or any other framework than Vite means you are not impacted by this advisory.

References

  • discord.com/channels/616186924390023171/1164260301655523409
  • github.com/advisories/GHSA-2rcp-jvr4-r259
  • github.com/tauri-apps/tauri
  • github.com/tauri-apps/tauri/commit/8b166e9bf82e69ddb3200a3a825614980bd8d433
  • github.com/tauri-apps/tauri/security/advisories/GHSA-2rcp-jvr4-r259
  • nvd.nist.gov/vuln/detail/CVE-2023-46115
  • tauri.app/v1/guides/getting-started/setup/vite

Code Behaviors & Features

Detect and mitigate CVE-2023-46115 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.0.0 before 1.5.6, all versions starting from 2.0.0-alpha.0 before 2.0.0-alpha.16

Fixed versions

  • 2.0.0-alpha.16
  • 1.5.6

Solution

Upgrade to versions 1.5.6, 2.0.0-alpha.16 or above.

Impact 8.4 HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-522: Insufficiently Protected Credentials

Source file

cargo/tauri-cli/CVE-2023-46115.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:42 +0000.