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-2026-41273

CVE-2026-41273: Flowise Authentication Bypass Vulnerability

CVE-2026-41273 is an authentication bypass flaw in Flowise that allows attackers to obtain OAuth 2.0 access tokens without authentication. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-41273 Overview

CVE-2026-41273 is an authentication bypass vulnerability in Flowise, a drag-and-drop user interface for building customized large language model (LLM) workflows. Prior to version 3.1.0, the application exposes a critical security flaw that allows unauthenticated attackers to obtain OAuth 2.0 access tokens associated with public chatflows.

By accessing a public chatflow configuration endpoint, an attacker can retrieve internal workflow data, including OAuth credential identifiers. These identifiers can then be exploited to refresh and obtain valid OAuth 2.0 access tokens without requiring any authentication. This vulnerability effectively bypasses authentication controls and grants unauthorized access to protected OAuth resources.

Critical Impact

Unauthenticated attackers can steal OAuth 2.0 access tokens, potentially gaining unauthorized access to integrated third-party services and sensitive data connected to Flowise workflows.

Affected Products

  • Flowise versions prior to 3.1.0
  • Flowise instances with public chatflows configured with OAuth integrations
  • Systems utilizing Flowise OAuth credential storage mechanisms

Discovery Timeline

  • 2026-04-23 - CVE CVE-2026-41273 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-41273

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The root issue lies in Flowise's handling of public chatflow configurations, where sensitive OAuth credential information is exposed through an endpoint that lacks proper authentication controls.

When a chatflow is marked as public, the configuration endpoint returns internal workflow data that includes OAuth credential identifiers. These identifiers are sufficient for an attacker to invoke token refresh operations, effectively generating new valid OAuth 2.0 access tokens. The attack is network-based and requires no prior authentication or user interaction, making it particularly dangerous for internet-facing Flowise deployments.

The downstream impact extends beyond the Flowise application itself. Since OAuth tokens may grant access to external services such as cloud platforms, APIs, or enterprise systems, successful exploitation could lead to lateral movement and data breaches across connected infrastructure.

Root Cause

The vulnerability stems from missing authentication enforcement on the public chatflow configuration endpoint. When Flowise serves chatflow configuration data for public-facing chatbots, it inadvertently includes internal OAuth credential identifiers in the response. The application fails to distinguish between public-safe chatflow metadata and sensitive credential information that should remain protected.

Additionally, the OAuth token refresh mechanism does not validate whether the requesting entity is authorized to use the stored credentials, allowing any party with knowledge of the credential identifiers to generate valid access tokens.

Attack Vector

An attacker exploits this vulnerability through a straightforward network-based attack:

  1. Discovery: The attacker identifies a Flowise instance with public chatflows enabled
  2. Configuration Retrieval: By accessing the public chatflow configuration endpoint, the attacker retrieves internal workflow data
  3. Credential Extraction: OAuth credential identifiers are extracted from the configuration response
  4. Token Theft: Using the extracted credential identifiers, the attacker calls the token refresh functionality to obtain valid OAuth 2.0 access tokens
  5. Unauthorized Access: The stolen tokens grant access to whatever external services were configured in the Flowise workflow

The attack requires no authentication and can be performed remotely over the network. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-41273

Indicators of Compromise

  • Unexpected access to public chatflow configuration endpoints from external or unknown IP addresses
  • Unusual OAuth token refresh requests, particularly from IP addresses not associated with legitimate users
  • Access logs showing enumeration patterns against chatflow API endpoints
  • Anomalous authentication events in connected third-party services using OAuth tokens issued through Flowise

Detection Strategies

  • Monitor web server and application logs for requests to chatflow configuration endpoints from unauthenticated sources
  • Implement alerting on OAuth token refresh operations that lack proper session context
  • Review access patterns to identify bulk retrieval of chatflow configurations
  • Correlate Flowise access logs with authentication logs from integrated OAuth providers

Monitoring Recommendations

  • Enable verbose logging on all Flowise API endpoints, particularly those serving chatflow configurations
  • Set up alerts for multiple failed or unusual OAuth operations within short time windows
  • Monitor for unauthorized access attempts to external services that may indicate stolen OAuth tokens
  • Regularly audit public chatflow configurations to ensure no sensitive OAuth integrations are exposed

How to Mitigate CVE-2026-41273

Immediate Actions Required

  • Upgrade Flowise to version 3.1.0 or later immediately
  • Review all public chatflows and temporarily disable any that include OAuth integrations until patched
  • Rotate OAuth credentials and tokens for any integrations that may have been exposed
  • Audit access logs for signs of exploitation prior to patching

Patch Information

This vulnerability is fixed in Flowise version 3.1.0. Organizations should upgrade to this version or later to remediate the authentication bypass. The fix ensures that OAuth credential identifiers are no longer exposed through public chatflow configuration endpoints and implements proper authentication checks on sensitive operations.

For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Disable public chatflow functionality until the patch can be applied
  • Place Flowise behind a reverse proxy with authentication requirements for all endpoints
  • Remove OAuth integrations from any chatflows that must remain public
  • Implement network-level access controls to restrict access to Flowise configuration endpoints
  • Use a Web Application Firewall (WAF) to block unauthorized access to sensitive API paths
bash
# Example: Restrict access to Flowise configuration endpoints via nginx
# Add to nginx configuration for Flowise reverse proxy

location ~ ^/api/v1/public-chatflows/.*/config {
    # Deny external access to configuration endpoints
    deny all;
    # Or restrict 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

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/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 Security Advisory
  • Related CVEs
  • CVE-2026-41279: Flowise Auth Bypass Vulnerability

  • CVE-2026-41277: Flowise Auth Bypass Vulnerability

  • CVE-2026-41276: FlowiseAI Authentication Bypass Vulnerability

  • CVE-2026-41267: 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