CVE-2023-46115: Updater Private Keys Possibly Leaked via Vite Environment Variables in tauri-cli

Published Oct 19, 2023
·
Updated

Impact

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 TAURIPRIVATEKEY and TAURIKEYPASSWORD 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 TAURIPRIVATEKEY variable inside the release build frontend assets (dist/).

Example: grep -r "TAURIPRIVATEKEY" dist/

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

Patches

The documentation has been patched but as the root cause is not in Tauri itself the issue is not fixed by updating Tauri. The vite.config.ts configuration of the project needs to be adapted.

We recommend rotating your updater private key if you 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.

Workarounds

The envPrefix: ['VITE'],should be used and the desired TAURI variables manually added. Respective these variables could be added TAURIPLATFORM, TAURIARCH, TAURIFAMILY, TAURIPLATFORMVERSION, TAURIPLATFORMTYPE and TAURIDEBUG without leaking sensitive information.

We urge affected users to implement the workaround as the 1.x branch will not receive a general prevention fix as it would break systems.

References The issue was originally disclosed in our discord here. The affected guide is https://tauri.app/v1/guides/getting-started/setup/vite/.

Update: We lowered the severity from high to low, as the likelihood of impact was found to only affect a very limited amount of applications.

Update2: We changed the affected versions to make clear that after 2.0.0-alpha.16 or 1.5.6 the potentially vulnerable recommendation was no longer visible on our website and should not affect projects by default. A lot of users were confused and we believe this advisory reached the necessary user base.

Other sources

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 TAURIPRIVATEKEY and TAURIKEYPASSWORD 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.

Affected Software

20 affected componentsFixes available
rust/tauri-cli>=1.0.0<1.5.6
1.5.6
npm/@tauri-apps/cli>=1.0.0<1.5.6
1.5.6
npm/@tauri-apps/cli>=2.0.0-alpha.0<2.0.0-alpha.16
2.0.0-alpha.16
rust/tauri-cli>=2.0.0-alpha.0<2.0.0-alpha.16
2.0.0-alpha.16
Tauri Tauri<2.0.0
Tauri Tauri=2.0.0-alpha0
Tauri Tauri=2.0.0-alpha10
Tauri Tauri=2.0.0-alpha11
Tauri Tauri=2.0.0-alpha12
Tauri Tauri=2.0.0-alpha13
Tauri Tauri=2.0.0-alpha14
Tauri Tauri=2.0.0-alpha15
Tauri Tauri=2.0.0-alpha2
Tauri Tauri=2.0.0-alpha3
Tauri Tauri=2.0.0-alpha4
Tauri Tauri=2.0.0-alpha5
Tauri Tauri=2.0.0-alpha6
Tauri Tauri=2.0.0-alpha7
Tauri Tauri=2.0.0-alpha8
Tauri Tauri=2.0.0-alpha9

Event History

Oct 19, 2023
CVE Published
via MITRE·11:35 PM
Data Sourced
via MITRE·11:35 PM
DescriptionSeverityWeakness
Oct 20, 2023
Data Sourced
12:15 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·12:15 AM
DescriptionSeverityWeaknessAffected Software
Advisory Published
03:18 PM

Frequently Asked Questions

1

What is CVE-2023-46115?

CVE-2023-46115 is a vulnerability in the Tauri framework that can lead to leaking of the private key and updater key password in bundled Tauri applications.

2

How does CVE-2023-46115 impact Tauri?

CVE-2023-46115 is a misconfiguration vulnerability that affects Tauri applications using the Vite frontend in a specific configuration, potentially leaking sensitive information.

3

What is the severity of CVE-2023-46115?

CVE-2023-46115 has a severity score of 8.4 (high severity).

4

Which versions of Tauri are affected by CVE-2023-46115?

Tauri versions up to and including 2.0.0-alpha.16 are affected by CVE-2023-46115.

5

How can I fix CVE-2023-46115?

To fix CVE-2023-46115, update Tauri to version 2.0.0-alpha.17 or later.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203