Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2024-1380 โ€” AI Deep Analysis Summary

CVSS 5.3 ยท Medium

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.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-862** (Missing Authorization). The function `relevanssi_export_log_check()` lacks a proper capability check.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **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.โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ”ง **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.โ€ฆ

Q9What if no patch? (Workaround)

๐Ÿšง **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.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **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!