CVE-2026-69259 Details
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.
A remote code execution vulnerability exists in Flowise versions through 3.1.2, specifically within the SQLite Record Manager node. The issue arises because the node's 'additionalConfig' input can be manipulated to overwrite the default SQLite database path. This vulnerability allows an authenticated attacker using the official Docker image, which runs as root, to execute arbitrary code by injecting a reverse shell payload into the database. The payload is executed when Puppeteer launches Chromium and reads the malicious SQLite file, which can be directed to system paths such as '/etc/chromium/exploit.conf'.
Users are advised to update to Flowise version 3.1.3 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-x3hf-7cj6-3r4m | CISA-ADP | ExploitVendor Advisory |
| https://github.com/FlowiseAI/Flowise/commit/d07186844263bad057008863037466aff7c3390f | [email protected] | Patch |
| https://github.com/FlowiseAI/Flowise/pull/6464 | [email protected] | Issue TrackingPatch |
| https://github.com/FlowiseAI/Flowise/releases/tag/[email protected] | [email protected] | PatchRelease NotesVendor Advisory |
| https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-x3hf-7cj6-3r4m | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| flowiseai flowise | < 3.1.3 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | Initial Analysis | [email protected] |
| Aug 4, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |