PatchSiren cyber security CVE debrief
CVE-2026-16144 wpchill CVE debrief
The Kali Forms — Contact Form & Drag-and-Drop Builder plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.4.20. This vulnerability allows unauthenticated attackers to execute code on the server due to insufficient validation of the 'thisPermalink' field value. The vulnerability exists in the _save_data function, which fails to properly validate the 'thisPermalink' field value before it overwrites a trusted callable placeholder. This allows attacker-controlled strings to reach call_user_func() in _save_data(). To exploit this vulnerability, the target form must define a field with a name matching one of the reserved placeholder keys ('thisPermalink', 'entryCounter', or 'submission_link').
- Vendor
- wpchill
- Product
- Kali Forms — Contact Form & Drag-and-Drop Builder
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-01
- Original CVE updated
- 2026-08-01
- Advisory published
- 2026-08-01
- Advisory updated
- 2026-08-01
Who should care
WordPress administrators and users of the Kali Forms plugin should be aware of this vulnerability and take immediate action to update their installations and monitor for potential exploitation attempts. This vulnerability is rated HIGH with a CVSS score of 8.1, indicating a serious vulnerability that requires immediate attention to mitigate potential remote code execution attacks. Affected operators, platforms, and security teams should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Compensating controls for exposed systems should be reviewed while remediation is scheduled and verified. Relevant monitoring, detection, and logs for exposed assets should be checked for extra review. Exceptions, retested remediated assets, and closed items should be tracked only after evidence is documented. Asset inventory and source tracking are also recommended to ensure thorough vulnerability management. Security teams should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. Rollback/change windows and source tracking can help manage the remediation process effectively. Monitoring and compensating controls can help detect and prevent exploitation attempts while updates are being implemented. Implementing additional security measures such as Web Application Firewall (WAF) rules can also help detect and prevent exploitation attempts. It is essential to confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. Reviewing the supplied official advisory or CVE record can help validate affected scope, severity, and vendor guidance. Planning vendor-supported updates or mitigations through normal change control can help ensure timely remediation. Reviewing compensating controls for exposed systems can help minimize exposure while remediation is scheduled and verified. Checking relevant monitoring, detection, and logs for exposed assets can help identify potential exploitation attempts. Tracking exceptions, retesting remediated assets, and closing items only after evidence is documented can help ensure thorough and verif
Technical summary
The Kali Forms plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.4.20 via the _save_data function. This is due to insufficient validation of the 'thisPermalink' field value before it overwrites a trusted callable placeholder, allowing attacker-controlled strings to reach call_user_func() in _save_data(). The vulnerability can be exploited by defining a field with a name matching one of the reserved placeholder keys ('thisPermalink', 'entryCounter', or 'submission_link') in the target form.
Defensive priority
CVE-2026-16144 is rated HIGH with a CVSS score of 8.1, indicating a serious vulnerability in the Kali Forms plugin for WordPress. Immediate attention is required to mitigate potential remote code execution attacks.
Recommended defensive actions
- Update the Kali Forms plugin to a version beyond 2.4.20
- Restrict access to the WordPress installation to minimize exposure
- Monitor for suspicious activity related to form submissions
- Implement additional security measures such as Web Application Firewall (WAF) rules to detect and prevent exploitation attempts
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The Kali Forms plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.4.20 via the _save_data function. This is due to insufficient validation of the 'thisPermalink' field value before it overwrites a trusted callable placeholder, allowing attacker-controlled strings to reach call_user_func() in _save_data().
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-01T09:17:00.690Z and has not been modified since then.