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

CVE-2026-41267: Flowise Auth Bypass Vulnerability

CVE-2026-41267 is an authentication bypass flaw in Flowise that allows attackers to manipulate account registration fields and break multi-tenant trust boundaries. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-41267 Overview

CVE-2026-41267 is an improper mass assignment (JSON injection) vulnerability in the account registration endpoint of Flowise Cloud. Flowise is a drag & drop user interface to build customized large language model flows. Prior to version 3.1.0, unauthenticated attackers can inject server-managed fields and nested objects during account creation. This enables client-controlled manipulation of ownership metadata, timestamps, organization association, and role mappings, breaking trust boundaries in a multi-tenant environment.

Critical Impact

Unauthenticated attackers can manipulate server-managed fields during registration, potentially gaining unauthorized access to organization resources and elevated privileges in a multi-tenant LLM platform environment.

Affected Products

  • Flowise Cloud versions prior to 3.1.0
  • Flowise self-hosted deployments using vulnerable registration endpoints
  • Multi-tenant Flowise environments with user registration enabled

Discovery Timeline

  • April 23, 2026 - CVE CVE-2026-41267 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-41267

Vulnerability Analysis

This vulnerability falls under the category of Authorization Bypass through improper mass assignment, classified as CWE-639 (Authorization Bypass Through User-Controlled Key). The flaw exists in the account registration endpoint which fails to properly filter user-supplied JSON data before processing it for account creation.

In a properly secured application, only specific user-controlled fields like username, email, and password should be accepted during registration. However, the vulnerable endpoint in Flowise Cloud accepts and processes additional server-managed fields that should never be modifiable by end users.

Root Cause

The root cause of this vulnerability is the lack of input validation and allowlist filtering on the account registration API endpoint. When processing registration requests, the application directly binds user-supplied JSON data to the account model without restricting which fields can be set. This allows attackers to inject values for sensitive server-managed properties such as organization IDs, role assignments, timestamps, and ownership metadata.

Attack Vector

The attack can be executed over the network without authentication. An attacker crafts a malicious registration request that includes additional JSON fields beyond the expected user registration data. By injecting fields that control organization membership, role assignments, or administrative flags, the attacker can create an account with elevated privileges or associate themselves with target organizations within the multi-tenant platform.

The exploitation involves sending a crafted HTTP POST request to the registration endpoint with injected JSON properties. For example, an attacker might inject organization identifiers to gain access to other tenants' LLM flows, or manipulate role fields to obtain administrative capabilities. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-41267

Indicators of Compromise

  • Unusual account creation patterns with non-standard JSON fields in registration requests
  • Accounts appearing in organizations without proper invitation workflows
  • Users with elevated privileges that were not assigned through administrative processes
  • Anomalous timestamps on user accounts that don't match actual creation dates
  • Database records showing unexpected ownership or metadata values

Detection Strategies

  • Monitor registration endpoint logs for requests containing unexpected JSON fields beyond standard registration parameters
  • Implement API request logging to capture full request bodies for forensic analysis
  • Deploy web application firewall (WAF) rules to detect JSON injection patterns in registration endpoints
  • Audit user accounts for privilege levels that don't match expected onboarding workflows
  • Review organization membership changes for accounts added without invitation records

Monitoring Recommendations

  • Enable detailed logging on all authentication and registration API endpoints
  • Implement real-time alerting for account creation events with anomalous field values
  • Conduct regular audits of user-organization associations and role assignments
  • Monitor for accounts accessing resources across multiple tenant organizations
  • Track API request patterns to the /api/v1/account or similar registration endpoints

How to Mitigate CVE-2026-41267

Immediate Actions Required

  • Upgrade Flowise to version 3.1.0 or later immediately
  • Audit existing user accounts for unauthorized privilege escalation or organization associations
  • Review all accounts created during the vulnerable period for suspicious field values
  • Implement network-level access controls to limit registration endpoint exposure
  • Consider temporarily disabling public registration until the patch is applied

Patch Information

This vulnerability is fixed in Flowise version 3.1.0. The patch implements proper input validation and allowlist filtering on the account registration endpoint, ensuring that only permitted user-supplied fields are processed during account creation. Server-managed fields such as organization associations, role mappings, and timestamps are now protected from client-side manipulation.

For additional details and patch information, see the GitHub Security Advisory.

Workarounds

  • Disable public user registration and use invitation-only account provisioning
  • Implement an API gateway or reverse proxy to filter and validate registration requests before they reach Flowise
  • Deploy a Web Application Firewall (WAF) with rules to detect and block requests with unexpected JSON fields
  • Restrict network access to registration endpoints to trusted IP ranges only
  • Implement additional server-side validation in a middleware layer if modifying Flowise source is feasible
bash
# Example: Restrict registration endpoint access via nginx
location /api/v1/account/register {
    # Only allow registration from trusted networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    proxy_pass http://flowise_backend;
}

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 Score8.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • 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-41273: Flowise Authentication 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