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-26319

CVE-2025-26319: Flowiseai Flowise Path Traversal Flaw

CVE-2025-26319 is a path traversal vulnerability in Flowiseai Flowise v2.2.6 affecting the /api/v1/attachments endpoint. This flaw enables arbitrary file uploads. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-26319 Overview

CVE-2025-26319 is an arbitrary file upload vulnerability discovered in FlowiseAI Flowise version 2.2.6. The vulnerability exists in the /api/v1/attachments endpoint, which fails to properly validate uploaded files. This weakness allows unauthenticated attackers to upload malicious files to the server, potentially leading to remote code execution and complete system compromise.

FlowiseAI Flowise is an open-source low-code tool for developers to build customized LLM orchestration flows and AI agents. The platform's popularity in AI/ML development environments makes this vulnerability particularly concerning, as compromised instances could provide attackers access to sensitive AI models, training data, and associated infrastructure.

Critical Impact

This arbitrary file upload vulnerability allows unauthenticated remote attackers to upload malicious files via the /api/v1/attachments endpoint, potentially enabling remote code execution with no user interaction required.

Affected Products

  • FlowiseAI Flowise version 2.2.6
  • Potentially earlier versions of FlowiseAI Flowise (unconfirmed)

Discovery Timeline

  • March 4, 2025 - CVE-2025-26319 published to NVD
  • June 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-26319

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The /api/v1/attachments endpoint in FlowiseAI Flowise 2.2.6 does not implement adequate file type validation or sanitization mechanisms. When users or automated processes upload files through this API endpoint, the application fails to verify the file's content, extension, or MIME type against an allowlist of safe file types.

The network-based attack vector requires no authentication or user interaction, making exploitation straightforward for remote attackers. An attacker can craft a malicious payload disguised as a legitimate attachment and upload it directly to the vulnerable endpoint. Depending on the server configuration and how uploaded files are processed or stored, this could result in:

  • Remote code execution if uploaded scripts are executed by the server
  • Web shell deployment for persistent backdoor access
  • Overwriting critical system files if path traversal is also possible
  • Serving malicious content to other users of the platform

Root Cause

The root cause of CVE-2025-26319 lies in insufficient input validation within the file upload handling logic of the /api/v1/attachments endpoint. The application does not enforce proper restrictions on:

  1. File type verification based on content analysis (magic bytes)
  2. File extension validation against a secure allowlist
  3. MIME type validation
  4. File size limits that could prevent denial of service attacks

This lack of defense-in-depth allows attackers to bypass any superficial client-side checks and upload arbitrary file types directly to the server.

Attack Vector

The attack is network-based and requires no authentication or privileges. An attacker can exploit this vulnerability by sending a crafted HTTP POST request to the /api/v1/attachments endpoint containing a malicious file payload. The attack flow typically involves:

  1. Identifying a vulnerable FlowiseAI Flowise instance exposed to the network
  2. Crafting a malicious file (e.g., web shell, reverse shell script, or executable)
  3. Sending a multipart form-data POST request to /api/v1/attachments with the malicious file
  4. Accessing the uploaded file to trigger code execution or achieve other malicious objectives

For detailed technical information regarding exploitation, refer to the CVE-2025-26319 PoC Repository.

Detection Methods for CVE-2025-26319

Indicators of Compromise

  • Unusual files with executable extensions (.php, .jsp, .py, .sh, .exe) appearing in attachment storage directories
  • Unexpected HTTP POST requests to /api/v1/attachments from external or untrusted IP addresses
  • Web shell signatures or known malicious file hashes in uploaded content
  • Anomalous process execution originating from the Flowise application directory

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to inspect file upload requests for malicious content and dangerous file types
  • Deploy file integrity monitoring on directories where uploaded attachments are stored
  • Configure application-layer logging to capture all requests to /api/v1/attachments including source IPs, file names, and sizes
  • Use YARA rules or antivirus scanning on uploaded files to detect known malicious payloads

Monitoring Recommendations

  • Enable detailed access logging for all API endpoints, particularly /api/v1/attachments
  • Set up alerts for file uploads with suspicious extensions or unusually large sizes
  • Monitor server processes for unexpected child processes spawned by the Flowise application
  • Track outbound network connections from the Flowise server that could indicate reverse shell activity

How to Mitigate CVE-2025-26319

Immediate Actions Required

  • Restrict network access to FlowiseAI Flowise instances using firewall rules or VPN requirements
  • Implement authentication requirements for the /api/v1/attachments endpoint if not already enforced
  • Deploy a reverse proxy with file upload filtering capabilities in front of the Flowise application
  • Audit existing uploaded files for any signs of compromise or malicious content

Patch Information

Organizations should monitor the official FlowiseAI Flowise repository for security patches addressing CVE-2025-26319. Check the CVE-2025-26319 PoC Repository for additional remediation guidance and to stay informed about patch availability. Upgrade to a patched version as soon as one becomes available from the vendor.

Workarounds

  • Implement a strict allowlist of permitted file extensions at the web server or reverse proxy level
  • Configure the web server to prevent execution of uploaded files by disabling script handlers in upload directories
  • Add file content validation (magic byte checking) at the application layer or via middleware
  • Consider temporarily disabling the attachment upload functionality if it is not critical to operations
bash
# Example nginx configuration to restrict file types and prevent execution
location /api/v1/attachments {
    # Limit allowed file types via client_body_temp_path processing
    client_max_body_size 10M;
    
    # Disable script execution in upload directory
    location ~* ^/uploads/.*\.(php|jsp|py|sh|exe|bat|cmd)$ {
        deny all;
        return 403;
    }
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFlowiseai

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability78.80%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Vendor Resources
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-30823: Flowiseai Flowise Auth Bypass Vulnerability

  • CVE-2025-34267: Flowiseai Flowise RCE Vulnerability
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