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

CVE-2026-2667: Rongzhitong Platform Auth Bypass Flaw

CVE-2026-2667 is an authentication bypass vulnerability in Rongzhitong Visual Integrated Command and Dispatch Platform affecting the /dispatch/api userinfo endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2667 Overview

A vulnerability has been identified in the Rongzhitong Visual Integrated Command and Dispatch Platform affecting versions up to 20260206. The vulnerability exists in the /dispatch/api?cmd=userinfo endpoint and results from improper access controls (CWE-266: Incorrect Privilege Assignment). This flaw allows unauthorized remote attackers to access sensitive user information without proper authentication or authorization checks.

Critical Impact

Remote attackers can exploit this vulnerability to access user information through the affected API endpoint without proper authorization, potentially leading to information disclosure and further attacks on the system.

Affected Products

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

Discovery Timeline

  • February 18, 2026 - CVE-2026-2667 published to NVD
  • February 19, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2667

Vulnerability Analysis

This vulnerability stems from improper access controls in the Rongzhitong Visual Integrated Command and Dispatch Platform. The affected endpoint /dispatch/api?cmd=userinfo fails to properly verify whether the requesting user has the appropriate privileges to access user information. As a result, unauthenticated or low-privileged attackers can query this API endpoint and retrieve sensitive user data that should be restricted.

The vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), indicating that the application does not correctly assign, modify, track, or check privileges for an actor. This type of flaw typically occurs when developers fail to implement proper authorization checks before granting access to sensitive resources or functionality.

Root Cause

The root cause of this vulnerability is the absence of proper authorization validation in the /dispatch/api?cmd=userinfo endpoint. The application appears to process requests to this endpoint without verifying whether the requester has legitimate credentials or sufficient privileges to access user information. This represents a fundamental failure in the access control implementation.

Attack Vector

The attack can be initiated remotely over the network. An attacker can send HTTP requests directly to the vulnerable API endpoint without requiring authentication. The vulnerability is publicly disclosed with exploit information available, making it particularly important for organizations to apply mitigations quickly.

The attack flow typically involves:

  1. Attacker identifies the target system running Rongzhitong Visual Integrated Command and Dispatch Platform
  2. Attacker sends a crafted HTTP request to /dispatch/api?cmd=userinfo
  3. The server processes the request without proper authorization checks
  4. Sensitive user information is returned to the attacker

For technical details and proof-of-concept information, refer to the GitHub CVE PoC Document.

Detection Methods for CVE-2026-2667

Indicators of Compromise

  • Unusual or unauthorized requests to /dispatch/api?cmd=userinfo from external IP addresses
  • High volume of API requests to the userinfo endpoint from a single source
  • Access to user information endpoints from IP addresses outside the organization's expected range
  • Failed authentication attempts followed by successful access to the vulnerable endpoint

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on requests to /dispatch/api?cmd=userinfo without valid authentication headers
  • Configure intrusion detection systems (IDS) to flag unusual patterns of API access to dispatch endpoints
  • Review application logs for requests to the affected endpoint that bypass authentication
  • Deploy network monitoring to identify reconnaissance activity targeting the platform's API endpoints

Monitoring Recommendations

  • Enable verbose logging on the Rongzhitong platform to capture all API requests including source IP and authentication status
  • Set up real-time alerts for any access to sensitive endpoints from unauthenticated sessions
  • Monitor for enumeration patterns that may indicate attackers probing for additional vulnerabilities
  • Regularly audit access logs for the /dispatch/api endpoints to identify anomalous access patterns

How to Mitigate CVE-2026-2667

Immediate Actions Required

  • Restrict network access to the affected endpoint using firewall rules to limit exposure to trusted networks only
  • Implement authentication requirements for the /dispatch/api?cmd=userinfo endpoint at the web server or reverse proxy level
  • Review and audit all API endpoints for similar access control vulnerabilities
  • Consider taking the affected platform offline if sensitive data exposure is a concern until a patch is available

Patch Information

The vendor (Rongzhitong) was contacted regarding this vulnerability but did not respond. At the time of this publication, no official patch is available. Organizations should implement the workarounds and mitigations described below while monitoring for vendor updates.

For additional information, refer to:

  • VulDB Entry #346464
  • VulDB CTI ID #346464

Workarounds

  • Deploy a reverse proxy or web application firewall (WAF) in front of the application to enforce authentication on all API endpoints
  • Implement network segmentation to limit access to the platform from only authorized internal networks
  • Use IP allowlisting to restrict access to the dispatch API to known trusted sources
  • Disable or remove the vulnerable endpoint if the userinfo functionality is not critical to operations
bash
# Example nginx configuration to require authentication
location /dispatch/api {
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    proxy_pass http://backend_server;
}

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 Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-266
  • Technical References
  • GitHub CVE PoC Document

  • VulDB CTI ID #346464

  • VulDB #346464

  • VulDB Submit ID #753262
  • Related CVEs
  • CVE-2026-2669: Rongzhitong Auth Bypass Vulnerability

  • CVE-2026-2668: Rongzhitong Platform Auth Bypass 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