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**: 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.