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-2024-0414

CVE-2024-0414: Csdeshang Dscms Auth Bypass Vulnerability

CVE-2024-0414 is an authentication bypass flaw in Csdeshang Dscms affecting versions up to 3.1.2/7.1 through improper access controls in install.php. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2024-0414 Overview

CVE-2024-0414 is an improper access control vulnerability in DeShang DSCMS versions up to 3.1.2/7.1. The flaw resides in an unknown function within the public/install.php file. Remote attackers can manipulate the installation endpoint without authentication to bypass access restrictions. The exploit has been publicly disclosed, increasing the likelihood of opportunistic attacks against exposed instances. The vulnerability is tracked in the VulDB database as identifier VDB-250434 and is categorized under [CWE-284: Improper Access Control].

Critical Impact

Unauthenticated remote attackers can interact with the installation script to compromise confidentiality, integrity, and availability of DSCMS deployments.

Affected Products

  • DeShang DSCMS versions up to and including 3.1.2
  • DeShang DSCMS 7.0
  • DeShang DSCMS 7.1

Discovery Timeline

  • 2024-01-11 - CVE-2024-0414 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0414

Vulnerability Analysis

The vulnerability stems from improper access control on the public/install.php script bundled with DeShang DSCMS. The installer remains reachable over the network after deployment without enforcing authentication or installation-state checks. Attackers can interact with installation logic on production systems, which typically permits reconfiguration of database connections, administrative credentials, and core application settings. Because the issue affects a content management system reachable from the public internet, exploitation does not require user interaction or prior credentials.

Root Cause

The root cause is missing authorization enforcement on the installation entry point. Web installers are intended to run once during initial setup and should be disabled, removed, or gated by a lock file once installation completes. In DSCMS releases up to 3.1.2 and the 7.x branch through 7.1, the application fails to verify that installation has already concluded before processing requests to install.php. The result is a [CWE-284] access control failure exposing administrative functionality to anonymous users.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends crafted HTTP requests directly to the public/install.php endpoint of an exposed DSCMS instance. Successful manipulation of installation parameters can allow an adversary to overwrite configuration, point the application at an attacker-controlled database, or seed administrator credentials. Public disclosure of the exploit details on the Zhao Jin technical write-up and the VulDB advisory lowers the barrier to weaponization.

Detection Methods for CVE-2024-0414

Indicators of Compromise

  • HTTP requests to /public/install.php or /install.php on DSCMS hosts after the application has been initialized
  • Unexpected modifications to DSCMS configuration files, database connection strings, or administrator account records
  • New administrator accounts or session tokens appearing without a corresponding legitimate provisioning event
  • Outbound connections from the web server to unknown database hosts following install-endpoint access

Detection Strategies

  • Review web server access logs for any requests to install.php originating from external IP addresses
  • Compare deployed file hashes against a known-good DSCMS release to identify tampered installer or configuration files
  • Alert on POST requests to installation endpoints on production hosts where installation should already be complete

Monitoring Recommendations

  • Forward DSCMS web server logs to a centralized logging platform and create rules for accesses to setup or install scripts
  • Monitor file integrity on the DSCMS application directory, with priority on public/install.php and configuration files
  • Track administrative account creation and privilege changes in the DSCMS database and alert on out-of-band events

How to Mitigate CVE-2024-0414

Immediate Actions Required

  • Remove, rename, or restrict network access to public/install.php on all production DSCMS deployments
  • Block external access to installation paths at the web server, reverse proxy, or web application firewall layer
  • Audit DSCMS administrator accounts, database configuration, and recent file changes for signs of tampering
  • Rotate administrator credentials and any database credentials referenced by DSCMS configuration

Patch Information

No vendor advisory or fixed version is listed in the available references for CVE-2024-0414. Operators should consult the VulDB entry and the Zhao Jin technical write-up for current remediation guidance, and contact the DeShang DSCMS vendor for an official fixed release.

Workarounds

  • Delete public/install.php from the web root once installation has been completed successfully
  • Restrict access to the installer using web server access control lists scoped to trusted administrative IP addresses
  • Deploy a WAF rule that returns HTTP 403 for any external request matching the installation endpoint path
  • Place the DSCMS administrative surface behind a VPN or authenticated reverse proxy to remove direct internet exposure

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCsdeshang Dscms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • Zhao Jin Note Share

  • VulDB CTI ID #250434

  • VulDB #250434
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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