# 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详情 |
6 | None | https://github.com/dennisec/CVE-2025-3102 | POC详情 |
7 | Detects the version of the SureTriggers WordPress plugin from exposed asset URLs and compares it to determine if it's vulnerable (<= 1.0.78). | https://github.com/SUPRAAA-1337/CVE-2025-3102 | POC详情 |
8 | Checks the SureTriggers WordPress plugin's readme.txt file for the Stable tag version. If the version is less than or equal to 1.0.78, it is considered vulnerable.0.78). | https://github.com/SUPRAAA-1337/CVE-2025-3102_v2 | POC详情 |
9 | Exploitation of an authorization bypass vulnerability in the SureTriggers plugin for WordPress versions <= 1.0.78, allowing unauthenticated attackers to create new WordPress users. | https://github.com/SUPRAAA-1337/CVE-2025-3102-exploit | POC详情 |
10 | SureTriggers <= 1.0.78 - Authorization Bypass Exploit | https://github.com/0xgh057r3c0n/CVE-2025-3102 | POC详情 |
11 | The SureTriggers WordPress plugin contains a critical authentication bypass vulnerability (CVE-2025-3102) that affects all versions up to and including 1.0.78. | https://github.com/baribut/CVE-2025-3102 | POC详情 |
标题: RestController.php in suretriggers/trunk/src/Controllers – WordPress Plugin Repository -- 🔗来源链接
标签:
神龙速读