# SureTriggers <= 1.0.78 - 由于未对未认证的管理员用户创建进行空值检查导致的身份验证绕过
## 漏洞概述
SureTriggers插件存在一个认证绕过漏洞,允许未认证的攻击者创建管理员账户。
## 影响版本
所有版本至1.0.78(包括1.0.78)均受影响。
## 细节
在`authenticate_user`函数中,对`secret_key`值缺少空值检查。当插件已安装并激活但未配置API密钥时,攻击者可以通过该漏洞绕过认证并创建管理员账户。
## 影响
- 未认证的攻击者可以创建具有管理员权限的新账号。
- 攻击者利用此漏洞可完全控制受影响的WordPress网站。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | EXPLOIT CVE-2025-3102 | https://github.com/xxmarcosrobertoxx/vanda-CVE-2025-3102 | POC详情 |
2 | EXPLOIT CVE-2025-3102 | https://github.com/itsismarcos/vanda-CVE-2025-3102 | POC详情 |
3 | Wordpress SureTriggers <= 1.0.78 - Authorization Bypass due to Missing Empty Value Check to Unauthenticated Administrative User Creation | https://github.com/Nxploited/CVE-2025-3102 | POC详情 |
4 | Wordpress SureTriggers <= 1.0.78 - Authorization Bypass due to Missing Empty Value Check to Unauthenticated Administrative User Creation | https://github.com/rhz0d/CVE-2025-3102 | POC详情 |
5 | The SureTriggers- All-in-One Automation Platform plugin for WordPress is vulnerable to an authentication bypass leading to administrative account creation due to a missing empty value check on the 'secret_key' value in the 'autheticate_user' function in all versions up to, and including, 1.0.78. This makes it possible for unauthenticated attackers to create administrator accounts on the target website when the plugin is installed and activated but not configured with an API key. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-3102.yaml | POC详情 |
标题: RestController.php in suretriggers/trunk/src/Controllers – WordPress Plugin Repository -- 🔗来源链接
标签:
神龙速读