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
    • 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-2095

CVE-2026-2095: Agentflow Authentication Bypass Flaw

CVE-2026-2095 is an authentication bypass vulnerability in Agentflow by Flowring that allows attackers to obtain arbitrary user tokens and access the system. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-2095 Overview

CVE-2026-2095 is a critical Authentication Bypass vulnerability affecting Agentflow, a workflow automation platform developed by Flowring. This vulnerability allows unauthenticated remote attackers to exploit a specific functionality to obtain arbitrary user authentication tokens and log into the system as any user, including administrative accounts.

The flaw is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel), indicating that the application fails to properly enforce authentication requirements across all access paths, enabling attackers to circumvent normal authentication mechanisms entirely.

Critical Impact

Unauthenticated attackers can obtain authentication tokens for any user account, enabling complete account takeover and unauthorized system access without requiring credentials.

Affected Products

  • Flowring Agentflow (specific version information not disclosed)

Discovery Timeline

  • 2026-02-10 - CVE-2026-2095 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-2095

Vulnerability Analysis

This authentication bypass vulnerability represents a fundamental failure in the application's access control implementation. The flaw allows remote attackers to interact with a specific functionality within Agentflow that does not properly validate authentication state before issuing user tokens.

The vulnerability enables attackers to request and receive valid authentication tokens for arbitrary user accounts without providing legitimate credentials. Once an attacker obtains a victim's authentication token, they can impersonate that user and gain full access to their account privileges, data, and capabilities within the Agentflow system.

This type of vulnerability is particularly dangerous in workflow automation platforms like Agentflow, where compromised administrative accounts could lead to manipulation of business processes, data exfiltration, or further lateral movement within an organization's infrastructure.

Root Cause

The root cause of CVE-2026-2095 is an authentication bypass through an alternate path (CWE-288). The vulnerable functionality within Agentflow fails to verify that requests for authentication tokens originate from properly authenticated sessions. This architectural weakness allows the token generation or retrieval mechanism to be accessed without completing the standard authentication flow.

This type of flaw typically occurs when developers implement authentication checks inconsistently across different application endpoints, or when certain administrative or utility functions are inadvertently exposed without proper access controls.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction and no prior authentication. An attacker can exploit this vulnerability remotely by:

  1. Identifying the vulnerable endpoint or functionality within the Agentflow application
  2. Crafting requests to the vulnerable functionality that specify a target user account
  3. Receiving a valid authentication token for the specified user
  4. Using the obtained token to authenticate to the application as the victim user

The attack does not require any privileges, special access conditions, or user interaction, making it trivially exploitable once the specific vulnerable functionality is identified. Due to the nature of this vulnerability involving authentication token manipulation, specific exploitation details are not provided to prevent malicious use.

Detection Methods for CVE-2026-2095

Indicators of Compromise

  • Unusual authentication token generation requests originating from unexpected IP addresses or without preceding login attempts
  • Multiple user accounts being accessed from the same source IP within a short timeframe
  • Authentication events for user accounts without corresponding credential submission events
  • Anomalous access patterns to administrative accounts or sensitive workflow functions

Detection Strategies

  • Implement monitoring for authentication token generation events that lack corresponding credential validation
  • Deploy web application firewall (WAF) rules to detect and block suspicious requests to token-related endpoints
  • Enable detailed logging for all authentication-related functions within Agentflow
  • Monitor for patterns of sequential account access that may indicate token enumeration or abuse

Monitoring Recommendations

  • Enable verbose authentication logging within Agentflow to capture all token issuance events
  • Implement SIEM correlation rules to detect authentication anomalies such as tokens being used without login events
  • Monitor network traffic for unusual patterns targeting Agentflow authentication endpoints
  • Set up alerts for administrative account access from new or untrusted IP addresses

How to Mitigate CVE-2026-2095

Immediate Actions Required

  • Review the Flowring Forum Discussion for vendor-provided remediation guidance
  • Restrict network access to Agentflow instances to trusted IP ranges using firewall rules
  • Implement additional authentication layers such as VPN or reverse proxy authentication in front of Agentflow
  • Audit user accounts and sessions for signs of unauthorized access

Patch Information

Organizations should consult the official Flowring security advisories and the TW-CERT Cybersecurity Report #10700 for detailed patch information and remediation instructions. The TW-CERT Cybersecurity Report #10699 (in Chinese) may contain additional technical details.

Contact Flowring support directly to obtain the latest security patches and verify your installation is updated to a non-vulnerable version.

Workarounds

  • Place Agentflow behind a VPN or require network-level authentication before accessing the application
  • Implement IP whitelisting to restrict access to known trusted addresses only
  • Deploy a web application firewall with rules to detect and block authentication bypass attempts
  • Disable or restrict access to the vulnerable functionality if identified and not business-critical
  • Enable multi-factor authentication if supported to provide an additional layer of protection
bash
# Example network restriction using iptables to limit Agentflow access
# Replace <TRUSTED_NETWORK> with your organization's IP range
# Replace <AGENTFLOW_PORT> with the application port (commonly 80/443)

iptables -A INPUT -p tcp --dport <AGENTFLOW_PORT> -s <TRUSTED_NETWORK> -j ACCEPT
iptables -A INPUT -p tcp --dport <AGENTFLOW_PORT> -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFlowring

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • Flowring Forum Discussion

  • TW-CERT Cybersecurity Report #10700

  • TW-CERT Cybersecurity Report #10699
  • Related CVEs
  • CVE-2026-2096: Agentflow Auth Bypass Vulnerability

  • CVE-2026-2094: Docpedia SQL Injection Vulnerability

  • CVE-2026-2099: AgentFlow Stored XSS Vulnerability

  • CVE-2026-2097: Agentflow Arbitrary File Upload RCE Flaw
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