Impact
Pake turns websites into desktop applications using the Tauri framework. Two default configuration settings give any HTTPS origin loaded in the app permission to use IPC and to invoke native app commands. Because the IPC whitelist is set to "https://*.*" and the withGlobalTauri flag exposes core IPC to page scripts, an attacker can call an app command such as download_file without any access control. That command performs a path traversal, allowing the attacker to write files to arbitrary locations on the host filesystem and thereby achieve persistent code execution.
Affected Systems
The vulnerability affects the Pake desktop application framework developed by tw93. All Pake builds that use the default template – which includes the IPC wildcard "https://*.*" in src-tauri/capabilities/default.json and the withGlobalTauri flag in src-tauri/tauri.conf.json – are impacted. The latest release V3.17.0 (and earlier releases lacking the fix) also fall in the affected range.
Risk and Exploitability
The CVSS score of 8.2 indicates a high severity level. The EPSS score of less than 1% suggests a low likelihood of exploitation currently, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires a user to run a Pake‑generated application that loads a web page containing malicious or third‑party scripts. The IPC and app command exposure allow the attacker to invoke download_file, enabling path traversal and persistent code execution on the host machine.
OpenCVE Enrichment