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 Auth Bypass in OwnID Plugin. The `ownid_shared_secret` validation is broken. 📉 **Consequences**: Attackers bypass login entirely. Full account takeover (including Admin).…
🛡️ **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.…
🏢 **Vendor**: victornavarro. 📦 **Product**: OwnID Passwordless Login (WordPress Plugin). 📅 **Affected**: Version **1.3.4 and earlier**. 🌐 **Platform**: WordPress sites using this specific plugin.…
👑 **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.…