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

CVE-2024-11740: Download Manager WordPress RCE Vulnerability

CVE-2024-11740 is a remote code execution vulnerability in W3eden Download Manager for WordPress that allows unauthenticated attackers to execute arbitrary shortcodes. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-11740 Overview

CVE-2024-11740 affects the Download Manager plugin for WordPress in all versions up to and including 3.3.03. The plugin fails to validate a user-supplied value before passing it to the do_shortcode function. Unauthenticated attackers can trigger arbitrary shortcode execution against vulnerable sites over the network. The flaw is categorized as Improper Control of Generation of Code [CWE-94].

Critical Impact

Unauthenticated remote attackers can execute arbitrary WordPress shortcodes, potentially abusing any shortcode registered by the site or its installed plugins to disclose data, alter content, or pivot to further compromise.

Affected Products

  • W3eden Download Manager plugin for WordPress (free edition)
  • All versions up to and including 3.3.03
  • WordPress sites with the plugin installed and activated

Discovery Timeline

  • 2024-12-19 - CVE-2024-11740 published to NVD
  • 2025-03-21 - Last updated in NVD database

Technical Details for CVE-2024-11740

Vulnerability Analysis

The Download Manager plugin exposes an action handler that invokes the WordPress do_shortcode function on attacker-controlled input. Because the plugin does not validate or restrict the supplied value before processing it, any shortcode registered in the WordPress environment can be evaluated. This includes shortcodes from the plugin itself and from any other plugin or theme installed on the site.

WordPress shortcodes execute server-side PHP logic. An attacker who can force execution of arbitrary shortcodes effectively gains access to functionality that the developer intended to be available only in trusted post or page contexts. The reachable code paths involve src/Package/Hooks.php and src/Package/views/shortcode-iframe.php as referenced in the WordPress plugin source tree.

The EPSS percentile of 94.7 indicates the vulnerability is among the more likely candidates for opportunistic exploitation against exposed WordPress sites.

Root Cause

The root cause is missing input validation prior to a sink that interprets shortcode syntax. The plugin reads a request parameter, then passes the value into do_shortcode without an allowlist, signature check, or capability requirement. This is a classic [CWE-94] code injection pattern where untrusted data drives a code interpreter.

Attack Vector

Exploitation is performed remotely over HTTP without authentication or user interaction. An attacker crafts a request to the vulnerable plugin endpoint and supplies a payload containing one or more shortcode tags. The server then renders the shortcodes, executing the associated PHP handlers. The concrete impact depends on which shortcodes are registered on the target site, including shortcodes from third-party plugins that may expose sensitive operations.

No verified public proof-of-concept code is referenced in the advisory. See the Wordfence Vulnerability Analysis and the WordPress Plugin Code Review for the technical references.

Detection Methods for CVE-2024-11740

Indicators of Compromise

  • HTTP requests to Download Manager plugin endpoints containing shortcode syntax such as [ and ] in query string or POST body parameters.
  • Unexpected outbound network traffic or file creation generated by shortcode handlers exposed by other installed plugins.
  • Web server access logs showing unauthenticated requests that trigger shortcode-rendering actions in wp-admin/admin-ajax.php or plugin front-end routes.

Detection Strategies

  • Inspect request bodies and query parameters destined for the Download Manager plugin for the presence of WordPress shortcode tags from unauthenticated sessions.
  • Correlate WordPress audit logs with web access logs to identify shortcode evaluation triggered without a logged-in user context.
  • Hunt for anomalous PHP execution originating from the download-manager plugin directory in file integrity and process telemetry.

Monitoring Recommendations

  • Enable verbose logging on the WordPress site and forward logs to a centralized analytics platform for retrospective hunting.
  • Track the installed version of the Download Manager plugin across the WordPress estate and alert when it is at or below 3.3.03.
  • Monitor for sudden changes in registered shortcodes or content generated by shortcode handlers.

How to Mitigate CVE-2024-11740

Immediate Actions Required

  • Update the Download Manager plugin to a version newer than 3.3.03 on all WordPress sites.
  • If an immediate update is not possible, deactivate the Download Manager plugin until a patched version is deployed.
  • Audit installed plugins and themes to identify shortcodes that perform sensitive actions and could be abused through this flaw.

Patch Information

Upgrade the plugin to a version above 3.3.03 as published on the official WordPress plugin repository. Confirm the fix by reviewing the changed code paths in src/Package/Hooks.php and src/Package/views/shortcode-iframe.php. Refer to the Wordfence Vulnerability Analysis for fixed-version details.

Workarounds

  • Deploy a web application firewall rule that blocks unauthenticated requests to Download Manager endpoints containing shortcode bracket syntax.
  • Restrict access to the plugin's front-end routes by IP allowlist where the plugin is used for internal distribution only.
  • Remove or disable shortcodes that perform privileged operations until the plugin is updated.
bash
# Example WP-CLI commands to inventory and update the plugin
wp plugin get download-manager --field=version
wp plugin update download-manager
wp plugin deactivate download-manager   # fallback if update is unavailable

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechW3eden Download Manager

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability15.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-94
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi 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