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

CVE-2024-5441: Modern Events Calendar RCE Vulnerability

CVE-2024-5441 is a remote code execution flaw in Webnus Modern Events Calendar for WordPress that enables arbitrary file uploads. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-5441 Overview

CVE-2024-5441 is an arbitrary file upload vulnerability affecting the Modern Events Calendar plugin for WordPress developed by Webnus. The vulnerability exists due to missing file type validation in the set_featured_image function in all versions up to and including 7.11.0. This security flaw allows authenticated attackers with subscriber-level access or higher to upload arbitrary files to the affected site's server, potentially leading to remote code execution.

The risk is further amplified by a plugin configuration option that allows administrators to extend event submission capabilities to unauthenticated users. When this setting is enabled, even unauthenticated attackers can exploit this vulnerability, significantly expanding the attack surface.

Critical Impact

Attackers can upload malicious files including web shells to achieve remote code execution on vulnerable WordPress installations, potentially leading to complete site compromise.

Affected Products

  • Webnus Modern Events Calendar (versions up to and including 7.11.0)
  • Webnus Modern Events Calendar Lite (versions up to and including 7.11.0)
  • WordPress sites with the Modern Events Calendar plugin installed

Discovery Timeline

  • 2024-07-09 - CVE-2024-5441 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-5441

Vulnerability Analysis

This vulnerability falls under CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue stems from the plugin's failure to properly validate file types when processing image uploads through the set_featured_image function. This function is intended to handle featured image uploads for events but lacks essential security controls to restrict uploaded file types.

The vulnerability enables attackers to bypass intended restrictions and upload executable files such as PHP web shells. Once uploaded, these malicious files can be accessed directly through the web server, allowing attackers to execute arbitrary code within the context of the web application. The network-based attack vector requires low attack complexity and no user interaction, making it highly exploitable in real-world scenarios.

Root Cause

The root cause of this vulnerability is the absence of server-side file type validation in the set_featured_image function. The plugin relies on insufficient or non-existent checks to verify that uploaded files are legitimate image formats before storing them on the server. Without proper MIME type validation, file extension whitelisting, or content inspection, the function accepts any file type submitted through the upload mechanism.

Additionally, the plugin's architectural decision to allow administrators to extend event submission to unauthenticated users creates a pathway for anonymous exploitation, transforming what could be a post-authentication vulnerability into a potentially unauthenticated attack vector.

Attack Vector

The attack leverages the event submission functionality within the Modern Events Calendar plugin. An attacker can craft a malicious request to the set_featured_image function, substituting a legitimate image file with a malicious PHP script disguised with an image-related filename or submitted directly as an executable file.

The attack flow typically involves:

  1. Identifying a WordPress site running a vulnerable version of Modern Events Calendar
  2. Authenticating with subscriber-level credentials (or exploiting unauthenticated access if enabled)
  3. Intercepting or crafting a request to upload a featured image for an event
  4. Replacing the image payload with a malicious PHP web shell
  5. Accessing the uploaded file directly via its URL to execute arbitrary commands

For more technical details on the exploitation mechanism, refer to the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2024-5441

Indicators of Compromise

  • Unexpected PHP or executable files in WordPress upload directories, particularly in paths associated with the Modern Events Calendar plugin
  • Unusual HTTP POST requests to event submission endpoints containing non-image file content
  • Web shell signatures in uploaded files within the /wp-content/uploads/ directory
  • Suspicious outbound connections originating from the web server process
  • Anomalous file creation activity in plugin-related directories

Detection Strategies

  • Monitor file upload endpoints for requests containing executable file extensions or suspicious MIME types
  • Implement Web Application Firewall (WAF) rules to detect and block file upload attempts with dangerous extensions
  • Utilize file integrity monitoring to detect unauthorized file additions in WordPress directories
  • Review web server access logs for direct access to unusual files in upload directories
  • Deploy endpoint detection solutions like SentinelOne to identify web shell behavior and post-exploitation activity

Monitoring Recommendations

  • Enable detailed logging for WordPress file upload activities and review regularly
  • Configure alerts for new file creation events in the WordPress uploads directory
  • Monitor for PHP execution from upload directories which should not normally execute server-side code
  • Implement network traffic analysis to detect command-and-control communications from compromised servers
  • Use SentinelOne's behavioral AI engine to detect and respond to web shell deployment and execution patterns

How to Mitigate CVE-2024-5441

Immediate Actions Required

  • Update the Modern Events Calendar plugin to a version newer than 7.11.0 immediately
  • Audit WordPress upload directories for suspicious files, particularly PHP scripts in image folders
  • Disable the "Allow unauthenticated event submission" setting if enabled until the plugin is patched
  • Review user accounts with subscriber-level access or higher for any unauthorized additions
  • Implement file upload restrictions at the web server level as an additional defense layer

Patch Information

Webnus has addressed this vulnerability in versions released after 7.11.0 of the Modern Events Calendar plugin. Site administrators should update to the latest available version through the WordPress plugin repository or directly from the Webnus Modern Events Calendar official website.

Before updating, ensure you have a complete backup of your WordPress installation. After updating, verify the plugin version in the WordPress admin dashboard and confirm that the set_featured_image function now includes proper file type validation.

Workarounds

  • Restrict event submission functionality to trusted administrator accounts only until the patch is applied
  • Implement server-level file upload filtering using .htaccess rules or web server configuration to block execution of PHP files in upload directories
  • Use a Web Application Firewall (WAF) to inspect and filter malicious file upload attempts
  • Consider temporarily deactivating the Modern Events Calendar plugin if immediate patching is not possible
  • Deploy SentinelOne endpoint protection to detect and prevent exploitation attempts and web shell activity
bash
# Apache .htaccess configuration to prevent PHP execution in uploads directory
# Add to /wp-content/uploads/.htaccess
<FilesMatch "\.(?:php|phtml|php3|php4|php5|php7|phps)$">
    Require all denied
</FilesMatch>

# Alternative: Disable script execution entirely in uploads
<Directory "/path/to/wordpress/wp-content/uploads">
    php_admin_flag engine off
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWebnus

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability19.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Webnus Modern Events Calendar

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2021-24946: Modern Events Calendar Lite SQLi Flaw

  • CVE-2021-24146: Modern Events Calendar Lite Disclosure Flaw

  • CVE-2021-24145: Modern Events Calendar Lite File Upload
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