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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-3584 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

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.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **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).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **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.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **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.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Priority**: **CRITICAL (P1)**. πŸ“‰ **CVSS**: 9.8 (Critical). ⚑ **Urgency**: Patch immediately. Unauthenticated RCE is a top-tier threat. Do not delay remediation.