#VU125537 Path traversal in Flowise - CVE-2025-61913
Published: April 9, 2026
Flowise
FlowiseAI
Description
The vulnerability allows a remote user to write arbitrary files to any path on the server, potentially leading to remote command execution.
The vulnerability exists due to improper limitation of a pathname to a restricted directory in the WriteFileTool when processing a user-supplied file path. A remote user can supply a crafted file path and arbitrary file content to write arbitrary files to any path on the server, potentially leading to remote command execution.
The issue is in packages/components/nodes/tools/WriteFile/WriteFile.ts.