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

CVE-2024-6037: Chuanhuchatgpt DoS Vulnerability

CVE-2024-6037 is a denial of service flaw in Gaizhenbiao Chuanhuchatgpt that enables arbitrary folder creation, causing resource exhaustion and server unavailability. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2024-6037 Overview

A vulnerability in gaizhenbiao/chuanhuchatgpt version 20240410 allows an attacker to create arbitrary folders at any location on the server, including the root directory (C: dir). This flaw enables uncontrolled resource consumption, potentially resulting in resource exhaustion, denial of service (DoS), server unavailability, and data loss or corruption.

Critical Impact

Remote attackers can exploit this vulnerability without authentication to create unlimited directories anywhere on the server filesystem, leading to disk exhaustion, system instability, and potential denial of service conditions.

Affected Products

  • gaizhenbiao chuanhuchatgpt version 20240410

Discovery Timeline

  • 2024-07-10 - CVE-2024-6037 published to NVD
  • 2025-10-15 - Last updated in NVD database

Technical Details for CVE-2024-6037

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The affected application fails to properly validate or restrict directory creation operations, allowing attackers to specify arbitrary paths when creating folders. Since the vulnerability is network-accessible and requires no authentication or user interaction, it presents a significant risk to affected deployments.

The impact manifests in two primary ways: integrity compromise through unauthorized filesystem modifications, and availability impact through resource exhaustion. An attacker can repeatedly create directories to fill disk space, exhaust inode allocations, or create deeply nested directory structures that impact system performance.

Root Cause

The root cause stems from improper input validation in the folder creation functionality. The application does not adequately sanitize or restrict user-supplied path parameters, allowing path traversal sequences or absolute paths to be processed. This enables attackers to escape intended directory boundaries and create folders in sensitive system locations, including the root directory.

Attack Vector

The attack is conducted remotely over the network without requiring any authentication or user interaction. An attacker can send maliciously crafted requests to the application endpoint responsible for folder creation, specifying arbitrary paths including:

  • Absolute paths targeting system directories
  • Path traversal sequences to escape application boundaries
  • Repetitive requests to exhaust filesystem resources

The vulnerability allows attackers to create folders in any accessible location on the server filesystem. By repeatedly exploiting this flaw, an attacker can exhaust disk space or inode allocations, causing denial of service conditions that affect the entire server and any other applications running on it.

Detection Methods for CVE-2024-6037

Indicators of Compromise

  • Unusual directory creation activity in system root or sensitive directories
  • Rapid filesystem space consumption without corresponding legitimate activity
  • Presence of unexpected empty directories in root filesystem or system paths
  • HTTP request logs showing unusual path parameters in folder creation endpoints

Detection Strategies

  • Monitor filesystem events for directory creation operations outside expected application directories
  • Implement anomaly detection for rapid or repeated folder creation requests from single sources
  • Review web server access logs for requests containing path traversal patterns (../ sequences) or absolute paths
  • Deploy file integrity monitoring on critical system directories to detect unauthorized modifications

Monitoring Recommendations

  • Configure real-time alerting for directory creation events in root or system directories
  • Establish baseline metrics for normal directory creation rates and alert on deviations
  • Monitor disk space utilization trends and configure alerts for unexpected consumption spikes
  • Review application logs for error messages related to path validation or filesystem operations

How to Mitigate CVE-2024-6037

Immediate Actions Required

  • Upgrade ChuanhuChatGPT to a patched version that addresses this vulnerability
  • Restrict network access to the affected application using firewall rules or network segmentation
  • Implement web application firewall (WAF) rules to block requests containing path traversal patterns
  • Monitor filesystem activity for signs of active exploitation

Patch Information

A fix has been committed to the ChuanhuChatGPT repository. Organizations should apply the security patch referenced in the GitHub Commit. Additional details about this vulnerability are available in the Huntr Bounty Listing.

Workarounds

  • Run the application with minimal filesystem permissions, restricting write access to only necessary directories
  • Deploy the application in a containerized environment with restricted filesystem mounts
  • Implement reverse proxy rules to validate and sanitize path parameters before reaching the application
  • Enable disk quotas on the filesystem hosting the application to limit potential resource exhaustion impact
bash
# Example: Restrict application filesystem permissions
# Create dedicated application directory with restricted permissions
mkdir -p /var/lib/chuanhuchatgpt/data
chown appuser:appgroup /var/lib/chuanhuchatgpt/data
chmod 750 /var/lib/chuanhuchatgpt/data

# Run application with restricted user that cannot write outside designated directories
# Ensure application runs as non-root user with limited filesystem access

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGaizhenbiao Chuanhuchatgpt

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability3.61%

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

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Commit Reference

  • Huntr Bounty Listing
  • Related CVEs
  • CVE-2024-6255: Chuanhuchatgpt Path Traversal Vulnerability

  • CVE-2024-3234: Chuanhuchatgpt Path Traversal Flaw

  • CVE-2024-5982: Chuanhuchatgpt Path Traversal 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