CVE-2026-96454
Last modified
CVE-2026-96454 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. Pake turns a website into a desktop application built on Tauri. Every application it generates inherits two settings from the upstream template, and together they hand native functionality to untrusted web content. The first is in src-tauri/capabilities/default.json, which grants IPC access with "remote": { "urls": ["https://*.*"] }. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
Pake turns a website into a desktop application built on Tauri. Every application it generates inherits two settings from the upstream template, and together they hand native functionality to untrusted web content. The first is in src-tauri/capabilities/default.json, which grants IPC access with "remote": { "urls": ["https://*.*"] }. That wildcard tells Tauri to accept IPC from any HTTPS origin, not just the site the application was built to wrap. The second is "withGlobalTauri": true in src-tauri/tauri.conf.json, which puts window.__TAURI__.core.invoke() in reach of ordinary page JavaScript. Tauri's access control list only checks plugin commands, the ones prefixed with plugin:. Commands the application registers itself through generate_handler!, known as app commands, are never checked against the ACL. So once an origin holds IPC access, it can call every app command with nothing else standing in the way. Pake registers download_file as an app command, and it does not appear in the permissions list because it does not need to. The practical effect is that any script running on any HTTPS page inside a Pake application can invoke the application's native commands. That includes third-party script the wrapped site loads on its own, such as analytics, advertising, or a compromised CDN. Anyone distributing their own Pake application gets the same access without asking for it. Chained with the path traversal in download_file that is tracked separately as CVE-2026-82635, this reaches arbitrary file write and persistent code execution.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| tw93 | Pake | <= 3.17.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-96454?
How severe is CVE-2026-96454?
How do I fix CVE-2026-96454?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9644The LiveSmart Video Chat Live Video Chat plugin for WordPres…6.4
- CVE-2026-96442A code execution flaw was found in Emacs, affecting versions…7.8
- CVE-2026-96443Insufficient validation of the JDBC driver URL in Apache Dor…
- CVE-2026-96445A flaw was found in the Conditional OTP authenticator of Key…6.8
- CVE-2026-96446A flaw was found in the Pushed Authorization Request PAR imp…4.2
- CVE-2026-9645Exposed methods allow authenticated users to create and exec…9.9
- CVE-2026-96455The Reachy Mini daemon exposes an HTTP API for managing the …8.8
- CVE-2026-96456The Reachy Mini Bluetooth service asks a connecting device f…6.3
- CVE-2026-9646A reflected cross-site scripting issue exists in URL handlin…6.1
- CVE-2026-9648The crypton-x509-validation Haskell library fails to enforce…9.1
- CVE-2026-9650CWE-522 Insufficiently Protected Credentials vulnerability t…7.5
- CVE-2026-9651CWE-732 Incorrect Permission Assignment for Critical Resourc…4.4
Are you affected by CVE-2026-96454?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
