CVE-2025-7696

9.8 CRITICAL

📋 TL;DR

This vulnerability allows unauthenticated attackers to perform PHP object injection through the Integration for Pipedrive and Contact Form 7 plugin for WordPress. When combined with Contact Form 7's POP chain, attackers can delete arbitrary files including wp-config.php, potentially causing denial of service or remote code execution. All WordPress sites using this plugin up to version 1.2.3 are affected.

💻 Affected Systems

Products:
  • Integration for Pipedrive and Contact Form 7, WPForms, Elementor, Ninja Forms plugin for WordPress
Versions: All versions up to and including 1.2.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Contact Form 7 plugin to be installed for full POP chain exploitation, but PHP object injection works independently.

⚠️ 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 persistent backdoor installation via deletion of wp-config.php and subsequent file uploads.

🟠

Likely Case

Denial of service through deletion of critical WordPress files, potentially requiring full site restoration from backups.

🟢

If Mitigated

Limited impact if proper file permissions prevent deletion or if the POP chain in Contact Form 7 is not present.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

The vulnerability is in a public function with no authentication required, making exploitation straightforward for attackers with knowledge of the POP chain.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.4 or later

Vendor Advisory: https://wordpress.org/plugins/integration-for-contact-form-7-and-pipedrive/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Integration for Pipedrive and Contact Form 7, WPForms, Elementor, Ninja Forms'. 4. Click 'Update Now' if available, or delete and reinstall from WordPress repository.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate integration-for-contact-form-7-and-pipedrive

Restrict plugin access

all

Use web application firewall to block requests to vulnerable endpoints

🧯 If You Can't Patch

  • Remove the plugin completely and use alternative integration methods
  • Implement strict file permissions (wp-config.php should be 400 or 440)

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Integration for Pipedrive and Contact Form 7, WPForms, Elementor, Ninja Forms' version 1.2.3 or earlier.

Check Version:

wp plugin get integration-for-contact-form-7-and-pipedrive --field=version

Verify Fix Applied:

Verify plugin version is 1.2.4 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • POST requests to /wp-admin/admin-ajax.php with 'action' parameter containing 'pipedrive' or 'verify_field_val'
  • Unexpected file deletion events in wp-content/uploads or wp-config.php access

Network Indicators:

  • Unusual outbound connections from WordPress server after exploitation

SIEM Query:

source="wordpress.log" AND ("verify_field_val" OR "pipedrive_cf7") AND status=200

🔗 References

📤 Share & Export