CyberRota Analysis
AI-GeneratedThe Turso CLI prior to version 1.0.26 is vulnerable due to improper file permissions on the `settings.json` file, which stores the user's Turso platform JWT in a world-readable format. This allows any local user on the system to access the file and potentially gain unauthorized access to the Turso platform, compromising user organizations. Organizations using affected versions on Linux or macOS should prioritize upgrading to version 1.0.26 to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Turso CLI is the command line interface (CLI) to the open-source database Turso. Versions prior to 1.0.26 persist the user's Turso platform JWT to `settings.json` using Viper's default `configPermissions` of `0o644`, leaving the credential file world-readable on standard Linux and macOS systems. Any other local UID on the host can read the file and recover the platform JWT, which grants full Turso platform access scoped to the user's organizations. Version 1.0.26 patches the issue.