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

CVE-2024-50511: WP donimedia carousel RCE Vulnerability

CVE-2024-50511 is a remote code execution vulnerability in WP donimedia carousel WordPress plugin that allows attackers to upload malicious web shells. This post covers the technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-50511 Overview

CVE-2024-50511 is an arbitrary file upload vulnerability in the WP donimedia carousel WordPress plugin (wp-donimedia-carousel). The flaw affects all versions through 1.0.1 and allows authenticated attackers to upload files of dangerous types, including web shells, to the WordPress server. The vulnerability is classified under CWE-434: Unrestricted Upload of File with Dangerous Type. Successful exploitation grants the attacker remote code execution on the underlying web server, leading to full site compromise.

Critical Impact

Authenticated attackers with low privileges can upload web shells, achieve remote code execution, and pivot beyond the WordPress scope to compromise the hosting environment.

Affected Products

  • WP donimedia carousel plugin for WordPress
  • All versions from initial release through 1.0.1
  • WordPress sites with the wp-donimedia-carousel plugin enabled

Discovery Timeline

  • 2024-10-30 - CVE-2024-50511 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2024-50511

Vulnerability Analysis

The WP donimedia carousel plugin exposes a file upload endpoint that fails to validate the type, extension, or MIME content of submitted files. An authenticated user can submit a PHP file, or any executable server-side script, through the plugin's upload handler. The uploaded file lands inside a web-accessible directory under wp-content/uploads/ and is executed by the PHP interpreter when requested directly.

The scope change in the CVSS vector indicates the attacker's impact extends beyond the vulnerable WordPress component. A successful web shell upload grants the attacker the privileges of the web server process, enabling arbitrary command execution, database access, and lateral movement.

The EPSS probability of 0.889% places this issue in the 75th percentile for exploitation likelihood, reflecting the well-understood exploitation pattern for unrestricted upload flaws in WordPress plugins.

Root Cause

The plugin omits server-side validation of uploaded files. There are no checks against a whitelist of permitted extensions, no MIME-type verification, no magic-byte inspection, and no enforcement of safe storage paths outside the document root. The handler also does not strip or sanitize the original filename, allowing the attacker to control the resulting URL of the dropped payload.

Attack Vector

Exploitation requires network access to the WordPress site and a low-privileged authenticated account, such as a Subscriber or Contributor depending on the plugin's role configuration. The attacker submits a crafted multipart upload request to the vulnerable plugin endpoint with a PHP web shell as the payload. After upload, the attacker requests the resulting URL under wp-content/uploads/ to execute arbitrary PHP code. No user interaction is required beyond the initial authentication.

No public proof-of-concept code has been released. The exploitation mechanism is described in the Patchstack WordPress Vulnerability Report.

Detection Methods for CVE-2024-50511

Indicators of Compromise

  • New .php, .phtml, .phar, or .inc files appearing under wp-content/uploads/ or plugin-controlled upload directories
  • Outbound HTTP requests originating from the web server process to unexpected destinations following uploads
  • Web server access logs showing POST requests to plugin upload endpoints followed by GET requests to newly created files in upload paths
  • WordPress user accounts with low privileges suddenly making file upload requests outside normal media workflows

Detection Strategies

  • Inventory WordPress installations for the wp-donimedia-carousel plugin and flag any version at or below 1.0.1
  • Scan wp-content/uploads/ recursively for executable file types and quarantine matches
  • Correlate authentication events with upload activity to identify low-privileged accounts performing administrative-style actions
  • Monitor for PHP process spawning sh, bash, python, or curl from within the web server context

Monitoring Recommendations

  • Forward web server access logs and PHP-FPM logs to a central SIEM for retention and query
  • Alert on file integrity changes within WordPress upload directories using filesystem monitoring
  • Track outbound connections from the web server to non-allow-listed IP addresses and domains

How to Mitigate CVE-2024-50511

Immediate Actions Required

  • Disable and remove the WP donimedia carousel plugin until a patched release is available
  • Audit wp-content/uploads/ for unauthorized executable files and remove them
  • Rotate WordPress administrator passwords, API keys, and database credentials if compromise is suspected
  • Review and remove unfamiliar WordPress user accounts, especially those created after plugin installation

Patch Information

As of the last NVD update, no fixed version has been published for the WP donimedia carousel plugin. Versions up to and including 1.0.1 remain vulnerable. Site operators should remove the plugin and monitor the Patchstack advisory for vendor updates.

Workarounds

  • Block direct execution of PHP files within wp-content/uploads/ using web server configuration
  • Deploy a web application firewall rule that inspects multipart uploads to the plugin endpoint and rejects executable extensions
  • Restrict plugin access to trusted administrator accounts only, and remove unused low-privilege accounts
  • Enforce least-privilege filesystem permissions so the web server process cannot write to directories that are also executable
bash
# Apache configuration to block PHP execution in WordPress uploads
# Place in wp-content/uploads/.htaccess
<FilesMatch "\.(php|phtml|phar|inc)$">
    Require all denied
</FilesMatch>

# Nginx equivalent inside the server block
location ~* /wp-content/uploads/.*\.(php|phtml|phar|inc)$ {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWp Donimedia Carousel

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.89%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • 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