CVE-2020-36839

8.3 HIGH

📋 TL;DR

The WP Lead Plus X WordPress plugin has a Cross-Site Request Forgery vulnerability that allows unauthenticated attackers to trick administrators into performing malicious actions. Attackers can add pages or inject malicious JavaScript into websites by getting administrators to click malicious links. All WordPress sites using WP Lead Plus X version 0.99 or earlier are affected.

💻 Affected Systems

Products:
  • WP Lead Plus X WordPress Plugin
Versions: All versions up to and including 0.99
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the WP Lead Plus X plugin installed and 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

Complete site takeover through administrative actions, content defacement, malware injection, and credential theft via malicious JavaScript.

🟠

Likely Case

Site defacement, SEO spam injection, or redirection to malicious sites through unauthorized page creation.

🟢

If Mitigated

Limited impact if administrators use CSRF tokens, security plugins, or avoid clicking suspicious links.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires social engineering to trick administrators into clicking malicious links.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 1.0 or later

Vendor Advisory: https://wordpress.org/plugins/free-sales-funnel-squeeze-pages-landing-page-builder-templates-make/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find WP Lead Plus X. 4. Click 'Update Now' if available. 5. If no update available, deactivate and delete the plugin.

🔧 Temporary Workarounds

Deactivate Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate wp-lead-plus-x

Add CSRF Protection Headers

linux

Add security headers to WordPress .htaccess file

Add to .htaccess: Header set X-Frame-Options "DENY"
Add to .htaccess: Header set Content-Security-Policy "frame-ancestors 'none'"

🧯 If You Can't Patch

  • Remove the WP Lead Plus X plugin completely from the WordPress installation
  • Implement strict access controls and monitoring for administrative actions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for WP Lead Plus X version 0.99 or earlier

Check Version:

wp plugin get wp-lead-plus-x --field=version

Verify Fix Applied:

Verify WP Lead Plus X plugin is either updated to version 1.0+ or completely removed

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized page creation in WordPress logs
  • Administrative actions from unexpected IP addresses
  • Multiple failed CSRF validation attempts

Network Indicators:

  • HTTP POST requests to wp-admin/admin-ajax.php with suspicious parameters
  • Requests containing 'action=wplpx_' patterns without proper nonce

SIEM Query:

source="wordpress.log" AND ("admin-ajax.php" AND "wplpx_")

🔗 References

📤 Share & Export