CVE-2026-3584 PUBLISHED

Kali Forms <= 2.4.9 - Unauthenticated Remote Code Execution via form_process

Assigner: Wordfence
Reserved: 05.03.2026 Published: 20.03.2026 Updated: 20.03.2026

The Kali Forms plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.4.9 via the 'form_process' function. This is due to the 'prepare_post_data' function mapping user-supplied keys directly into internal placeholder storage, combined with the use of 'call_user_func' on these placeholder values. This makes it possible for unauthenticated attackers to execute code on the server.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor wpchill
Product Kali Forms — Contact Form & Drag-and-Drop Builder
Versions Default: unaffected
  • affected from * to 2.4.9 (incl.)

Credits

  • ISMAILSHADOW finder

References

Problem Types

  • CWE-94 Improper Control of Generation of Code ('Code Injection') CWE