A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8028

CVE-2026-8028: FlowiseAI Information Disclosure Flaw

CVE-2026-8028 is an information disclosure vulnerability in FlowiseAI Flowise up to version 3.0.12 affecting the account verification endpoint. This post covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-8028 Overview

CVE-2026-8028 is an information disclosure vulnerability in FlowiseAI Flowise versions up to and including 3.0.12. The flaw resides in the verify function within packages/server/src/enterprise/services/account.service.ts, exposed through an Endpoint component. Remote attackers can manipulate the affected function to disclose information without authentication or user interaction. The weakness is classified under [CWE-200] (Exposure of Sensitive Information to an Unauthorized Actor). A public exploit is available, though the disclosure indicates that successful exploitation requires high attack complexity. FlowiseAI recommends upgrading the affected component to remediate the issue.

Critical Impact

Remote, unauthenticated attackers can trigger the verify function in Flowise's account service to disclose sensitive account information, with public proof-of-concept code already available.

Affected Products

  • FlowiseAI Flowise versions up to 3.0.12
  • Component: Endpoint exposing account.service.tsverify function
  • Enterprise account service module (packages/server/src/enterprise/services/account.service.ts)

Discovery Timeline

  • 2026-05-06 - CVE-2026-8028 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-8028

Vulnerability Analysis

The vulnerability exists in the verify function of packages/server/src/enterprise/services/account.service.ts, which is part of Flowise's enterprise account service. Manipulation of input handled by this function results in unintended disclosure of sensitive data through the affected Endpoint. Flowise is a low-code platform for building large language model (LLM) applications, so the account service handles authentication-related state for enterprise deployments.

The issue is categorized as [CWE-200], indicating that the function returns or exposes information to actors not authorized to receive it. Remote network access is the only prerequisite, and no privileges or user interaction are required. The advisory notes high attack complexity, which suggests that exploitation depends on specific request shapes or timing rather than a trivial direct call.

Root Cause

The root cause is improper handling within the verify routine that allows an external caller to obtain account-related information that should remain internal. The function does not adequately constrain what data is returned in response paths reachable by unauthenticated requests. Because the logic lives in the enterprise account service, the disclosed data may relate to verification tokens, account state, or identifiers used during user verification flows.

Attack Vector

Exploitation occurs over the network against the Flowise Endpoint that exposes the verify function. An attacker crafts requests to the verification endpoint and parses responses or side effects to extract information. A public proof-of-concept is published as a GitHub gist, lowering the barrier despite the high-complexity rating. See the GitHub PoC Repository and VulDB #361276 for technical references.

No verified code examples are available for inclusion. Refer to the linked PoC and VulDB entries for request structure and response analysis details.

Detection Methods for CVE-2026-8028

Indicators of Compromise

  • Unusual volume of requests to Flowise enterprise verification endpoints from a single source IP or autonomous system
  • Requests to the account verify route with malformed, brute-forced, or enumerated parameter values
  • Application logs showing repeated verify invocations returning non-error responses to unauthenticated callers

Detection Strategies

  • Inspect Flowise application and reverse proxy logs for repeated calls to the account verification path tied to the enterprise service
  • Alert on anomalous response size or content variance from the verify endpoint, which may indicate information leakage
  • Correlate verification endpoint traffic with successful account takeover or credential reuse attempts downstream

Monitoring Recommendations

  • Forward Flowise server logs and ingress logs to a centralized logging or SIEM platform for retention and search
  • Baseline normal traffic patterns to /enterprise/ routes and trigger detections on deviations
  • Monitor for outbound traffic from Flowise hosts to the published PoC gist or known scanning infrastructure

How to Mitigate CVE-2026-8028

Immediate Actions Required

  • Upgrade FlowiseAI Flowise beyond version 3.0.12 once a fixed release is published by the vendor
  • Restrict network exposure of Flowise enterprise endpoints to trusted networks or behind authenticated reverse proxies
  • Review access logs for the verify endpoint to identify prior probing or exploitation attempts

Patch Information

The advisory recommends upgrading the affected component. Consult the VulDB entry for CVE-2026-8028 and the FlowiseAI release channel for the specific fixed version. No vendor advisory URL is included in the enriched data at the time of publication.

Workarounds

  • Place Flowise behind an authenticating reverse proxy or VPN if the enterprise verification endpoint must remain reachable
  • Apply rate limiting and IP allowlisting on the verify route to slow enumeration and probing
  • Disable the enterprise account service if it is not required for your deployment
bash
# Example nginx rate limit and allowlist for the Flowise verify endpoint
limit_req_zone $binary_remote_addr zone=flowise_verify:10m rate=5r/m;

location /api/v1/account/verify {
    allow 10.0.0.0/8;
    deny all;
    limit_req zone=flowise_verify burst=5 nodelay;
    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
  • TypeInformation Disclosure

  • Vendor/TechFlowiseai

  • SeverityLOW

  • CVSS Score2.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub PoC Repository

  • VulDB Submission #777659

  • VulDB #361276

  • VulDB CTI #361276
  • Related CVEs
  • CVE-2026-8026: FlowiseAI Information Disclosure Flaw

  • CVE-2026-8027: FlowiseAI Authorization Bypass Vulnerability

  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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