CVE-2026-95624
The Tauri updater plugin's 'check' IPC command accepts an allowDowngrades boolean parameter directly from frontend JavaScript code. When set
CVSS
6.8
Medium
EPSS
—
KEV
—
Exploit Today
0
0-100
Published: Sep 22, 2026 · Last modified: Sep 22, 2026 · CWE-284
Not enough EPSS history yet.
The Tauri updater plugin's 'check' IPC command accepts an allowDowngrades boolean parameter directly from frontend JavaScript code. When set to true, it replaces the version comparator from "update must be newer" to "update must be different." Because the default permission set grants allow-check to the webview, any XSS in the app frontend can invoke this command and bypass the only anti-rollback protection the updater offers. Combined with another bug, this enables downgrade attacks without even needing to fake a higher version number.
- github.comhttps://github.com/tauri-apps/plugins-workspace/commit/1308bfa399b962b3977c767100a6339d1cbfdd20
- github.comhttps://github.com/tauri-apps/plugins-workspace/releases/tag/updater-v2.12.0
- github.comhttps://github.com/tauri-apps/tauri
- github.comhttps://github.com/tauri-apps/tauri/security/advisories/GHSA-rjc6-5hfg-grp9