The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-31829

CVE-2026-31829: Flowiseai Flowise SSRF Vulnerability

CVE-2026-31829 is a server-side request forgery flaw in Flowiseai Flowise that allows attackers to access internal network resources. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-31829 Overview

CVE-2026-31829 is a Server-Side Request Forgery (SSRF) vulnerability discovered in Flowise, a popular drag-and-drop user interface for building customized large language model (LLM) flows. Prior to version 3.0.13, Flowise exposes an HTTP Node in AgentFlow and Chatflow that performs server-side HTTP requests using user-controlled URLs without any restrictions on target hosts.

This vulnerability allows attackers to force the Flowise server to make requests to internal network resources, including private/internal IP ranges (RFC 1918), localhost, and cloud metadata endpoints—resources that would otherwise be inaccessible from the public internet.

Critical Impact

Attackers can exploit publicly exposed Flowise chatflows to access internal network resources, potentially exposing sensitive cloud metadata, internal services, and private network infrastructure.

Affected Products

  • Flowise versions prior to 3.0.13
  • FlowiseAI Flowise (all deployments with exposed HTTP Node functionality)
  • Flowise instances with publicly accessible AgentFlow or Chatflow endpoints

Discovery Timeline

  • 2026-03-10 - CVE-2026-31829 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-31829

Vulnerability Analysis

The vulnerability exists in the HTTP Node component within Flowise's AgentFlow and Chatflow features. This node allows users to configure server-side HTTP requests, but the implementation lacks proper validation and restriction of target URLs. When a chatflow is publicly exposed, any user interacting with it can influence the URLs that the Flowise server will request.

The lack of URL validation is particularly dangerous in cloud environments where metadata endpoints (such as AWS's 169.254.169.254, GCP's metadata server, or Azure's IMDS) can be accessed to retrieve sensitive information including instance credentials, API keys, and configuration data.

This is a classic SSRF pattern where user input directly controls the destination of server-initiated requests without proper sanitization or allowlist enforcement.

Root Cause

The root cause is the absence of URL validation and access controls in the HTTP Node implementation. Specifically, the vulnerability stems from:

  1. No restriction on private/internal IP ranges (RFC 1918 addresses like 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  2. No blocking of localhost addresses (127.0.0.1, ::1)
  3. No protection against cloud metadata endpoint access
  4. User-controlled URL parameters being passed directly to server-side HTTP request functions

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker can interact with a publicly exposed Flowise chatflow and craft malicious requests that cause the server to:

  1. Probe internal network services and infrastructure
  2. Access cloud provider metadata endpoints to steal credentials
  3. Interact with internal APIs not intended for public access
  4. Perform port scanning of internal network resources
  5. Bypass network segmentation and firewall rules

For example, an attacker could submit a request targeting http://169.254.169.254/latest/meta-data/iam/security-credentials/ on AWS to retrieve temporary IAM credentials, or target internal microservices running on private addresses.

The vulnerability mechanism involves the HTTP Node accepting user-supplied URLs without validation and executing server-side requests to those destinations. Technical details and the specific fix implementation can be found in the GitHub Security Advisory.

Detection Methods for CVE-2026-31829

Indicators of Compromise

  • Outbound HTTP requests from Flowise server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254)
  • Unusual HTTP traffic patterns from Flowise to localhost or loopback addresses
  • Failed connection attempts to internal services from the Flowise application

Detection Strategies

  • Monitor Flowise server egress traffic for connections to RFC 1918 private address space
  • Implement alerting on any requests to cloud provider metadata IP addresses (169.254.169.254)
  • Review chatflow configurations for suspicious HTTP Node URL patterns
  • Enable verbose logging on Flowise HTTP Node activity to capture all outbound requests

Monitoring Recommendations

  • Deploy network monitoring to detect internal network scanning originating from Flowise servers
  • Implement WAF rules to detect and block SSRF patterns in chatflow inputs
  • Monitor cloud provider logs for metadata API access from Flowise infrastructure
  • Establish baseline network behavior for Flowise instances to identify anomalous connections

How to Mitigate CVE-2026-31829

Immediate Actions Required

  • Upgrade Flowise to version 3.0.13 or later immediately
  • Review publicly exposed chatflows and restrict access where possible
  • Implement network-level controls to prevent Flowise from accessing internal resources
  • Audit existing chatflow configurations for HTTP Node usage and remove unnecessary instances

Patch Information

The vulnerability has been addressed in Flowise version 3.0.13. Organizations should upgrade to this version or later to remediate the SSRF vulnerability. The fix implements proper URL validation and restrictions on target hosts for the HTTP Node component.

For detailed patch information and release notes, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network egress from Flowise servers using firewall rules to block access to private IP ranges and metadata endpoints
  • Deploy Flowise behind a reverse proxy with URL filtering capabilities
  • Disable or remove HTTP Node functionality from chatflows if not required for business operations
  • Implement network segmentation to isolate Flowise servers from sensitive internal resources
bash
# Configuration example - Block SSRF targets at firewall level
# Block cloud metadata endpoints
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block private IP ranges (RFC 1918)
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

# Block localhost/loopback
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFlowise

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30820: Flowise Privilege Escalation Vulnerability

  • CVE-2026-30821: Flowiseai Flowise RCE Vulnerability

  • CVE-2026-30822: Flowise Auth Bypass Vulnerability

  • CVE-2026-30824: Flowiseai Flowise Auth Bypass 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