CVE-2025-39558

7.1 HIGH

📋 TL;DR

This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users in the CRM Perks WordPress plugin. When exploited, it enables cross-site scripting attacks that can steal session cookies, redirect users, or perform actions on their behalf. All WordPress sites using CRM Perks versions up to 1.1.7 are affected.

💻 Affected Systems

Products:
  • CRM Perks WordPress Plugin
Versions: n/a through 1.1.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All installations with vulnerable versions are affected regardless of configuration.

⚠️ 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 steal administrator session cookies, gain full control of WordPress site, install backdoors, deface website, or steal sensitive customer data from CRM.

🟠

Likely Case

Attackers steal user session cookies, redirect users to phishing sites, or perform limited actions within the CRM interface.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts are neutralized before reaching users.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Reflected XSS typically requires user interaction but is easily weaponized in phishing campaigns.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/support-x/vulnerability/wordpress-crm-perks-plugin-1-1-7-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find CRM Perks. 4. Click 'Update Now' if update available. 5. If no update, download version 1.1.8+ from WordPress repository. 6. Deactivate old plugin. 7. Upload new version. 8. Activate plugin.

🔧 Temporary Workarounds

WAF Rule Implementation

all

Deploy Web Application Firewall rules to block XSS payloads targeting CRM Perks endpoints.

Input Sanitization

all

Implement custom input validation for all user inputs processed by CRM Perks.

🧯 If You Can't Patch

  • Disable CRM Perks plugin immediately and use alternative CRM solutions
  • Implement strict Content Security Policy (CSP) headers to mitigate script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > CRM Perks version. If version is 1.1.7 or earlier, you are vulnerable.

Check Version:

wp plugin list --name=crm-perks --field=version

Verify Fix Applied:

After updating, verify CRM Perks version shows 1.1.8 or later in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests with script tags or JavaScript payloads to CRM Perks endpoints
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests containing <script>, javascript:, or encoded XSS payloads to CRM Perks URLs

SIEM Query:

source="web_logs" AND (uri="*crm-perks*" OR uri="*support-x*") AND (message="*<script>*" OR message="*javascript:*" OR message="*onerror=*" OR message="*onload=*")

🔗 References

📤 Share & Export