CVE-2024-51688

7.1 HIGH

📋 TL;DR

This vulnerability in the FraudLabs Pro SMS Verification WordPress plugin allows attackers to perform Cross-Site Request Forgery (CSRF) attacks that lead to Stored Cross-Site Scripting (XSS). Attackers can trick authenticated administrators into executing malicious actions that inject persistent scripts into the website. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • FraudLabs Pro SMS Verification WordPress Plugin
Versions: n/a through 1.10.1
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. The attacker needs to trick an authenticated administrator into performing an action.

⚠️ 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 could inject malicious JavaScript that steals administrator credentials, redirects users to phishing sites, or takes full control of the WordPress site when administrators view infected pages.

🟠

Likely Case

Attackers create fake requests that trick administrators into adding malicious scripts to the site, potentially compromising user sessions and site integrity.

🟢

If Mitigated

With proper CSRF tokens and input validation, the attack chain would be broken, preventing both the CSRF and subsequent XSS.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

CSRF to XSS chain is well-understood attack pattern. Exploitation requires social engineering to trick authenticated users.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.10.2 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/fraudlabs-pro-sms-verification/wordpress-fraudlabs-pro-sms-verification-plugin-1-10-1-csrf-to-stored-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'FraudLabs Pro SMS Verification'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.10.2+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate fraudlabs-pro-sms-verification

Add CSRF Protection

all

Implement custom CSRF tokens in WordPress forms

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Use web application firewall (WAF) rules to block CSRF and XSS patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → FraudLabs Pro SMS Verification → Version. If version is 1.10.1 or earlier, you are vulnerable.

Check Version:

wp plugin get fraudlabs-pro-sms-verification --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin admin endpoints
  • Multiple failed CSRF token validations
  • JavaScript injection in plugin settings

Network Indicators:

  • CSRF attack patterns in web traffic
  • Malicious script delivery to plugin endpoints

SIEM Query:

source="wordpress.log" AND ("fraudlabs-pro-sms-verification" OR "wp-admin/admin-ajax.php") AND ("csrf" OR "xss" OR "script injection")

🔗 References

📤 Share & Export