Answer in brief
CVE-2026-48790 records a Medium severity (CVSS 5.5) vulnerability in turso-cli persists Turso platform JWT with world-readable (0o644) file permissions. The current sources do not mark it as known exploited. The current feed maps tursodatabase/turso-cli (generic), github.com/tursodatabase/turso-cli (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps tursodatabase/turso-cli (generic), github.com/tursodatabase/turso-cli (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| tursodatabase/turso-cligeneric | < 1.0.26 | Not reported |
| github.com/tursodatabase/turso-cligo | <=1.0.25 | 1.0.26 |
Published upstream
Aug 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 26, 2026
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.
Quoted source text, attributed separately from HOL analysis.