This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: Critical flaw in session handling (`fma_lwp_set_session_p`). 💥 **Consequences**: Full system compromise. High impact on Confidentiality, Integrity, and Availability.
Q2Root Cause? (CWE/Flaw)
🛡️ **Root Cause**: CWE-288 (Authentication Bypass). The plugin fails to properly validate or secure session tokens during setup.
Q3Who is affected? (Versions/Components)
📦 **Affected**: WordPress Plugin: **Registration & Login with Mobile Phone Number for WooCommerce**. 📉 **Version**: 1.3.1 and earlier. 🏢 **Vendor**: FmeAddons.
Q4What can hackers do? (Privileges/Data)
🕵️ **Attacker Actions**: Bypass authentication. 📂 **Data Access**: Read sensitive user data. ⚙️ **Control**: Modify site settings. 🗑️ **Impact**: Delete content or disrupt service.
Q5Is exploitation threshold high? (Auth/Config)
⚡ **Threshold**: LOW. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. No authentication required. No user interaction needed. Remote exploitation is trivial.
Q6Is there a public Exp? (PoC/Wild Exploitation)
💻 **Exploit Status**: YES. Public PoC available on GitHub: `microcyberr/CVE-2025-10484`. Wild exploitation risk is HIGH.
Q7How to self-check? (Features/Scanning)
🔍 **Self-Check**: Scan for installed plugin version. Look for `Registration & Login with Mobile Phone Number for WooCommerce` ≤ v1.3.1. Check for unauthenticated session endpoints.
Q8Is it fixed officially? (Patch/Mitigation)
🩹 **Fix Status**: Update to latest version immediately. Official patch likely released by FmeAddons. Check vendor site for v1.3.2+.
Q9What if no patch? (Workaround)
🚧 **No Patch?**: Disable the plugin entirely. Remove it if unused. Implement WAF rules to block suspicious session manipulation requests.
Q10Is it urgent? (Priority Suggestion)
🔥 **Urgency**: CRITICAL. Priority: **IMMEDIATE**. CVSS Score is High (likely 9.8+). Patch now to prevent total site takeover.