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

CVE-2026-2819: Dromara RuoYi-Vue-Plus Auth Bypass Flaw

CVE-2026-2819 is an authentication bypass vulnerability in Dromara RuoYi-Vue-Plus up to version 5.5.3 affecting the Workflow Module. Attackers can exploit this remotely to bypass authorization checks. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 27, 2026

CVE-2026-2819 Overview

A missing authorization vulnerability has been identified in Dromara RuoYi-Vue-Plus versions up to 5.5.3. This security flaw affects the SaServletFilter function within the /workflow/instance/deleteByInstanceIds endpoint of the Workflow Module. The vulnerability allows remote attackers to bypass authorization controls, potentially enabling unauthorized deletion of workflow instances without proper access validation.

Critical Impact

Remote attackers can exploit this missing authorization vulnerability to delete workflow instances without proper authentication, potentially disrupting business processes and causing data loss.

Affected Products

  • Dromara RuoYi-Vue-Plus up to version 5.5.3
  • Workflow Module component
  • Applications using the affected SaServletFilter function

Discovery Timeline

  • 2026-02-20 - CVE-2026-2819 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-2819

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a broken access control flaw where the application fails to perform adequate authorization checks before allowing access to protected resources. In the context of RuoYi-Vue-Plus, the SaServletFilter function does not properly validate user permissions when processing requests to the /workflow/instance/deleteByInstanceIds endpoint.

The vulnerability is accessible remotely over the network, requiring low-privileged access to exploit. An attacker can manipulate requests to bypass authorization controls, potentially resulting in unauthorized modification or deletion of workflow instance data. The vendor was contacted during responsible disclosure but did not respond, leaving users without an official patch at the time of publication.

Root Cause

The root cause of this vulnerability lies in the inadequate implementation of authorization controls within the SaServletFilter function. The filter fails to verify whether the requesting user has appropriate permissions to execute deletion operations on workflow instances. This missing authorization check allows authenticated users with minimal privileges to perform administrative actions they should not have access to.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker with low-level authentication can send crafted HTTP requests to the /workflow/instance/deleteByInstanceIds endpoint. Due to the missing authorization validation in the SaServletFilter, these requests are processed without verifying the user's permission level.

The exploitation flow involves:

  1. Authenticating to the RuoYi-Vue-Plus application with any valid low-privileged account
  2. Sending a DELETE or POST request to the vulnerable workflow endpoint
  3. Bypassing authorization checks due to the missing validation in SaServletFilter
  4. Successfully deleting workflow instances that should be protected by access controls

The exploit has been publicly disclosed and documented in vulnerability databases. For technical details and proof-of-concept information, refer to the VulDB entry #346944.

Detection Methods for CVE-2026-2819

Indicators of Compromise

  • Unusual DELETE or POST requests to /workflow/instance/deleteByInstanceIds from low-privileged user accounts
  • Unexpected workflow instance deletions in application logs without corresponding administrative actions
  • Access logs showing repeated requests to workflow management endpoints from unauthorized user sessions
  • Audit trail gaps where workflow instances were removed without proper authorization records

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on suspicious requests to /workflow/instance/deleteByInstanceIds
  • Configure application-level logging to capture all requests to workflow management endpoints with user context
  • Deploy SentinelOne Singularity Platform to detect anomalous API access patterns indicative of authorization bypass attempts
  • Review application access logs for requests to workflow endpoints from users without administrative privileges

Monitoring Recommendations

  • Enable detailed audit logging for all workflow module operations including deletions
  • Set up alerts for bulk deletion requests or high-frequency access to workflow management endpoints
  • Monitor user session activity for privilege escalation attempts or access to administrative functions
  • Implement real-time monitoring of the SaServletFilter processing to detect authorization bypass patterns

How to Mitigate CVE-2026-2819

Immediate Actions Required

  • Restrict network access to the /workflow/instance/deleteByInstanceIds endpoint using firewall rules or reverse proxy configurations
  • Implement additional authorization middleware to validate user permissions before processing workflow deletion requests
  • Review and audit existing workflow instances for any unauthorized modifications or deletions
  • Consider temporarily disabling the affected workflow deletion functionality until a patch is available

Patch Information

No official patch has been released by the vendor at the time of publication. The vendor was contacted during responsible disclosure but did not respond. Users should monitor the official Dromara RuoYi-Vue-Plus repository for security updates. For additional vulnerability intelligence, refer to the VulDB CTI entry and VulDB submission #753321.

Workarounds

  • Implement custom authorization middleware that explicitly validates user roles and permissions before allowing access to workflow deletion endpoints
  • Use network segmentation to isolate the workflow module from untrusted network segments
  • Deploy application-level access control lists (ACLs) to restrict workflow management functions to authorized administrators only
  • Consider using a web application firewall to block or challenge requests to the vulnerable endpoint based on user context

Organizations running RuoYi-Vue-Plus should implement a custom authorization filter as an interim measure. This filter should intercept requests to /workflow/instance/deleteByInstanceIds and validate that the requesting user has explicit administrative permissions before allowing the request to proceed to the SaServletFilter. Additionally, enabling comprehensive audit logging will help detect any exploitation attempts while waiting for an official vendor patch.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDromara Ruoyi Vue Plus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • VulDB CTI ID #346944

  • VulDB #346944

  • VulDB Submission #753321
  • Related CVEs
  • CVE-2025-6925: Ruoyi-vue-plus Path Traversal 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