Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-6518

CVE-2026-6518: WordPress CMP Plugin RCE Vulnerability

CVE-2026-6518 is a remote code execution flaw in the CMP Coming Soon & Maintenance Plugin for WordPress that enables malicious file uploads. This article covers technical details, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-6518 Overview

The CMP – Coming Soon & Maintenance Plugin by NiteoThemes for WordPress contains a critical arbitrary file upload vulnerability that allows authenticated attackers to achieve remote code execution. The vulnerability exists in all versions up to and including 4.1.16 through the cmp_theme_update_install AJAX action. Due to insufficient capability checks and missing file validation, attackers with Editor-level access or above can force the server to download and extract malicious ZIP files from attacker-controlled URLs, leading to complete server compromise.

Critical Impact

Authenticated attackers can upload malicious files and execute arbitrary code on vulnerable WordPress installations, potentially leading to complete site takeover and server compromise.

Affected Products

  • CMP – Coming Soon & Maintenance Plugin by NiteoThemes versions up to and including 4.1.16
  • WordPress installations using the vulnerable plugin versions
  • Sites with users having Editor-level access or above

Discovery Timeline

  • 2026-04-18 - CVE CVE-2026-6518 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6518

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The flaw stems from a combination of security weaknesses in the plugin's theme update functionality. The cmp_theme_update_install AJAX action improperly validates user permissions by checking only for the publish_pages capability, which is available to Editors and above, rather than restricting access to Administrators with the manage_options capability.

The vulnerable function accepts a user-supplied URL without proper validation or sanitization. The server then downloads content from this attacker-controlled URL and extracts it without verifying the file contents. This allows malicious ZIP archives containing PHP backdoors or web shells to be extracted directly into the web-accessible wp-content/plugins/cmp-premium-themes/ directory.

Root Cause

The root cause of this vulnerability is multi-faceted:

  1. Insufficient Capability Check: The AJAX action checks for publish_pages capability instead of the more restrictive manage_options capability, broadening the attack surface to include Editor-level users.

  2. Missing URL Validation: The function accepts arbitrary URLs without validating that they point to legitimate theme update sources.

  3. No Content Verification: Downloaded ZIP files are extracted without any verification of their contents, allowing arbitrary file types including executable PHP files to be placed on the server.

  4. Insecure Extraction Location: Files are extracted to a web-accessible directory, making any uploaded malicious code immediately executable.

Attack Vector

The attack is network-based and requires low-privilege authentication (Editor-level access). An attacker can exploit this vulnerability by triggering the vulnerable AJAX action with a malicious URL pointing to a crafted ZIP file containing PHP web shells or backdoors.

The exploitation flow involves sending a crafted AJAX request to the cmp_theme_update_install action with a URL parameter pointing to an attacker-controlled server hosting a malicious ZIP archive. The vulnerable server downloads this archive and extracts it to the wp-content/plugins/cmp-premium-themes/ directory, where the attacker can then access the uploaded malicious PHP files directly via HTTP.

For technical implementation details, refer to the vulnerable code in niteo-cmp.php and the Wordfence vulnerability report.

Detection Methods for CVE-2026-6518

Indicators of Compromise

  • Unexpected files appearing in the wp-content/plugins/cmp-premium-themes/ directory
  • Suspicious PHP files with obfuscated code or shell functionality in plugin directories
  • AJAX requests to admin-ajax.php with action parameter cmp_theme_update_install from non-Administrator users
  • Outbound HTTP/HTTPS requests from the web server to unknown external hosts
  • Web server access logs showing requests to newly created files in the plugin directory

Detection Strategies

  • Monitor WordPress AJAX logs for suspicious cmp_theme_update_install action calls
  • Implement file integrity monitoring on the wp-content/plugins/ directory to detect unauthorized file additions
  • Review web server access logs for requests to the cmp-premium-themes directory that don't match expected theme files
  • Deploy web application firewall (WAF) rules to detect and block suspicious AJAX requests with external URLs
  • Use endpoint detection solutions to identify malicious PHP file creation and execution

Monitoring Recommendations

  • Enable verbose logging for WordPress AJAX actions and review regularly
  • Configure alerts for new file creation within WordPress plugin directories
  • Monitor outbound network connections from the web server for unusual external communication
  • Implement real-time file change detection for critical WordPress directories
  • Review user activity logs for Editor-level accounts making unusual administrative requests

How to Mitigate CVE-2026-6518

Immediate Actions Required

  • Update CMP – Coming Soon & Maintenance Plugin to version 4.1.17 or later immediately
  • Audit the wp-content/plugins/cmp-premium-themes/ directory for any unauthorized or suspicious files
  • Review user accounts with Editor-level access and above for any suspicious activity
  • Temporarily disable the plugin if immediate update is not possible
  • Scan the WordPress installation with security plugins to identify potential backdoors

Patch Information

NiteoThemes has released version 4.1.17 of the CMP – Coming Soon & Maintenance Plugin which addresses this vulnerability. The patch implements proper capability checks requiring manage_options (Administrator-level) permission, adds validation for download URLs, and includes content verification before file extraction.

The security fix can be reviewed in the WordPress Plugin ChangeSet comparing versions 4.1.16 and 4.1.17.

Workarounds

  • Disable the CMP – Coming Soon & Maintenance Plugin until the patch can be applied
  • Remove Editor-level access from untrusted users temporarily
  • Implement server-level restrictions blocking external URL downloads from PHP
  • Add web application firewall rules to block the vulnerable AJAX action
  • Use file permission hardening to make the cmp-premium-themes directory read-only
bash
# Temporary workaround: Make the vulnerable directory read-only
chmod 555 /path/to/wordpress/wp-content/plugins/cmp-premium-themes/

# Block the vulnerable AJAX action via .htaccess
# Add to WordPress root .htaccess file:
# RewriteCond %{REQUEST_URI} admin-ajax\.php
# RewriteCond %{QUERY_STRING} action=cmp_theme_update_install [NC]
# RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • 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
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin ChangeSet

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3844: WordPress Breeze Cache Plugin RCE Flaw

  • CVE-2026-5718: WordPress CF7 File Upload RCE Vulnerability

  • CVE-2026-5797: Quiz And Survey Master WordPress RCE Flaw

  • CVE-2026-4132: HTTP Headers WordPress Plugin RCE Flaw
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