CVE-2020-36712

8.6 HIGH

📋 TL;DR

The Kali Forms WordPress plugin up to version 2.1.1 contains an unauthenticated arbitrary post deletion vulnerability. Attackers can delete any WordPress post or page without authentication by exploiting the kaliforms_form_delete_uploaded_file function. All WordPress sites using vulnerable versions of Kali Forms are affected.

💻 Affected Systems

Products:
  • WordPress Kali Forms Plugin
Versions: Up to and including 2.1.1
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with Kali Forms plugin installed and activated.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete website defacement or destruction through deletion of all posts and pages, causing business disruption and data loss.

🟠

Likely Case

Selective deletion of important content pages, causing operational disruption and requiring restoration from backups.

🟢

If Mitigated

No impact if plugin is patched or removed, or if proper web application firewalls block the exploit.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Simple HTTP request with id parameter can trigger the vulnerability. No authentication required.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.1.2 and later

Vendor Advisory: https://wordpress.org/plugins/kali-forms/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Kali Forms and click 'Update Now'. 4. Verify version is 2.1.2 or higher.

🔧 Temporary Workarounds

Disable Kali Forms Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate kali-forms

Web Application Firewall Rule

all

Block requests to kaliforms_form_delete_uploaded_file endpoint

ModSecurity rule: SecRule REQUEST_URI "@contains kaliforms_form_delete_uploaded_file" "id:1001,phase:1,deny,status:403"

🧯 If You Can't Patch

  • Remove Kali Forms plugin completely if not essential
  • Implement strict network segmentation and limit external access to WordPress admin functions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Kali Forms version ≤2.1.1

Check Version:

wp plugin list --name=kali-forms --field=version

Verify Fix Applied:

Confirm Kali Forms version is ≥2.1.2 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • HTTP POST requests to /wp-admin/admin-ajax.php with action=kaliforms_form_delete_uploaded_file and id parameter
  • Unexpected post/page deletions in WordPress logs

Network Indicators:

  • Unusual spikes in POST requests to admin-ajax.php from unauthenticated sources

SIEM Query:

source="wordpress.log" AND "kaliforms_form_delete_uploaded_file" AND NOT user_id=*

🔗 References

📤 Share & Export