CVE-2025-47455

4.7 MEDIUM

📋 TL;DR

This vulnerability allows attackers to redirect users from legitimate WooCommerce/Salesforce integration pages to malicious websites through crafted URLs. It affects all WordPress sites using the CRM Perks Integration for WooCommerce and Salesforce plugin versions up to 1.7.5, enabling phishing attacks against customers and administrators.

💻 Affected Systems

Products:
  • CRM Perks Integration for WooCommerce and Salesforce (WordPress plugin)
Versions: All versions up to and including 1.7.5
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin active.

⚠️ 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 successfully phish administrative credentials, leading to complete site compromise, data theft, and further malware distribution.

🟠

Likely Case

Attackers create convincing phishing pages that steal customer credentials and payment information, leading to financial fraud.

🟢

If Mitigated

Users recognize suspicious URLs or browser warnings prevent redirection, limiting successful phishing attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Open redirect vulnerabilities are trivial to exploit once the vulnerable parameter is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.7.6 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/woo-salesforce-plugin-crm-perks/vulnerability/wordpress-integration-for-woocommerce-and-salesforce-1-7-5-open-redirection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'Integration for WooCommerce and Salesforce'
4. Click 'Update Now' if update is available
5. If no update appears, manually download version 1.7.6+ from WordPress.org
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched version is available

wp plugin deactivate woo-salesforce-plugin-crm-perks

Web Application Firewall rule

all

Block redirects to external domains from plugin endpoints

🧯 If You Can't Patch

  • Implement strict Content Security Policy (CSP) headers to restrict redirect destinations
  • Monitor web server logs for suspicious redirect patterns and unusual outbound traffic

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Integration for WooCommerce and Salesforce' version 1.7.5 or lower

Check Version:

wp plugin get woo-salesforce-plugin-crm-perks --field=version

Verify Fix Applied:

Confirm plugin version is 1.7.6 or higher in WordPress admin plugins page

📡 Detection & Monitoring

Log Indicators:

  • HTTP 302/301 redirects to external domains from plugin endpoints
  • Unusual referrer patterns in access logs

Network Indicators:

  • Outbound connections to suspicious domains following plugin page visits
  • URL parameters containing redirect= or similar patterns

SIEM Query:

web_access_logs WHERE url CONTAINS '/wp-content/plugins/woo-salesforce-plugin-crm-perks/' AND (url CONTAINS 'redirect=' OR url CONTAINS 'url=') AND status_code IN (301,302)

🔗 References

📤 Share & Export