Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-3102 β€” AI Deep Analysis Summary

CVSS 8.1 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Auth Bypass in SureTriggers plugin. πŸ’₯ **Consequences**: Attackers can create admin accounts without login. Total site compromise is possible. Data theft and defacement risks are HIGH.

Q2Root Cause? (CWE/Flaw)

πŸ” **Root Cause**: CWE-697 (Comparison Error). πŸ› **Flaw**: Missing empty value check on the `secret_key` in the `authenticate_user` function. The API accepts requests without proper credentials.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: WordPress Plugin: **SureTriggers**. πŸ“¦ **Vendor**: BrainstormForce (OttoKit). πŸ“‰ **Versions**: **≀ 1.0.78**. Over 100,000 sites potentially at risk.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Full **Administrator** access. πŸ“‚ **Data**: Complete read/write access to the site. Hackers can install malware, steal user data, or take over the blog.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: Low to Medium. 🚫 **Auth**: No authentication required (Unauthenticated). βš™οΈ **Config**: Exploitable if plugin is installed/activated but **NOT configured** with an API key.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Exploits**: YES. Multiple PoCs exist (e.g., Vanda CVE-2025-3102, Nuclei templates). 🌐 **Wild Exploitation**: Active. Tools allow automatic admin creation. High risk of automated attacks.

Q7How to self-check? (Features/Scanning)

πŸ•΅οΈ **Self-Check**: Use Nuclei templates or specific PoC scripts. πŸ”Ž **Indicator**: Check if SureTriggers is installed (v≀1.0.78) AND lacks a configured API key. Look for unauthenticated API endpoints.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fix**: Update SureTriggers to **version 1.0.79 or later**. πŸ“ **Patch**: The vendor released a fix addressing the missing empty value check in the REST controller.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If you cannot update immediately: 1. **Deactivate/Uninstall** the plugin if not used. 2. Ensure the plugin is **fully configured** with a valid API key (though update is safer). 3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. πŸš€ **Priority**: Patch IMMEDIATELY. CVSS Score is High (H/I/H/A). Unauthenticated access makes this a top-priority vulnerability for any site running this plugin.