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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Local File Inclusion (LFI) in WHMpress plugin. πŸ’₯ **Consequences**: Arbitrary PHP code execution, bypassing access controls, and gaining full admin rights to the WordPress site.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-98 (Improper Control of Filename for Include/Require). The flaw exists in the `whmpress_domain_search_ajax_extended_results()` function, allowing unauthenticated file inclusion.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **WHMpress** by **creativeon**. Versions **6.3-revision-0 and earlier** are vulnerable. It integrates WHMCS with WordPress.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Execute arbitrary PHP code. Update arbitrary WordPress options. Change default registration role to **Administrator**. Enable user registration to gain full site control.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. No authentication (PR:N) required. Low complexity (AC:L). No user interaction (UI:N) needed. Remote exploitation (AV:N) is possible.

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

πŸ” **Exploit Status**: **YES**. Public PoC available via ProjectDiscovery Nuclei templates. Wild exploitation is likely due to the low barrier to entry.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for the plugin **WHMpress** version ≀ 6.3-revision-0. Use Nuclei templates targeting CVE-2024-9193. Check if `whmpress_domain_search_ajax_extended_results` is exposed.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update WHMpress plugin to a version **newer than 6.3-revision-0**. Check the vendor's changelog for the patched release.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the WHMpress plugin immediately. Restrict access to `/admin/services.php`. Implement WAF rules to block LFI patterns in query parameters.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS Score is **High** (likely 9.8). Unauthenticated remote code execution allows immediate site takeover. Patch immediately!