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

CVE-2026-2668: Rongzhitong Platform Auth Bypass Flaw

CVE-2026-2668 is an authentication bypass vulnerability in Rongzhitong Visual Integrated Command and Dispatch Platform allowing unauthorized access. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2668 Overview

A vulnerability has been identified in Rongzhitong Visual Integrated Command and Dispatch Platform affecting versions up to 20260206. This security flaw involves improper access controls in the User Handler component, specifically within the /dm/dispatch/user/add endpoint. The vulnerability allows unauthorized access to user management functionality, potentially enabling attackers to add users without proper authorization checks. The exploit has been publicly disclosed, and the vendor was contacted but did not respond to the disclosure.

Critical Impact

Unauthorized remote attackers can bypass access controls to manipulate user accounts on the Visual Integrated Command and Dispatch Platform, potentially leading to unauthorized system access and privilege escalation.

Affected Products

  • Rongzhitong Visual Integrated Command and Dispatch Platform versions up to 20260206

Discovery Timeline

  • 2026-02-18 - CVE-2026-2668 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-2668

Vulnerability Analysis

This vulnerability is classified under CWE-266 (Incorrect Privilege Assignment), which occurs when a product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor. In this case, the /dm/dispatch/user/add endpoint within the User Handler component fails to properly validate whether the requesting user has appropriate privileges to add new users to the system.

The improper access control implementation allows unauthenticated or low-privileged users to invoke the user creation functionality that should be restricted to administrators only. This represents a significant authorization bypass that could lead to unauthorized account creation and potential system compromise.

Root Cause

The root cause of this vulnerability is inadequate access control implementation in the User Handler component. The /dm/dispatch/user/add endpoint lacks proper authentication and authorization checks before processing user addition requests. This allows any remote attacker with network access to the platform to invoke privileged operations without proper credentials or permissions.

Attack Vector

The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction. An attacker can directly access the vulnerable endpoint /dm/dispatch/user/add and submit crafted requests to add new users to the system. Since the access controls are improperly implemented, these requests are processed without verification of the requester's authorization level.

The attack requires no special privileges or authentication tokens, making it trivial for attackers to exploit once the target system is identified. For detailed technical information about the exploitation method, refer to the GitHub CVE Documentation.

Detection Methods for CVE-2026-2668

Indicators of Compromise

  • Unexpected HTTP requests to /dm/dispatch/user/add endpoint from external or unauthorized IP addresses
  • Creation of new user accounts without corresponding administrator activity
  • Unusual patterns of user management API calls, particularly from unauthenticated sessions
  • Log entries showing successful user creation operations without proper authentication context

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on requests to the /dm/dispatch/user/add endpoint
  • Configure intrusion detection systems (IDS) to flag unauthorized access attempts to user management functions
  • Deploy log analysis tools to correlate user creation events with authentication logs to identify discrepancies
  • Enable detailed audit logging for all user management operations to establish baseline behavior

Monitoring Recommendations

  • Monitor application logs for requests to the User Handler component, specifically the user addition endpoint
  • Set up alerts for user account creation events that occur outside normal administrative windows
  • Track failed authentication attempts followed by successful access to restricted endpoints
  • Implement network traffic analysis to detect exploitation attempts from external sources

How to Mitigate CVE-2026-2668

Immediate Actions Required

  • Restrict network access to the /dm/dispatch/user/add endpoint using firewall rules or network segmentation
  • Implement additional authentication checks at the network or application layer for user management functions
  • Audit all recently created user accounts for unauthorized entries and disable suspicious accounts
  • Consider temporarily disabling the affected functionality until a patch is available

Patch Information

At the time of publication, no official patch is available from the vendor. The vendor was contacted regarding this vulnerability but did not respond. Organizations should monitor the VulDB entry for updates on patch availability. In the absence of an official fix, implementing the workarounds below is strongly recommended.

Workarounds

  • Deploy a reverse proxy or web application firewall to enforce authentication before requests reach the vulnerable endpoint
  • Implement IP whitelisting to restrict access to user management functions to trusted administrative networks only
  • Add custom authentication middleware at the application layer to validate user sessions before processing sensitive operations
  • Segment the platform from untrusted networks to reduce the attack surface
bash
# Example: Restrict access to vulnerable endpoint using iptables
# Allow access only from trusted admin subnet
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Or using nginx location block to require authentication
# location /dm/dispatch/user/add {
#     auth_basic "Administrator Access";
#     auth_basic_user_file /etc/nginx/.htpasswd;
#     proxy_pass http://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/TechRongzhitong

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-266
  • Technical References
  • GitHub CVE Documentation

  • VulDB CTI ID #346465

  • VulDB #346465

  • VulDB Submission #753283
  • Related CVEs
  • CVE-2026-2667: Rongzhitong Platform Auth Bypass Flaw

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