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.
Published: 2026-08-04
Score: 9.4 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This weakness in Flowise allows an authenticated attacker to supply an arbitrary database path via the SQLite Record Manager node. By writing a malicious SQLite database containing shell expressions to locations such as /etc/chromium/exploit.conf, the attacker can cause Chromium started by Puppeteer to execute those expressions when it reads configuration files. The result is unrestricted code execution on the system where the Flowise Docker image runs.

Affected Systems

The vulnerability affects Flowise version 3.1.2 and earlier. The affected product is Flowise AI’s Flowise, specifically the SQLite Record Manager node located in packages/components/nodes/recordmanager/SQLiteRecordManager. Users who deploy the official Flowise Docker image running as root are at risk; other deployments must confirm that the added configuration is not trusted.

Risk and Exploitability

The score of 9.4 on the CVSS vector indicates high severity, with local authentication as a prerequisite. EPSS data is not available, and the issue is not listed in CISA KEV. Because the vulnerability requires the attacker to have authenticated access to the Flowise instance and relies on the Docker container executing as root, the attack is feasible in environments where the image is deployed without privilege restrictions or where credentials are compromised.

Generated by OpenCVE AI on August 4, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.3 or later to apply the vendor patch.
  • Run the Flowise Docker container with a non‑root user or otherwise restrict its filesystem permissions to prevent arbitrary file writes.
  • Validate and sandbox any configuration values supplied to the SQLite Record Manager node, ensuring the database path cannot be overridden.

Generated by OpenCVE AI on August 4, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x3hf-7cj6-3r4m Flowise RCE via SQLite Record Manager Node
History

Tue, 04 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Flowiseai
Flowiseai flowise
Vendors & Products Flowiseai
Flowiseai flowise

Tue, 04 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
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.
Title Flowise RCE via SQLite Record Manager Node
Weaknesses CWE-94
References
Metrics cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-04T17:44:16.482Z

Reserved: 2026-08-03T19:54:19.853Z

Link: CVE-2026-69259

cve-icon Vulnrichment

Updated: 2026-08-04T17:43:49.025Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T19:30:05Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')