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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-12849 β€” AI Deep Analysis Summary

CVSS 7.5 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Arbitrary File Read via path traversal. <br>πŸ’₯ **Consequences**: Attackers can read sensitive server files (e.g., config, credentials). CVSS 7.5 (High).

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-22 (Path Traversal). <br>πŸ” **Flaw**: Missing authorization check in `wp_ajax_nopriv_elvwp_log_download` AJAX action. No input sanitization on file paths.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin: **Error Log Viewer By WP Guru**. <br>πŸ“… **Versions**: **1.0.1.3 and earlier**. Vendor: wpguruin.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Read **arbitrary files** on the server. <br>πŸ“‚ **Data Risk**: Expose sensitive info (DB creds, source code, system configs). No admin login needed.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: **Unauthenticated** (No login required). <br>🌐 **Access**: Network accessible via AJAX endpoint.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exp?**: **YES**. <br>πŸ”— **PoCs**: Available on GitHub (RandomRobbieBF, Nxploited) & Nuclei templates. Automated scanning possible.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for plugin version `<= 1.0.1.3`. <br>πŸ§ͺ **Test**: Send crafted request to `wp_ajax_nopriv_elvwp_log_download` with `../../etc/passwd` payload.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update plugin to **version > 1.0.1.3**. <br>βœ… **Official**: Patch released by vendor (WP Guru). Check WordPress plugin repo.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **Disable/Deactivate** the plugin immediately. <br>πŸ›‘ **Mitigate**: Block AJAX endpoint via WAF or restrict file permissions. Remove if unused.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⏳ **Priority**: Patch ASAP. Unauthenticated access makes it easy to exploit. Critical for site integrity.