CVE-2024-10587

8.8 HIGH

📋 TL;DR

This vulnerability allows authenticated WordPress users with Contributor-level access or higher to perform PHP object injection via deserialization of untrusted input in the Funnelforms Free plugin. While no known POP chain exists in the vulnerable software itself, if another plugin or theme provides a suitable POP chain, attackers could delete files, access sensitive data, or execute arbitrary code. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Funnelforms Free - Interactive Contact Form and Multi Step Form Builder with Drag & Drop Editor for WordPress
Versions: All versions up to and including 3.7.4.1
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin and at least Contributor-level authenticated access.

⚠️ 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

Remote code execution leading to complete site compromise, data theft, or server takeover if a suitable POP chain exists from another plugin/theme.

🟠

Likely Case

Limited impact due to lack of known POP chain in the vulnerable plugin itself, but potential for file deletion or data access if other vulnerable components are present.

🟢

If Mitigated

Minimal impact if proper access controls limit Contributor accounts and no vulnerable plugins/themes provide POP chains.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires authenticated access and depends on availability of POP chain from other installed components.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 3.7.4.1

Vendor Advisory: https://wordpress.org/plugins/funnelforms-free/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Funnelforms Free plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin immediately.

🔧 Temporary Workarounds

Restrict Contributor Access

all

Temporarily restrict or remove Contributor-level user accounts until patching is complete.

Plugin Deactivation

all

Deactivate the vulnerable plugin immediately to prevent exploitation.

🧯 If You Can't Patch

  • Deactivate and remove the Funnelforms Free plugin completely
  • Implement strict access controls to limit Contributor accounts and monitor their activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for Funnelforms Free version 3.7.4.1 or earlier.

Check Version:

wp plugin list --name=funnelforms-free --field=version

Verify Fix Applied:

Verify plugin version is higher than 3.7.4.1 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Funnelforms plugin endpoints from Contributor accounts
  • PHP deserialization errors in web server logs

Network Indicators:

  • HTTP requests containing serialized PHP objects to plugin endpoints

SIEM Query:

web_access_logs WHERE uri CONTAINS 'funnelforms' AND (post_data CONTAINS 'O:' OR post_data CONTAINS 'C:')

🔗 References

📤 Share & Export