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**: Remote Code Execution (RCE) in Kali Forms. π₯ **Consequences**: Attackers can inject and execute arbitrary PHP code on the server. This leads to full server compromise, data theft, and site defacement.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE-94**: Improper Control of Generation of Code (Code Injection). π **Flaw**: The `form_process` function uses `prepare_post_data` to map user-supplied keys directly to internal placeholders.β¦
π¦ **Vendor**: wpchill. π¦ **Product**: Kali Forms β Contact Form & Drag-and-Drop Builder. π **Affected Versions**: Version **2.4.9 and earlier**. β **Fixed**: Version 2.4.9+ (implied by '2.4.9 and earlier').
Q4What can hackers do? (Privileges/Data)
π **Privileges**: Full Server Control (Root/Admin). π **Data**: Access to all database contents, user credentials, and server files. β‘ **Impact**: High (CVSS 9.8).β¦
π **Auth Required**: **None**. Unauthenticated attackers can exploit this. π **Network**: Remote (AV:N). π― **Complexity**: Low (AC:L). No user interaction needed (UI:N). Extremely easy to exploit.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Public Exploit**: **Yes**. A Nuclei template is available on GitHub (projectdiscovery/nuclei-templates). π **Wild Exploitation**: High risk due to simplicity and public PoC availability.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for Kali Forms plugin version <= 2.4.9. π§ͺ **Test**: Use Nuclei template `CVE-2026-3584.yaml`. π **Manual**: Check if `form_process` handles untrusted input safely.β¦
π οΈ **Official Fix**: Yes. Update to **Kali Forms version 2.4.9 or later**. π’ **Source**: WordPress plugin repository changeset 3487024. π **Published**: March 20, 2026.
Q9What if no patch? (Workaround)
π§ **Workaround**: If patching is delayed, **disable the Kali Forms plugin** immediately. π« **Block**: Restrict access to `/wp-admin/` and form endpoints via WAF rules.β¦