Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-34267

CVE-2025-34267: Flowiseai Flowise RCE Vulnerability

CVE-2025-34267 is a remote code execution flaw in Flowiseai Flowise that allows authenticated attackers to escape VM sandbox restrictions via Puppeteer/Playwright. This post covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-34267 Overview

CVE-2025-34267 is an authenticated remote code execution (RCE) vulnerability affecting Flowise v3.0.1 through v3.0.8 and all subsequent versions with the ALLOW_BUILTIN_DEP configuration option enabled. The vulnerability stems from insecure use of integrated browser automation modules (Puppeteer and Playwright) within the NodeVM execution environment, allowing attackers to escape the sandbox and execute arbitrary code on the host system.

An authenticated attacker who can create or run a tool leveraging Puppeteer or Playwright can specify attacker-controlled browser binary paths and parameters. When the tool executes, the malicious executable and parameters run directly on the host system, completely bypassing the intended NodeVM sandbox restrictions. This vulnerability was incorrectly assigned as a duplicate of CVE-2025-26319 by the developers but should be considered a distinct security issue.

Critical Impact

Authenticated attackers can achieve full remote code execution on the host system by escaping the NodeVM sandbox through malicious Puppeteer/Playwright configurations, potentially leading to complete system compromise.

Affected Products

  • Flowiseai Flowise versions 3.0.1 through 3.0.8
  • All Flowise versions after 3.0.8 with ALLOW_BUILTIN_DEP enabled
  • Flowise deployments using Puppeteer or Playwright integrations

Discovery Timeline

  • 2025-10-14 - CVE-2025-34267 published to NVD
  • 2025-10-27 - Last updated in NVD database

Technical Details for CVE-2025-34267

Vulnerability Analysis

This vulnerability represents a Command Injection (CWE-77) flaw that manifests through the interaction between Flowise's NodeVM sandbox and the integrated browser automation libraries. The core issue lies in how Flowise handles user-controllable parameters when initializing Puppeteer or Playwright browser instances within the sandboxed environment.

The NodeVM sandbox is designed to restrict code execution within isolated JavaScript contexts, preventing direct access to system resources. However, the Puppeteer and Playwright modules require legitimate access to spawn browser processes on the host system. This architectural requirement creates an inherent trust boundary violation when user-supplied configuration parameters (such as executablePath for browser binaries or args for browser launch arguments) are passed directly to these modules without adequate validation.

When an authenticated user creates a tool configuration specifying a malicious binary path or crafted launch arguments, the sandbox restrictions are effectively bypassed. The NodeVM executes the browser automation code, which in turn spawns processes on the host system using the attacker-controlled parameters—outside the sandbox's protective boundary.

Root Cause

The root cause of CVE-2025-34267 is insufficient input validation and lack of restrictions on browser executable paths and launch parameters within the Flowise tool creation workflow. The ALLOW_BUILTIN_DEP configuration flag enables access to built-in Node.js dependencies including Puppeteer and Playwright, but the application fails to sanitize or restrict the browser binary paths and command-line arguments that authenticated users can specify.

The NodeVM sandbox cannot intercept or validate process spawning operations initiated by these browser automation libraries since they operate at the native module level, outside the JavaScript sandbox scope. This creates a privilege escalation path from authenticated web user to arbitrary code execution on the host.

Attack Vector

The attack leverages the network-accessible Flowise web interface and requires authenticated access. An attacker with valid credentials performs the following attack sequence:

  1. Authenticates to the Flowise application
  2. Creates or modifies a tool configuration that uses Puppeteer or Playwright
  3. Specifies a malicious executablePath pointing to an attacker-controlled binary (or an existing system binary with crafted arguments)
  4. Triggers tool execution, causing the NodeVM to invoke the browser automation module
  5. The specified binary executes on the host system with the attacker's parameters, achieving arbitrary code execution

The attack does not require user interaction beyond authentication, and exploitation complexity is low given the straightforward parameter injection mechanism. For detailed technical analysis, refer to the VulnCheck Advisory on Flowise.

Detection Methods for CVE-2025-34267

Indicators of Compromise

  • Unusual tool configurations containing non-standard executablePath values pointing to system utilities or uploaded binaries
  • Process spawning from the Flowise application context with unexpected parent-child process relationships
  • Suspicious command-line arguments in browser processes or unexpected binary executions originating from Node.js processes
  • Tool definitions referencing absolute paths outside standard browser installation directories

Detection Strategies

  • Monitor process creation events originating from the Flowise server process, especially looking for non-browser executables spawned after Puppeteer/Playwright initialization
  • Implement file integrity monitoring on tool configuration storage to detect unauthorized modifications to browser path settings
  • Review application logs for tool creation or modification events containing suspicious executable paths or arguments
  • Deploy runtime application self-protection (RASP) to detect and block process spawning with unexpected binaries

Monitoring Recommendations

  • Enable comprehensive audit logging for all tool creation and modification events within Flowise
  • Configure endpoint detection and response (EDR) solutions to alert on process chains showing Node.js spawning unexpected child processes
  • Establish baseline behavior for legitimate Puppeteer/Playwright usage and alert on deviations in executable paths or launch arguments
  • Monitor network traffic for post-exploitation indicators such as reverse shell connections or data exfiltration attempts

How to Mitigate CVE-2025-34267

Immediate Actions Required

  • Disable the ALLOW_BUILTIN_DEP configuration option if Puppeteer/Playwright functionality is not required for business operations
  • Review all existing tool configurations for suspicious executablePath or browser argument specifications
  • Implement strict access controls to limit which users can create or modify tools using browser automation features
  • Consider network segmentation to isolate Flowise deployments from critical infrastructure pending patch application

Patch Information

FlowiseAI has addressed this vulnerability through security updates. Organizations should upgrade to a patched version as documented in the GitHub Security Advisory GHSA-5w3r-f6gm-c25w. The fix is tracked in GitHub Pull Request #5231, which implements restrictions on browser executable paths and launch arguments within the tool configuration workflow.

Prior to patching, administrators should verify that authentication is properly enforced and consider implementing additional access controls to restrict tool creation capabilities.

Workarounds

  • Disable the ALLOW_BUILTIN_DEP environment variable to prevent access to Puppeteer and Playwright modules entirely
  • Implement application-level firewall rules to block tool creation API endpoints for non-administrative users
  • Deploy containerization with restricted capabilities to limit the impact of sandbox escape, preventing access to sensitive host resources
  • Use read-only file systems for Flowise deployments where possible to prevent persistence of malicious tools
bash
# Disable ALLOW_BUILTIN_DEP in Flowise configuration
export ALLOW_BUILTIN_DEP=false

# Restart Flowise service to apply changes
systemctl restart flowise

# Verify configuration is disabled
grep -i "ALLOW_BUILTIN_DEP" /path/to/flowise/.env

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFlowiseai

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability1.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/VA:L/SC:H/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-77
  • Technical References
  • FlowiseAI Home Page

  • GitHub Pull Request #5231

  • VulnCheck Advisory on Flowise
  • Vendor Resources
  • GitHub Security Advisory GHSA-5w3r-f6gm-c25w
  • Related CVEs
  • CVE-2026-30823: Flowiseai Flowise Auth Bypass Vulnerability

  • CVE-2025-26319: Flowiseai Flowise Path Traversal Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English