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.β¦