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
    • 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-34990

CVE-2024-34990: PrestaShop Help Desk Module RCE Flaw

CVE-2024-34990 is a remote code execution vulnerability in the PrestaShop Help Desk module that allows authenticated customers to upload PHP files. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-34990 Overview

CVE-2024-34990 is a critical unrestricted file upload vulnerability affecting the "Help Desk - Customer Support Management System" (helpdesk) module up to version 2.4.0 from FME Modules for PrestaShop. The vulnerability allows authenticated customers to upload arbitrary .php files through the ticket submission and reply functionality, potentially leading to remote code execution on the target server.

Critical Impact

This vulnerability enables authenticated attackers to upload malicious PHP files to a predictable server path, allowing complete server compromise through remote code execution.

Affected Products

  • Help Desk - Customer Support Management System (helpdesk) module versions up to 2.4.0
  • PrestaShop installations using the vulnerable FME Modules helpdesk module

Discovery Timeline

  • 2024-06-19 - CVE-2024-34990 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-34990

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The helpdesk module fails to properly validate and restrict the file types that can be uploaded when customers interact with the support ticket system. Two specific controller methods are affected: HelpdeskHelpdeskModuleFrontController::submitTicket() and HelpdeskHelpdeskModuleFrontController::replyTicket().

These methods allow customers to attach files to their support tickets or replies without adequate file type verification. An attacker with a valid customer account can exploit this flaw to upload PHP files containing malicious code. Once uploaded, these files are stored in a predictable location on the server, making them easily accessible for execution.

Root Cause

The root cause of this vulnerability lies in the insufficient file upload validation within the helpdesk module's front-end controller. The submitTicket() and replyTicket() methods do not implement proper file extension filtering or content-type verification, allowing dangerous file types such as .php to be uploaded. Additionally, the upload path is predictable, which means an attacker can easily determine where their malicious file will be stored and subsequently access it to trigger code execution.

Attack Vector

The attack vector is network-based and requires low complexity to exploit. An attacker needs valid customer credentials to authenticate to the PrestaShop store. Once authenticated, the attacker can:

  1. Navigate to the helpdesk module's ticket submission or reply interface
  2. Craft a malicious PHP file containing a web shell or other payload
  3. Upload the PHP file as an attachment through the vulnerable methods
  4. Access the uploaded file directly via its predictable path
  5. Execute arbitrary code on the server with the web server's privileges

The vulnerability allows for changed scope, meaning successful exploitation can affect resources beyond the vulnerable component itself, potentially compromising the entire server and any other applications hosted on it. For technical details on exploitation methods, refer to the Friends of Presta Security Advisory.

Detection Methods for CVE-2024-34990

Indicators of Compromise

  • Presence of unexpected .php files in helpdesk upload directories
  • Web server logs showing requests to PHP files in attachment/upload paths
  • Unusual outbound network connections from the web server process
  • Modified system files or new user accounts created on the server

Detection Strategies

  • Monitor file system events for .php file creation in the helpdesk module's upload directories
  • Implement web application firewall (WAF) rules to block PHP file uploads to known attachment endpoints
  • Review web server access logs for requests to unusual paths within the helpdesk module structure
  • Deploy file integrity monitoring on critical PrestaShop directories

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in PrestaShop
  • Configure alerts for any executable file types uploaded through the helpdesk module
  • Implement real-time monitoring of web server access patterns for anomalous behavior
  • Regularly audit customer-submitted files and attachments for suspicious content

How to Mitigate CVE-2024-34990

Immediate Actions Required

  • Update the Help Desk module to a version newer than 2.4.0 that addresses this vulnerability
  • If an immediate update is not possible, disable the helpdesk module until a patch can be applied
  • Review existing uploaded files in the helpdesk attachment directories for any malicious PHP files
  • Implement server-side controls to prevent PHP execution in upload directories

Patch Information

Users should update the FME Modules "Help Desk - Customer Support Management System" module to a version that properly validates file uploads and prevents the upload of dangerous file types. Consult the Friends of Presta Security Advisory for specific remediation guidance and patch details.

Workarounds

  • Add .htaccess rules to the upload directory to prevent PHP execution
  • Implement file extension whitelisting at the web server level for upload directories
  • Configure ModSecurity or similar WAF to block PHP file uploads to helpdesk endpoints
  • Restrict network access to the PrestaShop admin and helpdesk interfaces to trusted IP ranges
bash
# Example .htaccess configuration to prevent PHP execution in upload directories
# Place this in the helpdesk module's upload directory
<FilesMatch "\.php$">
    Deny from all
</FilesMatch>

# Alternative using Apache 2.4+ syntax
<FilesMatch "\.php$">
    Require all denied
</FilesMatch>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPrestashop

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-39526: PrestaShop RCE Vulnerability

  • CVE-2026-33674: PrestaShop Validation Framework Flaw

  • CVE-2026-33673: PrestaShop Stored XSS Vulnerability

  • CVE-2025-69633: PrestaShop Advanced Popup SQL Injection
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