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

CVE-2026-30824: Flowiseai Flowise Auth Bypass Vulnerability

CVE-2026-30824 is an authentication bypass vulnerability in Flowiseai Flowise that allows unauthenticated access to privileged container management endpoints. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-30824 Overview

Flowise, a drag-and-drop user interface for building customized large language model (LLM) flows, contains an authentication bypass vulnerability in versions prior to 3.0.13. The NVIDIA NIM router (/api/v1/nvidia-nim/*) is improperly whitelisted in the global authentication middleware, allowing unauthenticated attackers to access privileged container management and token generation endpoints. This missing authentication for critical functions (CWE-306) enables remote attackers to interact with sensitive API endpoints without providing valid credentials.

Critical Impact

Unauthenticated attackers can access privileged container management and token generation endpoints, potentially leading to unauthorized control over LLM infrastructure and credential theft.

Affected Products

  • Flowise versions prior to 3.0.13
  • FlowiseAI Flowise (all installations using NVIDIA NIM integration)
  • Self-hosted Flowise deployments with default authentication configurations

Discovery Timeline

  • 2026-03-07 - CVE CVE-2026-30824 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30824

Vulnerability Analysis

This vulnerability stems from an overly permissive whitelist configuration in Flowise's global authentication middleware. The NVIDIA NIM router path (/api/v1/nvidia-nim/*) was added to the authentication bypass whitelist, likely intended for specific integration purposes but inadvertently exposing critical functionality to unauthenticated users.

The affected endpoints include container management capabilities and token generation functions. When exploited, an attacker can interact with these privileged APIs without any authentication, effectively bypassing the intended security controls entirely. This type of authentication bypass is particularly dangerous in LLM orchestration platforms like Flowise, as it can grant attackers access to sensitive AI infrastructure, model configurations, and potentially allow them to generate tokens for further unauthorized access.

Root Cause

The root cause is improper access control implementation where the NVIDIA NIM API routes were incorrectly added to the global authentication whitelist. This design flaw allows the routes matching /api/v1/nvidia-nim/* to bypass authentication checks that are enforced on other protected endpoints. The middleware configuration failed to properly scope which endpoints should remain unauthenticated, resulting in privileged functionality being exposed without credential requirements.

Attack Vector

The vulnerability is exploitable over the network without requiring any authentication or user interaction. An attacker simply needs network access to a vulnerable Flowise instance to exploit this vulnerability. The attack involves sending HTTP requests directly to the whitelisted NVIDIA NIM router endpoints.

The exploitation path typically involves:

  1. Identifying a Flowise instance exposed to the network
  2. Sending unauthenticated requests to /api/v1/nvidia-nim/ endpoints
  3. Accessing container management functions or generating tokens
  4. Leveraging obtained access for further compromise of the LLM infrastructure

For technical details on the vulnerability mechanics, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-30824

Indicators of Compromise

  • Unexpected HTTP requests to /api/v1/nvidia-nim/* endpoints from untrusted IP addresses
  • Authentication logs showing successful API calls without corresponding authentication events
  • Unusual token generation activity or container management operations in application logs
  • Network traffic patterns indicating enumeration or brute-force attempts against NIM endpoints

Detection Strategies

  • Monitor web server access logs for requests to /api/v1/nvidia-nim/* paths, especially from external sources
  • Implement alerting for API calls to NVIDIA NIM endpoints that lack authentication headers
  • Deploy network intrusion detection rules to flag unauthenticated access attempts to Flowise APIs
  • Audit application logs for container management operations that lack associated user sessions

Monitoring Recommendations

  • Enable verbose logging on Flowise instances to capture all API requests with full request details
  • Configure SIEM rules to correlate authentication failures with subsequent successful API access
  • Set up real-time alerts for any access to NVIDIA NIM endpoints from non-whitelisted IP ranges
  • Review access patterns regularly to identify anomalous behavior targeting the affected routes

How to Mitigate CVE-2026-30824

Immediate Actions Required

  • Upgrade Flowise to version 3.0.13 or later immediately
  • If immediate upgrade is not possible, implement network-level restrictions to block access to /api/v1/nvidia-nim/* endpoints
  • Review access logs for any evidence of prior exploitation
  • Rotate any tokens that may have been generated through the vulnerable endpoints

Patch Information

FlowiseAI has addressed this vulnerability in version 3.0.13. The patch properly removes the NVIDIA NIM router from the authentication whitelist, ensuring all requests to these endpoints require valid authentication. Users should upgrade to this version or later to remediate the vulnerability. For detailed release information, see the Flowise 3.0.13 Release Notes.

Workarounds

  • Deploy a reverse proxy or web application firewall (WAF) to block unauthenticated requests to /api/v1/nvidia-nim/*
  • Implement network segmentation to restrict access to Flowise instances from trusted networks only
  • Use firewall rules to limit inbound connections to Flowise to authorized IP addresses
  • Disable NVIDIA NIM integration if not actively required until the patch can be applied
bash
# Example nginx configuration to block unauthenticated access
location /api/v1/nvidia-nim/ {
    # Require authentication or restrict access
    deny all;
    # Or limit to specific trusted IPs
    # allow 10.0.0.0/8;
    # deny all;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFlowise

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30822: Flowise Auth Bypass Vulnerability

  • CVE-2025-58434: Flowiseai Flowise Auth Bypass Vulnerability

  • CVE-2026-31829: Flowiseai Flowise SSRF Vulnerability

  • CVE-2026-30820: Flowise Privilege Escalation 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