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

CVE-2026-3965: Whyour Qinglong RCE Vulnerability

CVE-2026-3965 is a remote code execution flaw in Whyour Qinglong up to version 2.20.1 that allows attackers to bypass protection mechanisms via the API interface. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 13, 2026

CVE-2026-3965 Overview

A security vulnerability has been detected in whyour qinglong up to version 2.20.1. The vulnerability affects the file back/loaders/express.ts within the API Interface component. The manipulation of the argument command leads to protection mechanism failure, enabling an authentication bypass that allows unauthorized users to reset credentials on initialized systems. The attack may be initiated remotely, and the exploit has been disclosed publicly.

Critical Impact

Remote attackers can bypass authentication protections via the /open/user/init endpoint to reset credentials on already initialized Qinglong systems, potentially gaining full administrative access.

Affected Products

  • whyour qinglong versions up to 2.20.1

Discovery Timeline

  • March 12, 2026 - CVE-2026-3965 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3965

Vulnerability Analysis

This vulnerability is classified under CWE-693 (Protection Mechanism Failure). The root issue lies in an incomplete path validation within the Express.js middleware in the Qinglong scheduling panel. The authentication middleware was designed to allow unauthenticated access to initialization endpoints (/api/user/init and /api/user/notification/init) to enable first-time setup. However, the middleware failed to account for alternative path prefixes, specifically the /open/ prefix.

Attackers can exploit this oversight to access user initialization functionality through the /open/user/init endpoint, bypassing the intended authentication checks. This allows credential reset operations on systems that have already been initialized, effectively compromising the administrative account.

Root Cause

The vulnerability stems from an incomplete allowlist implementation in the Express.js middleware. The original code only checked for /api/user/init and /api/user/notification/init paths when determining whether to allow unauthenticated access. The middleware used toLowerCase() for path comparison but failed to include the /open/ prefix variants in the allowlist, creating an authentication bypass vector.

Attack Vector

This vulnerability is exploitable over the network by unauthenticated or low-privileged attackers. The attack requires no user interaction and has low attack complexity. An attacker can send specially crafted HTTP requests to the /open/user/init endpoint to trigger the credential reset functionality on an already initialized Qinglong instance. This could allow complete takeover of the scheduling panel.

typescript
// Security patch from back/loaders/express.ts
// Source: https://github.com/whyour/qinglong/commit/6bec52dca158481258315ba0fc2f11206df7b719

 
   app.use(async (req, res, next) => {
     const pathLower = req.path.toLowerCase();
-    if (!['/api/user/init', '/api/user/notification/init'].includes(pathLower)) {
+    if (
+      ![
+        '/api/user/init',
+        '/api/user/notification/init',
+        '/open/user/init',
+        '/open/user/notification/init',
+      ].includes(req.path)
+    ) {
       return next();
     }
     const authInfo =

Detection Methods for CVE-2026-3965

Indicators of Compromise

  • Unexpected HTTP requests to /open/user/init or /open/user/notification/init endpoints
  • Unauthorized credential reset events in application logs
  • Administrative account access from unknown IP addresses following initialization endpoint access
  • Anomalous authentication patterns or unexpected password reset activity

Detection Strategies

  • Monitor web server access logs for requests to /open/user/init and /open/user/notification/init paths
  • Implement intrusion detection rules to alert on initialization endpoint access from external networks
  • Review authentication logs for credential changes that were not initiated by known administrators
  • Deploy web application firewall (WAF) rules to block unauthorized access to initialization endpoints

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints in the Qinglong panel
  • Set up alerting for any access attempts to user initialization endpoints after initial system setup
  • Monitor for unusual traffic patterns targeting the /open/ API prefix
  • Correlate network logs with application authentication events to detect bypass attempts

How to Mitigate CVE-2026-3965

Immediate Actions Required

  • Upgrade Qinglong to version 2.20.2 or later immediately
  • Review access logs for any evidence of exploitation via the /open/user/init endpoint
  • Reset administrative credentials if unauthorized access is suspected
  • Implement network-level access controls to restrict API access to trusted sources

Patch Information

The vulnerability has been addressed in Qinglong version 2.20.2. The fix is available via GitHub Release v2.20.2. The security patch is identified by commit hash 6bec52dca158481258315ba0fc2f11206df7b719, which adds the /open/user/init and /open/user/notification/init paths to the authentication bypass allowlist check, ensuring these endpoints also require proper initialization state validation. Additional details are available in GitHub Pull Request #2941.

Workarounds

  • Implement reverse proxy rules to block access to /open/user/init and /open/user/notification/init endpoints
  • Restrict network access to the Qinglong panel to trusted IP addresses only
  • Deploy a web application firewall with rules to filter requests to initialization endpoints
  • Monitor and alert on any access attempts to these sensitive endpoints until patching is complete
bash
# Example nginx configuration to block vulnerable endpoints
location ~ ^/open/user/(init|notification/init)$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechQinglong

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.08%

  • 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-693
  • Technical References
  • GitHub CVE Issue Discussion

  • GitHub CVE Issue Detail

  • GitHub Repository Overview

  • GitHub Commit Details

  • GitHub Pull Request #2941

  • GitHub Release v2.20.2

  • VulDB CTI ID #350394

  • VulDB #350394

  • VulDB Submission ID #768861
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
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