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**: A critical authorization flaw in the Relevanssi plugin. π **Consequences**: Unauthenticated attackers can export sensitive query logs, exposing user search history and potential internal data structures.β¦
π¦ **Affected**: WordPress Plugin **Relevanssi** (Premium & Free). π **Versions**: 4.22.0 and earlier. If you are running any version β€ 4.22.0, you are vulnerable! β οΈ
Q4What can hackers do? (Privileges/Data)
π» **Attacker Actions**: Export the **Query Log Data**. π΅οΈββοΈ This includes search terms entered by users, which can reveal sensitive business logic, internal page structures, or personal user data. No login required!
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. β‘ **Auth**: None required (Unauthenticated). π **Network**: Remote (AV:N). π±οΈ **UI**: None needed. Itβs a simple API call away for any attacker on the internet.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Public Exploit**: **YES**. π PoC available on GitHub (RandomRobbieBF) and Nuclei templates. π Wild exploitation is highly likely since the mechanism is straightforward and documented.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for the Relevanssi plugin version. π§ͺ Use Nuclei templates (`CVE-2024-1380.yaml`) to test for the missing authorization on the export endpoint.β¦
π§ **Official Fix**: The vendor has acknowledged the issue. π’ They indicated they may add a capability check. π **Action**: Update to the latest version immediately if a patch is released.β¦
π§ **No Patch?**: Disable the **Log Export** feature if possible. π« Restrict access to the WordPress admin area via IP whitelisting. π‘οΈ Use a WAF to block requests to the specific export endpoint.β¦
π₯ **Urgency**: **HIGH**. π¨ CVSS Score: **5.3** (Medium) but impact is high due to unauthenticated access. π Data privacy risk is significant. Patch immediately or apply mitigations to prevent data leakage!