CVE-2026-73484
8.6FlowiseAI · Flowise
Flowise is susceptible to a sandbox escape vulnerability via improper input validation in specific pandas methods, allowing authenticated attackers to execute arbitrary code.
Executive summary
An authenticated sandbox escape vulnerability in Flowise before version 3.1.3 poses a critical risk of arbitrary code execution.
Vulnerability
This vulnerability, identified as CWE-184, involves an incomplete list of disallowed inputs that allows a logged-in user to bypass sandbox restrictions when utilizing certain pandas methods. By providing malicious input, an authenticated attacker can achieve arbitrary code execution on the underlying host.
Business impact
Successful exploitation of this vulnerability allows an attacker to break out of the application sandbox and execute commands with the privileges of the Flowise process. Given the CVSS score of 8.6, this represents a high-severity risk that could lead to full system compromise, unauthorized data access, and potential lateral movement within the production environment.
Remediation
Immediate Action: Upgrade all instances of Flowise to version 3.1.3 or later to apply the necessary input validation patches.
Proactive Monitoring: Inspect server logs for unusual pandas-related activity or unexpected system calls originating from the Flowise service account.
Compensating Controls: Restrict access to the Flowise interface to trusted users only and implement network segmentation to limit the impact of a potential container breakout.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The severity of this flaw necessitates immediate remediation. Administrators should prioritize upgrading to version 3.1.3 to close the sandbox escape vector, as the availability of proof-of-concept material increases the likelihood of opportunistic exploitation.