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

CVE-2024-11145: Easy Folder Listing Pro RCE Vulnerability

CVE-2024-11145 is a deserialization vulnerability in Valorapps Easy Folder Listing Pro that enables unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2024-11145 Overview

CVE-2024-11145 is a critical insecure deserialization vulnerability affecting Valor Apps Easy Folder Listing Pro, a Joomla! extension used for displaying folder and file listings on websites. This vulnerability allows an unauthenticated, remote attacker to execute arbitrary code with the privileges of the Joomla! application, potentially leading to complete system compromise.

Critical Impact

Unauthenticated remote code execution vulnerability allows attackers to fully compromise Joomla! installations running vulnerable versions of Easy Folder Listing Pro without requiring any user interaction or authentication.

Affected Products

  • Valor Apps Easy Folder Listing Pro versions prior to 3.8
  • Valor Apps Easy Folder Listing Pro versions prior to 4.5
  • Valor Apps Easy Folder Listing Pro 3.7 (confirmed vulnerable)

Discovery Timeline

  • 2024-11-26 - CVE-2024-11145 published to NVD
  • 2025-09-23 - Last updated in NVD database

Technical Details for CVE-2024-11145

Vulnerability Analysis

This vulnerability stems from improper handling of serialized data within the Easy Folder Listing Pro Joomla! extension. The application fails to properly validate and sanitize serialized input before deserializing it, creating an insecure deserialization condition classified under CWE-502 (Deserialization of Untrusted Data).

When a Joomla! extension deserializes user-controlled data without adequate validation, an attacker can craft malicious serialized objects that, upon deserialization, trigger unintended code execution. In PHP-based applications like Joomla!, this typically involves exploiting gadget chains—sequences of existing classes whose methods are automatically invoked during the deserialization process.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without authentication. The impact is severe: successful exploitation grants the attacker the ability to execute arbitrary commands with the same privileges as the Joomla! web application, typically the web server user account.

Root Cause

The root cause of CVE-2024-11145 is the insecure deserialization of untrusted data (CWE-502). The Easy Folder Listing Pro extension accepts serialized PHP objects from user input without implementing proper validation, type checking, or integrity verification. This allows attackers to inject malicious serialized payloads that execute arbitrary code when processed by PHP's unserialize() function or similar deserialization mechanisms.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying Joomla! installations with vulnerable versions of Easy Folder Listing Pro
  2. Crafting a malicious serialized PHP object payload containing a gadget chain
  3. Sending the payload to the vulnerable endpoint via HTTP request
  4. The application deserializes the malicious object, triggering code execution

The deserialization vulnerability in Easy Folder Listing Pro allows attackers to submit crafted serialized PHP objects through network requests. Upon deserialization, these objects can leverage existing PHP classes (gadget chains) present in Joomla! or its extensions to achieve arbitrary code execution. The attacker constructs a payload containing object properties that, when automatically processed during deserialization via magic methods like __wakeup() or __destruct(), execute system commands or PHP code with web server privileges.

For additional technical details, see the CISA CSAF Advisory.

Detection Methods for CVE-2024-11145

Indicators of Compromise

  • Unusual HTTP POST requests to Joomla! Easy Folder Listing Pro endpoints containing serialized PHP object patterns (e.g., O: followed by class names)
  • Web server logs showing requests with base64-encoded or URL-encoded serialized data targeting extension endpoints
  • Unexpected processes spawned by the web server user (e.g., www-data, apache, nginx)
  • New or modified files in the Joomla! web directory, particularly PHP files with suspicious content
  • Outbound network connections from the web server to unknown external hosts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing PHP serialized object patterns
  • Monitor web server access logs for suspicious POST requests targeting Easy Folder Listing Pro component URLs
  • Deploy file integrity monitoring on Joomla! installation directories to detect unauthorized modifications
  • Use intrusion detection systems (IDS) with signatures for PHP deserialization attack patterns

Monitoring Recommendations

  • Enable verbose logging for the Joomla! application and web server
  • Configure SIEM alerts for patterns associated with PHP object injection attempts
  • Monitor for anomalous web server process behavior including unexpected child processes or system calls
  • Review Joomla! administrator activity logs for unauthorized access following potential exploitation

How to Mitigate CVE-2024-11145

Immediate Actions Required

  • Upgrade Easy Folder Listing Pro to version 3.8 or 4.5 (depending on your major version branch) immediately
  • Audit Joomla! installations for signs of compromise before and after patching
  • Review web server and application logs for evidence of exploitation attempts
  • Consider temporarily disabling the Easy Folder Listing Pro extension if immediate patching is not possible

Patch Information

Valor Apps has released patched versions of Easy Folder Listing Pro that address this deserialization vulnerability. Users should update to version 3.8 for the 3.x branch or version 4.5 for the 4.x branch. The updated versions are available from the Valor Apps Product Page.

Workarounds

  • Disable or uninstall the Easy Folder Listing Pro extension until patching is possible
  • Implement WAF rules to block requests containing serialized PHP object patterns to Joomla! endpoints
  • Restrict network access to the Joomla! installation using IP allowlisting where feasible
  • Run the Joomla! application with minimal filesystem and system privileges to limit post-exploitation impact
bash
# Example: Disable the extension via Joomla! CLI (Joomla 4+)
php cli/joomla.php extension:disable com_easyfolderlistingpro

# Verify current extension version
php cli/joomla.php extension:list | grep -i folder

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechValorapps Easy Folder Listing Pro

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability3.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub CSAF White Paper

  • Valor Apps Product Overview
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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