{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-95625", "assignerOrgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d", "state": "PUBLISHED", "assignerShortName": "JFROG", "dateReserved": "2026-09-22T10:38:03.883Z", "datePublished": "2026-09-23T08:51:53.922Z", "dateUpdated": "2026-09-23T14:10:35.332Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d", "shortName": "JFROG", "dateUpdated": "2026-09-23T08:51:53.922Z" }, "title": "Tauri framework v2 missing updater signature version number validation can be exploited into forced downgrade", "problemTypes": [ { "descriptions": [ { "lang": "en", "cweId": "CWE-354", "description": "CWE-354: Improper Validation of Integrity Check Value", "type": "CWE" } ] } ], "affected": [ { "vendor": "Tauri", "product": "tauri-plugin-updater", "collectionURL": "https://crates.io/crates/tauri-plugin-updater", "packageName": "tauri-plugin-updater", "repo": "git://github.com/tauri-apps/plugins-workspace", "programFiles": [ "plugins/updater/src/updater.rs", "plugins/updater/src/config.rs" ], "versions": [ { "status": "affected", "version": "2.0.0", "lessThan": "2.12.0", "versionType": "semver" }, { "status": "affected", "version": "2.12.0", "lessThanOrEqual": "*", "versionType": "semver" } ], "defaultStatus": "unaffected" } ], "descriptions": [ { "lang": "en", "value": "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.", "supportingMedia": [ { "type": "text/html", "base64": false, "value": "

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.

" } ] } ], "references": [ { "url": "https://github.com/tauri-apps/plugins-workspace/security/advisories/GHSA-j38x-g3m3-95fr", "name": "GHSA-j38x-g3m3-95fr (tauri-apps/plugins-workspace)", "tags": [ "issue-tracking" ] }, { "url": "https://github.com/tauri-apps/plugins-workspace", "name": "tauri-apps/plugins-workspace repository", "tags": [ "product" ] }, { "url": "https://github.com/tauri-apps/plugins-workspace/commit/690dcfd694", "name": "Add requireSignedVersion to bind an update to its signed version", "tags": [ "patch" ] }, { "url": "https://github.com/tauri-apps/plugins-workspace/releases/tag/updater-v2.12.0", "name": "tauri-plugin-updater 2.12.0 release notes", "tags": [ "release-notes" ] } ], "metrics": [ { "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ], "cvssV3_1": { "version": "3.1", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "NONE", "baseSeverity": "MEDIUM", "baseScore": 5.9, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N" } } ], "solutions": [ { "lang": "en", "value": "addressed in tauri-plugin-updater 2.12.0, and it has to be switched on. The new requireSignedVersion option compares the version announced by the endpoint against the version recorded in the signature's trusted comment, which the signature does cover, and rejects the update when they differ.", "supportingMedia": [ { "type": "text/html", "base64": false, "value": "

addressed in tauri-plugin-updater 2.12.0, and it has to be switched on. The new requireSignedVersion option compares the version announced by the endpoint against the version recorded in the signature's trusted comment, which the signature does cover, and rejects the update when they differ.

" } ] } ], "timeline": [ { "time": "2026-09-01T13:31:00.000Z", "lang": "en", "value": "Reported to the Tauri team as GHSA-j38x-g3m3-95fr" }, { "time": "2026-09-19T23:57:00.000Z", "lang": "en", "value": "Opt-in fix released in tauri-plugin-updater 2.12.0, commit 690dcfd694, adding the requireSignedVersion option" } ], "credits": [ { "lang": "en", "value": "Yuval Moravchick", "type": "finder" }, { "lang": "en", "value": "JFrog Security Research", "type": "coordinator" } ], "source": { "discovery": "EXTERNAL" }, "x_generator": { "engine": "Vulnogram 1.0.5" } }, "adp": [ { "metrics": [ { "other": { "type": "ssvc", "content": { "timestamp": "2026-09-23T14:07:42.715205Z", "id": "CVE-2026-95625", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "version": "2.0.3" } } } ], "title": "CISA ADP Vulnrichment", "providerMetadata": { "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2026-09-23T14:10:35.332Z" } } ] } }