CVE-2026-95625
The Tauri updater plugin verifies update binaries using minisign signatures, but the signature covers only the raw binary bytes. The update
CVSS
5.9
Medium
EPSS
—
KEV
—
Exploit Today
—
0-100
Published: Sep 23, 2026 · Last modified: Sep 23, 2026 · CWE-354
Not enough EPSS history yet.
The Tauri updater plugin verifies update binaries using minisign signatures, but the signature covers only the raw binary bytes. The update manifest -- which contains the version number, download URL, and signature -- is fetched over TLS but is never itself signed or authenticated. Because the only anti-rollback check compares the manifest's version field against the current version, and that field is unsigned, an attacker who can serve a crafted manifest can force installation of any older signed release without possessing the developer's private key.
- github.comhttps://github.com/tauri-apps/plugins-workspace
- github.comhttps://github.com/tauri-apps/plugins-workspace/commit/690dcfd694
- github.comhttps://github.com/tauri-apps/plugins-workspace/releases/tag/updater-v2.12.0
- github.comhttps://github.com/tauri-apps/plugins-workspace/security/advisories/GHSA-j38x-g3m3-95fr