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!