What it is
CVE-2025-8943 is an unauthenticated vulnerability affecting Flowise Flowise. The Custom MCPs feature is designed to execute OS commands, for instance, using tools like `npx` to spin up local MCP Servers. However,...
Vulnerability report
Flowise Remote Code Execution
Flowise / Flowise · affected before 3.0.1
Decision summary
Direct answers before the deeper technical record.
What it is
CVE-2025-8943 is an unauthenticated vulnerability affecting Flowise Flowise. The Custom MCPs feature is designed to execute OS commands, for instance, using tools like `npx` to spin up local MCP Servers. However,...
Is it exploited?
Yes. KEVIntel sensors observed exploitation attempts with confirmed confidence.
Who is affected?
Flowise / Flowise affected before 3.0.1.
What should we do?
Patch immediately, validate internet-facing exposure, and monitor for matching requests.
Overview
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.
Exploitation evidence
Third-party attestation and first-party sensor observation are shown separately so teams can judge the evidence chain.
KEVIntel
Independent exploitation attestation added to the KEVIntel record.
KEVIntel sensor
First-party sensor telemetry confirms matching exploitation attempts.
Per-source evidence links for KEV attestations are available through the KEVIntel Pro API.
Learn about Pro API access| Source | Added |
|---|---|
| KEVIntel First | 2026-08-05 08:45 UTC |
Operational indicators for this CVE are listed under Detection.
Sensor telemetry
Aggregate observations show the scale, recency, and distribution of activity without overstating sparse data.
49
Attempts observed
26
Unique attacker IPs
11
Attacker countries
CN · DE · ES · HK · IL · IR · JP · NL · PL · SG · US
5
Sensors observed
Exploitation attempts over the last 28 days
Daily events observed by KEVIntel sensors
Updated 05 Aug 2026
First observed 10 Jul 2026 · Last observed 05 Aug 2026
Pro adds sensor region and window summaries. Enterprise adds raw IPs, paths, User-Agents, and payloads.
Detection
Make the evidence actionable in scanner, SOC, and edge-control workflows.
Raw values available in Pro and Enterprise.
Nuclei template detected 01 Jun 2026.
View Nuclei template (opens in new tab)No KEVIntel virtual patch is currently available. Future rules ship for ModSecurity, Cloudflare, and AWS WAF.
Learn about virtual patches →Attacker IP indicators observed · available in Pro and Enterprise.
Sensor-derived attacker IP indicators are available to Pro and Enterprise accounts under Detection and through the Pro API.
Learn about Pro API accessScanner and exploit-framework references linked to this CVE.
| Scanner | Reference | Detected |
|---|---|---|
| Nuclei | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-8943.yaml | 01 Jun 2026 |
Risk and context
CVSS v3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS
72.3%
Recent mention · Github Advisory Database (NPM)
Summary The mitigation shipped for CVE-2025-8943 blocks the -y and --yes flags on npx to stop auto-installation of arbitrary packages. That flag filter works. The environment-variable check in the same patch denies only four variable names by exact string match, and npm reads...
Read full advisoryRecent mention · Github Advisory Database (NPM)
[flowise-components] Flowise: CVE-2025-8943 Patch Bypass: npm_config_yes bypasses MCP environment variable blocklist (Unauthenticated RCE)Github Advisory Database (NPM) · 04 Aug 2026
Summary The mitigation shipped for CVE-2025-8943 blocks the -y and --yes flags on npx to stop auto-installation of arbitrary packages. That flag filter works. The environment-variable check in the same patch denies only four variable names by exact string match, and npm reads its configuration directly from npm_config_* environment variables. Setting npm_config_yes=true reproduces the --yes behaviour the flag filter is meant to prevent, so npx auto-installs and executes the named package. The mitigation is fully bypassed. This works with the MCP security check enabled...
Recent mention · Github Advisory Database (NPM)
[flowise] Flowise: CVE-2025-8943 Patch Bypass: npm_config_yes bypasses MCP environment variable blocklist (Unauthenticated RCE)Github Advisory Database (NPM) · 04 Aug 2026
Summary The mitigation shipped for CVE-2025-8943 blocks the -y and --yes flags on npx to stop auto-installation of arbitrary packages. That flag filter works. The environment-variable check in the same patch denies only four variable names by exact string match, and npm reads its configuration directly from npm_config_* environment variables. Setting npm_config_yes=true reproduces the --yes behaviour the flag filter is meant to prevent, so npx auto-installs and executes the named package. The mitigation is fully bypassed. This works with the MCP security check enabled...
These PoCs are unverified and could contain malware. Use at your own risk.
nuclei · Created Unknown
Timeline
Evidence-backed exploitation signal
Indicators of compromise recorded
Public proof-of-concept code published
Scanner coverage available
Vulnerability disclosed publicly
Identifier reserved by the CNA
Pro API
Confidence, exploit status, sensor telemetry, PoCs, scanner integrations, mentions, and tags are available programmatically for VM, SOC, and CTI workflows.
GET /api/v2/pro/kevs/CVE-2025-8943
Free JSON includes basic KEV fields{
"cve_id": "CVE-2025-8943",
"confidence": "Confirmed",
"cvss_score": 9.8,
"epss_score": 0.7231,
"exploit_status": {
"exploited_in_the_wild": true,
"active_exploitation_observed": true
},
"sensor_telemetry": { "attempts": 49, "sensors": 5 }
}