Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-95625 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-354Improper Validation of Integrity Check Value[email protected]

Affected Products

ProductVersions
Tauri updater
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: updater-v2.12.0moderate effort
  • Workaround:low effort

    Disable the `requireSignedVersion` option in the plugin configuration. This option is enabled by default in version 2.12.0.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-95625
NVD Published Date:
Sep 23, 2026
NVD Last Modified:
Sep 23, 2026
Source:
[email protected]
CVE-2026-95625 Details - Not Deferred