---
id: CVE-2026-95625
title: >-
  The Tauri updater plugin verifies update binaries using minisign signatures,
  but the signature covers only the raw binary bytes
summary: >-
  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…
severity: medium
cvss: 5.9
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-354
vendor: Tauri
product: tauri-plugin-updater
affected:
  - tauri-plugin-updater >= 2.0.0 < 2.12.0
  - tauri-plugin-updater >= 2.12.0 <= *
published: '2026-09-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T19:42:02.350'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95625'
references:
  - url: 'https://github.com/tauri-apps/plugins-workspace'
    label: reefs@jfrog.com
  - url: 'https://github.com/tauri-apps/plugins-workspace/commit/690dcfd694'
    label: reefs@jfrog.com
  - url: >-
      https://github.com/tauri-apps/plugins-workspace/releases/tag/updater-v2.12.0
    label: reefs@jfrog.com
  - url: >-
      https://github.com/tauri-apps/plugins-workspace/security/advisories/GHSA-j38x-g3m3-95fr
    label: reefs@jfrog.com
tags:
  - nvd
  - cve.org
epss: 0.00156
epssPercentile: 0.04013
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-23T14:07:42.715205Z'
ingestedAt: '2026-09-23T09:21:16.967Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
