CVE-2025-32550

7.2 HIGH

📋 TL;DR

This SQL injection vulnerability in the ClickandPledge Connect WordPress plugin allows attackers to execute arbitrary SQL commands on the database. It affects all WordPress sites running vulnerable versions of the plugin, potentially exposing sensitive data like user credentials, payment information, and site content.

💻 Affected Systems

Products:
  • ClickandPledge Click & Pledge Connect WordPress Plugin
Versions: from 2.24080000 through WP6.6.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin 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

Complete database compromise leading to data theft, privilege escalation, site defacement, or full system takeover via subsequent attacks.

🟠

Likely Case

Unauthorized data access including user information, payment details, and administrative credentials.

🟢

If Mitigated

Limited impact with proper input validation and database permissions, potentially only read access to non-sensitive data.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection vulnerabilities are commonly weaponized quickly due to readily available exploitation tools.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after WP6.6.1

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/click-pledge-connect/vulnerability/wordpress-click-pledge-connect-plugin-plugin-2-24080000-wp6-6-1-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Click & Pledge Connect plugin. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate click-pledge-connect

Web Application Firewall

all

Implement WAF rules to block SQL injection patterns

🧯 If You Can't Patch

  • Implement strict input validation and parameterized queries in custom code
  • Restrict database user permissions to minimum required access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Click & Pledge Connect version

Check Version:

wp plugin list --name=click-pledge-connect --field=version

Verify Fix Applied:

Confirm plugin version is greater than WP6.6.1

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts from single IP
  • Unexpected database errors in WordPress logs

Network Indicators:

  • HTTP requests with SQL syntax in parameters
  • Unusual traffic patterns to plugin endpoints

SIEM Query:

SELECT * FROM web_logs WHERE url LIKE '%click-pledge-connect%' AND (params CONTAINS 'UNION' OR params CONTAINS 'SELECT' OR params CONTAINS 'OR 1=1')

🔗 References

📤 Share & Export