AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-69259

CRITICAL · CVSS 9.4 EPSS 0.35% Public Exploit

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

CyberRota Analysis

AI-Generated

The SQLite Record Manager in Flowise versions prior to 3.1.3 is vulnerable, allowing authenticated attackers to manipulate the database path through user-controlled configurations. This could lead to arbitrary code execution when Chromium is launched, as attackers can inject malicious shell syntax into the database file. Organizations using the affected Docker image, especially those running it in environments with elevated privileges, should prioritize upgrading to version 3.1.3 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69259
Severity
CRITICAL
CVSS
9.4
EPSS
0.35%
Docker

Original NVD Description

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the SQLite Record Manager node in packages/components/nodes/recordmanager/SQLiteRecordManager/SQLiteRecordManager.ts accepted user-controlled additionalConfig and spread it after the intended database setting, allowing additionalConfig.database to overwrite the SQLite database path. An authenticated attacker using the published Docker image, which ran as root, could write a SQLite database to paths such as /etc/chromium/exploit.conf; by controlling the table name and namespace value, the attacker could place shell syntax into the database file and trigger execution when Puppeteer launched Chromium and sourced /etc/chromium/*.conf. This issue is fixed in version 3.1.3.