All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-48790
MEDIUMpublished 2026-08-11 18:17 UTC · 1 day ago · modified 2026-08-12 23:17 UTC
5.5
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-276
- CWE-732