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-2025-32118

CVE-2025-32118: CMP Coming Soon File Upload Vulnerability

CVE-2025-32118 is an unrestricted file upload flaw in the CMP Coming Soon & Maintenance WordPress plugin that enables attackers to upload malicious files. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2025-32118 Overview

CVE-2025-32118 is an Unrestricted Upload of File with Dangerous Type vulnerability affecting the NiteoThemes CMP – Coming Soon & Maintenance WordPress plugin. This vulnerability allows attackers to upload malicious files to vulnerable WordPress installations, potentially leading to remote code execution (RCE). The flaw exists due to insufficient file type validation in the plugin's upload functionality.

Critical Impact

Attackers can exploit this vulnerability to upload and execute arbitrary malicious files on WordPress servers running affected versions of the CMP plugin, potentially resulting in complete site compromise.

Affected Products

  • NiteoThemes CMP – Coming Soon & Maintenance plugin versions through 4.1.14
  • WordPress installations using vulnerable plugin versions

Discovery Timeline

  • April 4, 2025 - CVE-2025-32118 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2025-32118

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type), which occurs when a web application allows users to upload files without properly validating the file type, content, or extension. In the context of the CMP – Coming Soon & Maintenance plugin, the file upload functionality fails to adequately restrict dangerous file types, enabling attackers to upload executable scripts such as PHP files.

WordPress plugins that handle file uploads must implement robust validation mechanisms including checking file extensions, MIME types, and file content signatures. When these controls are absent or improperly implemented, attackers can bypass restrictions and upload web shells or other malicious payloads.

Root Cause

The root cause of CVE-2025-32118 is the lack of proper file type validation in the upload handling mechanism of the CMP plugin. The plugin does not adequately verify that uploaded files match expected safe file types, nor does it sanitize filenames or check file contents to ensure they do not contain executable code. This allows PHP files or other server-side scripts to be uploaded and subsequently executed.

Attack Vector

An attacker can exploit this vulnerability by uploading a malicious file through the plugin's vulnerable upload endpoint. Once the file is uploaded to the WordPress server, the attacker can access the uploaded file via a direct URL, triggering execution of the malicious code. This attack typically follows these steps:

  1. The attacker identifies a WordPress site running a vulnerable version of CMP – Coming Soon & Maintenance plugin (<= 4.1.14)
  2. The attacker crafts a malicious PHP file containing a web shell or reverse shell payload
  3. The attacker uploads the malicious file through the plugin's vulnerable upload functionality
  4. The attacker navigates to the uploaded file's location on the server
  5. The malicious code executes, granting the attacker remote access to the server

For detailed technical analysis, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-32118

Indicators of Compromise

  • Unexpected PHP files or script files in WordPress upload directories, particularly within plugin folders
  • Unusual HTTP requests to non-standard file paths within the CMP plugin directory
  • Web server logs showing POST requests to plugin upload endpoints followed by GET requests to newly created files
  • Presence of web shell signatures or obfuscated PHP code in uploaded files
  • Unexpected outbound network connections from the web server

Detection Strategies

  • Monitor WordPress upload directories for creation of executable file types (.php, .phtml, .php5, etc.)
  • Implement file integrity monitoring on plugin directories to detect unauthorized file additions
  • Review web server access logs for suspicious patterns targeting the CMP plugin's upload functionality
  • Use web application firewalls (WAF) with rules to detect and block file upload attacks
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to identify malicious file execution

Monitoring Recommendations

  • Enable detailed logging for all file upload activities within WordPress
  • Configure alerts for any new executable files created in web-accessible directories
  • Monitor for PHP process spawning unexpected child processes (indicators of web shell activity)
  • Set up automated scanning of uploaded files using antimalware solutions
  • Track changes to the wp-content/plugins/cmp-coming-soon-maintenance/ directory

How to Mitigate CVE-2025-32118

Immediate Actions Required

  • Update the CMP – Coming Soon & Maintenance plugin to the latest patched version immediately
  • Audit WordPress upload directories for any suspicious or unexpected files
  • If the plugin cannot be updated, consider temporarily disabling it until a patch is available
  • Review web server logs for signs of exploitation attempts
  • Implement additional file upload restrictions at the web server level (e.g., disable PHP execution in upload directories)

Patch Information

Organizations using the NiteoThemes CMP – Coming Soon & Maintenance plugin should update to a version newer than 4.1.14 that addresses this vulnerability. Check the WordPress plugin repository or the vendor's official channels for the latest security update. The Patchstack Vulnerability Report provides additional details on affected versions.

Workarounds

  • Disable the CMP – Coming Soon & Maintenance plugin if it is not essential for operations
  • Implement web server configuration to prevent PHP execution in upload directories
  • Deploy a web application firewall (WAF) with rules to block malicious file uploads
  • Restrict access to WordPress admin and plugin functionality to trusted IP addresses only
bash
# Apache configuration to disable PHP execution in uploads directory
# Add to .htaccess in the WordPress uploads folder
<FilesMatch "\.php$">
    Require all denied
</FilesMatch>

# Alternative: Disable PHP execution via Apache config
<Directory "/var/www/html/wp-content/uploads">
    php_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
  • TypeOther

  • Vendor/TechNiteothemes Cmp

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.17%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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