AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-48790

MEDIUM · CVSS 5.5 EPSS 0.10% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-48790
Severity
MEDIUM
CVSS
5.5
EPSS
0.10%
Linux

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.