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

CVE-2024-0412: Csdeshang Dsshop Auth Bypass Vulnerability

CVE-2024-0412 is an authentication bypass flaw in Csdeshang Dsshop up to 3.1.0 affecting the install.php file. Attackers can exploit improper access controls remotely. This article covers technical details, impact, and mitigation.

Published: April 8, 2026

CVE-2024-0412 Overview

A vulnerability has been identified in DeShang DSShop versions up to and including 3.1.0 that allows improper access controls in the HTTP GET Request Handler. The vulnerability exists in the public/install.php file and can be exploited remotely by unauthenticated attackers. The exploit details have been disclosed publicly, increasing the risk of exploitation in the wild.

Critical Impact

This vulnerability allows remote attackers to bypass access controls in the installation component, potentially leading to unauthorized system configuration changes, data compromise, or complete system takeover.

Affected Products

  • DeShang DSShop version 3.0
  • DeShang DSShop version 3.1.0
  • All DeShang DSShop versions up to 3.1.0

Discovery Timeline

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

Technical Details for CVE-2024-0412

Vulnerability Analysis

This vulnerability represents a Broken Access Control flaw (CWE-284) in the DeShang DSShop e-commerce platform. The issue resides in the public/install.php file, which handles HTTP GET requests for the application's installation process. Due to improper access control implementation, the installation script remains accessible after initial deployment, allowing remote attackers to manipulate the application's configuration without proper authorization.

The vulnerability is particularly dangerous because the installation component typically has elevated privileges necessary for configuring database connections, administrative accounts, and system settings. When this component lacks proper access restrictions, attackers can potentially reconfigure the entire application, create backdoor accounts, or modify database credentials.

Root Cause

The root cause of this vulnerability is the failure to implement proper access controls on the public/install.php file. The installation script does not adequately verify whether the application has already been installed or whether the requesting user has appropriate administrative privileges. This oversight allows any remote attacker to access the installation endpoint via simple HTTP GET requests.

Common patterns that lead to this type of vulnerability include:

  • Missing authentication checks on sensitive endpoints
  • Failure to remove or secure installation scripts post-deployment
  • Inadequate session validation for privileged operations
  • Lack of file-based lock mechanisms to prevent re-installation

Attack Vector

The attack can be initiated remotely through network-based HTTP GET requests targeting the public/install.php endpoint. An attacker does not require any prior authentication or special privileges to exploit this vulnerability. The attack workflow typically involves:

  1. Identifying a DSShop installation by fingerprinting the application
  2. Sending crafted HTTP GET requests to public/install.php
  3. Manipulating installation parameters to modify system configuration
  4. Gaining unauthorized access to the application or underlying data

The vulnerability is accessible from the public internet if the DSShop instance is publicly exposed, making it a high-priority target for automated scanning tools and opportunistic attackers. Technical details and additional context are available in the Zhaoj Blog Post and VulDB entry #250432.

Detection Methods for CVE-2024-0412

Indicators of Compromise

  • Unexpected HTTP GET requests to /public/install.php in web server access logs
  • Changes to application configuration files without authorized administrative action
  • Creation of new administrative accounts or modification of existing credentials
  • Database connection parameter changes or unexpected database access patterns
  • Presence of reinstallation lock files being removed or modified

Detection Strategies

  • Monitor web server access logs for requests to install.php from external IP addresses
  • Implement Web Application Firewall (WAF) rules to block access to installation endpoints
  • Configure intrusion detection systems to alert on access patterns consistent with installation abuse
  • Review file integrity monitoring alerts for changes to configuration files

Monitoring Recommendations

  • Enable verbose logging on the DSShop application to capture all requests to sensitive endpoints
  • Set up real-time alerting for any access attempts to /public/install.php
  • Monitor for unauthorized changes to database credentials and admin user accounts
  • Implement baseline configuration monitoring to detect drift from expected settings

How to Mitigate CVE-2024-0412

Immediate Actions Required

  • Remove or rename the public/install.php file immediately after initial application setup
  • Implement IP-based access restrictions to limit access to installation endpoints
  • Review access logs for any historical exploitation attempts
  • Verify the integrity of application configuration and administrative accounts
  • Consider placing the application behind a reverse proxy with enhanced access controls

Patch Information

At the time of this publication, check the vendor's official channels for security patches addressing this vulnerability. Organizations running DeShang DSShop versions 3.0 or 3.1.0 should monitor for updates from csdeshang and apply patches as soon as they become available. Additional information can be found at the VulDB CTI entry.

Workarounds

  • Delete or rename public/install.php to prevent access to the installation endpoint
  • Add web server configuration rules to deny access to installation-related files
  • Implement .htaccess or nginx location blocks to restrict access to sensitive paths
  • Use network-level firewalls to limit access to the application from trusted networks only
bash
# Apache .htaccess configuration to block install.php access
<Files "install.php">
    Order Allow,Deny
    Deny from all
</Files>

# Nginx configuration to block install.php access
location ~ /install\.php$ {
    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
  • TypeAuth Bypass

  • Vendor/TechCsdeshang Dsshop

  • 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
  • Zhaoj Blog Post

  • VulDB CTI ID 250432

  • VulDB #250432
  • Related CVEs
  • CVE-2024-0417: Csdeshang DSShop Path Traversal 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