CVE-2023-45275

6.5 MEDIUM

📋 TL;DR

This vulnerability allows attackers to bypass authorization controls in Kali Forms WordPress plugin, potentially accessing or modifying form data without proper permissions. It affects all WordPress sites running Kali Forms versions up to 2.3.28.

💻 Affected Systems

Products:
  • Kali Forms Contact Form builder with drag & drop
Versions: n/a through 2.3.28
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable Kali Forms versions installed and activated.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access sensitive form submissions, modify form configurations, or potentially escalate privileges within the WordPress admin interface.

🟠

Likely Case

Unauthorized access to form submissions containing personal data, contact information, or other sensitive user-provided content.

🟢

If Mitigated

Limited impact with proper network segmentation and additional authentication layers, though the core vulnerability remains.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some WordPress access but bypasses plugin-specific authorization controls.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.3.29 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/kali-forms/vulnerability/wordpress-contact-form-builder-with-drag-drop-plugin-2-3-27-broken-access-control-vulnerability?_s_id=cve

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.3.29 or higher.

🔧 Temporary Workarounds

Disable Kali Forms Plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate kali-forms

Restrict Admin Access

all

Limit WordPress admin access to trusted IP addresses only

🧯 If You Can't Patch

  • Implement web application firewall rules to block suspicious form-related requests
  • Enable detailed logging for all Kali Forms plugin activities and monitor for unauthorized access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → Kali Forms version

Check Version:

wp plugin get kali-forms --field=version

Verify Fix Applied:

Confirm Kali Forms version is 2.3.29 or higher in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to Kali Forms admin endpoints
  • Unexpected form data access or modification logs

Network Indicators:

  • Unusual requests to /wp-admin/admin-ajax.php with kali-forms actions from unauthorized users

SIEM Query:

source="wordpress.log" AND ("kali-forms" OR "kali_forms") AND ("admin" OR "ajax") AND status=200 AND user NOT IN [authorized_users]

🔗 References

📤 Share & Export