CVE-2026-1454

7.2 HIGH

📋 TL;DR

This vulnerability allows unauthenticated attackers to inject malicious scripts into WordPress lead form submissions. When administrators view these submissions in the dashboard, the scripts execute, potentially compromising admin accounts. All WordPress sites using the Responsive Contact Form Builder & Lead Generation Plugin up to version 2.0.1 are affected.

💻 Affected Systems

Products:
  • Responsive Contact Form Builder & Lead Generation Plugin for WordPress
Versions: All versions up to and including 2.0.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default plugin configuration; no special settings required for exploitation.

⚠️ 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 gain administrative access to WordPress sites, install backdoors, steal sensitive data, or deface websites.

🟠

Likely Case

Attackers hijack administrator sessions to modify site content, install malicious plugins, or redirect visitors to phishing sites.

🟢

If Mitigated

With proper input validation and output escaping, malicious scripts are neutralized before execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires submitting specially crafted form data; no authentication needed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.2 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3462549/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Responsive Contact Form Builder & Lead Generation Plugin'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 2.0.2+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched.

wp plugin deactivate lead-form-builder

Restrict Form Access

all

Use web application firewall to block suspicious form submissions.

🧯 If You Can't Patch

  • Remove or disable the plugin entirely.
  • Implement strict Content Security Policy (CSP) headers to block inline script execution.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Responsive Contact Form Builder & Lead Generation Plugin' version ≤2.0.1.

Check Version:

wp plugin get lead-form-builder --field=version

Verify Fix Applied:

Confirm plugin version is 2.0.2 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual form submissions with script tags or onclick attributes in POST data
  • Admin dashboard access logs showing script execution attempts

Network Indicators:

  • HTTP POST requests to /wp-admin/admin-ajax.php with malicious payloads in form fields

SIEM Query:

source="wordpress.log" AND "admin-ajax.php" AND ("onclick" OR "javascript:" OR "<script>")

🔗 References

📤 Share & Export