CVE-2026-41137: Flowise: Code Injection in CSVAgent leads to Authenticated RCE
(updated )
The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide the following payload: DataFrame({'foo': ['bar!']});import os;os.system('whoami') that will get interpolated and executed by the server.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-41137 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →