CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.