Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-10294 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Auth Bypass in OwnID Plugin. The `ownid_shared_secret` validation is broken. 📉 **Consequences**: Attackers bypass login entirely. Full account takeover (including Admin).…

Q2Root Cause? (CWE/Flaw)

🛡️ **CWE-288**: Authentication Bypass Using an Alternate Path or Channel. 🔍 **Flaw**: The plugin fails to properly validate the `ownid_shared_secret` header during JWT processing.…

Q3Who is affected? (Versions/Components)

🏢 **Vendor**: victornavarro. 📦 **Product**: OwnID Passwordless Login (WordPress Plugin). 📅 **Affected**: Version **1.3.4 and earlier**. 🌐 **Platform**: WordPress sites using this specific plugin.…

Q4What can hackers do? (Privileges/Data)

👑 **Privileges**: Unauthenticated access to **ANY** account. Includes **Admin** accounts. 📂 **Data**: Full read/write access to site content. 🔓 **Impact**: No brute-force needed. Direct forge JWT payload.…

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: **LOW**. 🚫 **Auth**: None required (Unauthenticated). ⚙️ **Config**: No special setup needed. 🎯 **UI**: No user interaction required. 🌐 **Network**: Remote (AV:N). AC:L (Low Complexity).…

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

🔓 **Public Exp?**: **YES**. 📂 **PoCs Available**: Multiple GitHub repos (e.g., h4xnz, RedFoxNxploits). 📥 **Lab Envs**: Ready-to-use labs for testing. 🌍 **Wild Exploitation**: Likely active given CVSS 9.8 score.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: 1. Scan WP plugins for 'OwnID Passwordless Login'. 2. Verify version < 1.3.5. 3. Check for JWT auth endpoints. 🛠️ **Tools**: Use WP scanners or manual code review for `ownid_shared_secret` validation.…

Q8Is it fixed officially? (Patch/Mitigation)

🛡️ **Official Fix**: **YES**. 📢 **Vendor**: victornavarro/WordPress. 📝 **Status**: CVE published. Patch expected/available in version > 1.3.4. 🔗 **Ref**: WordPress plugin repo & Wordfence intel.…

Q9What if no patch? (Workaround)

🚧 **No Patch?**: 1. **Disable** the OwnID plugin immediately. 🚫 2. Remove plugin files if possible. 3. Monitor admin logs for suspicious JWT requests. 🛑 4. Force password reset for all users.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL** (CVSS 9.8). 🚨 **Priority**: **IMMEDIATE ACTION**. 📉 **Risk**: High. Unauthenticated RCE potential. 📅 **Published**: Oct 2025. ⏳ **Time**: Zero-day style impact. Do not wait.…