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

CVE-2024-10292: Zzcms RCE Vulnerability via File Upload

CVE-2024-10292 is a critical remote code execution vulnerability in Zzcms 2023 caused by unrestricted file upload in ChangeTable.php. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-10292 Overview

CVE-2024-10292 is an unrestricted file upload vulnerability [CWE-434] in ZZCMS 2023. The flaw resides in the 3/Ebak5.1/upload/ChangeTable.php script, where the savefilename parameter is processed without proper validation. Remote attackers can manipulate this parameter to upload arbitrary files to the server. The exploit details have been publicly disclosed, increasing the likelihood of opportunistic attacks against exposed installations. ZZCMS is a content management system widely used in Chinese-language web environments, and this issue affects the 2023 release.

Critical Impact

Authenticated remote attackers can upload arbitrary files through the savefilename parameter, potentially leading to web shell deployment and persistent server compromise.

Affected Products

  • ZZCMS 2023
  • File: 3/Ebak5.1/upload/ChangeTable.php
  • Parameter: savefilename

Discovery Timeline

  • 2024-10-23 - CVE-2024-10292 published to NVD
  • 2024-10-30 - Last updated in NVD database

Technical Details for CVE-2024-10292

Vulnerability Analysis

The vulnerability is classified as an unrestricted file upload weakness [CWE-434]. The ZZCMS 2023 ChangeTable.php script accepts the savefilename argument from user-controlled input. The application fails to validate the file extension, content type, or destination path of the uploaded file. An attacker can supply a filename pointing to a server-executable extension such as .php. Once uploaded, the file becomes reachable through the web root and can execute server-side code on request.

The attack requires network access and low-level privileges, but no user interaction. Public disclosure of the exploit lowers the barrier for opportunistic abuse against exposed ZZCMS deployments.

Root Cause

The root cause is missing server-side input validation on the savefilename parameter inside 3/Ebak5.1/upload/ChangeTable.php. The application trusts the client-supplied filename and writes the uploaded content directly to disk. There is no allow-list of permitted extensions and no enforcement of a restricted upload directory outside the web root.

Attack Vector

An attacker sends a crafted HTTP request to the vulnerable ChangeTable.php endpoint. The request includes a manipulated savefilename value and the malicious file payload. The web server writes the file to a location accessible from the web root. The attacker then requests the uploaded file by URL, triggering server-side execution. Full technical detail is available in the GitHub Issue Discussion and VulDB #281561.

Detection Methods for CVE-2024-10292

Indicators of Compromise

  • Unexpected .php, .phtml, or .phar files appearing under the 3/Ebak5.1/upload/ directory tree.
  • HTTP POST requests to ChangeTable.php containing a savefilename parameter with script extensions.
  • Web server access logs showing GET requests to newly created files immediately following an upload event.
  • Outbound connections initiated by the web server process to unfamiliar IP addresses after suspicious upload activity.

Detection Strategies

  • Inspect web server and WAF logs for requests targeting ChangeTable.php with non-image extensions in the savefilename field.
  • Monitor file integrity on the ZZCMS web root and alert on the creation of executable scripts in upload directories.
  • Correlate file creation events with subsequent HTTP requests to the same path within a short time window.

Monitoring Recommendations

  • Enable verbose access logging on the web server hosting ZZCMS to capture full POST parameters where allowed by policy.
  • Track new process execution from the web server user account, particularly shells or interpreters spawned from PHP.
  • Forward web and host telemetry to a centralized SIEM or data lake for cross-correlation and retrospective hunting.

How to Mitigate CVE-2024-10292

Immediate Actions Required

  • Restrict access to the 3/Ebak5.1/upload/ directory through network ACLs or authentication until a vendor fix is applied.
  • Configure the web server to deny execution of PHP files within upload directories using directory-level handler overrides.
  • Audit the upload directory for unauthorized files and remove any unrecognized scripts.
  • Rotate administrative credentials and review user accounts for unauthorized additions.

Patch Information

At the time of NVD publication, no official vendor patch had been linked in the advisory. Track the GitHub Issue Discussion and the VulDB entry for updates. Until a fix is released, organizations should treat any internet-exposed ZZCMS 2023 installation as at risk and apply compensating controls.

Workarounds

  • Place the Ebak5.1/upload/ path behind HTTP basic authentication or an IP allow-list at the reverse proxy.
  • Deploy a web application firewall rule that blocks requests to ChangeTable.php containing savefilename values with executable extensions.
  • Set filesystem permissions on the upload directory to prevent script execution by the web server user.
  • Consider taking ZZCMS 2023 offline or migrating to a supported alternative if business requirements permit.
bash
# Apache configuration to disable PHP execution in the ZZCMS upload directory
<Directory "/var/www/zzcms/3/Ebak5.1/upload">
    php_admin_flag engine off
    <FilesMatch "\.(php|phtml|phar|php5|php7)$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechZzcms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • 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:X/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-434
  • Technical References
  • GitHub Issue Discussion

  • VulDB CTI ID #281561

  • VulDB #281561

  • VulDB Submission #427136
  • Related CVEs
  • CVE-2024-10293: Zzcms RCE Vulnerability via File Upload

  • CVE-2025-22957: Zzcms SQL Injection Vulnerability

  • CVE-2024-10291: Zzcms SQL Injection Vulnerability

  • CVE-2024-7924: ZZCMS Path Traversal 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