CVE-2025-67468

4.3 MEDIUM

📋 TL;DR

This vulnerability allows unauthorized users to exploit broken access controls in the CRM Perks Integration plugin for WordPress. Attackers can potentially access or manipulate data that should be restricted. This affects WordPress sites using the affected plugin versions.

💻 Affected Systems

Products:
  • CRM Perks Integration for Salesforce and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms
Versions: All versions up to and including 1.4.6
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin 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

Unauthorized data access, manipulation of Salesforce integration data, or privilege escalation leading to full site compromise.

🟠

Likely Case

Unauthorized viewing or modification of form submission data and Salesforce integration settings.

🟢

If Mitigated

Limited impact with proper network segmentation and minimal user access to affected systems.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires some level of access but exploits missing authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.4.7 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/cf7-salesforce/vulnerability/wordpress-integration-for-salesforce-and-contact-form-7-wpforms-elementor-formidable-ninja-forms-plugin-1-4-6-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 'Integration for Salesforce and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms'. 4. Click 'Update Now' if available, or manually update to version 1.4.7+. 5. Verify update completed successfully.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched

wp plugin deactivate cf7-salesforce

Restrict admin access

linux

Limit WordPress admin access to trusted IPs only

# Add to .htaccess: Order Deny,Allow
Deny from all
Allow from 192.168.1.0/24

🧯 If You Can't Patch

  • Disable the plugin entirely and use alternative Salesforce integration methods
  • Implement strict network segmentation and limit access to WordPress admin interface

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for plugin version 1.4.6 or earlier

Check Version:

wp plugin get cf7-salesforce --field=version

Verify Fix Applied:

Verify plugin version is 1.4.7 or later in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin pages
  • Unexpected modifications to plugin settings

Network Indicators:

  • Unusual traffic to /wp-admin/admin.php pages related to the plugin

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-admin/admin.php" AND query_string="page=cf7-salesforce")

🔗 References

📤 Share & Export